|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
This is a small object, but its cheap to copy.
Parent Classes:
Variables:
- BStackC Threats;
-
| ind | Index of types of intererest. |
- BStackC SingleOpenGoal;
-
| ind | Index of types of intererest. |
- BStackC OpenGoal;
-
| ind | Index of types of intererest. |
- int OpenGoalCount;
-
| ind | Index of types of intererest. |
Methods:
- VLNLPAgenda()
-
| ind | Index of types of intererest. |
Default constructor.
- VLNLPAgenda(const VLNLPAgenda & Oth)
-
| ind | Index of types of intererest. |
Copy constructor.
- void Insert(const VLNLPAgendaThreatC & Item)
-
| ind | Index of types of intererest. |
Insert Threat into agenda.
- void Insert(const VLNLPAgendaOpenGoalC & Item)
-
| ind | Index of types of intererest. |
Insert Open Goal into agenda.
- void InsFirst(const VLNLPAgendaItemC & Item)
-
| ind | Index of types of intererest. |
Insert item into agenda.
- VLNLPAgendaItemC GetFirst()
-
| ind | Index of types of intererest. |
Get First item from agenda.
- VLNLPAgendaItemC First()
-
| ind | Index of types of intererest. |
Look at first item in agenda.
- void Del(StepNodeT & Step)
-
| ind | Index of types of intererest. |
Remove item from the agenda that are caused by this step.
- void DelThreat(CausalLinkT & Victim)
-
| ind | Index of types of intererest. |
Remove threats to causal link 'victim'.
- BooleanT IsEmpty() const
-
| ind | Index of types of intererest. |
Is ageda empty ?
- void Empty(void)
-
| ind | Index of types of intererest. |
Empty agenda.
- int GetNoOpenGoals(void) const
-
| ind | Index of types of intererest. |
Get number of open goals.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|