|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
Used in the Non-linear planner, but put
here in case it's usefull elsewhere.
Parent Classes:
Methods:
- VLBNPListIndexC()
-
Default constructor.
- VLBNPListIndexC(const VLBNPIndexC<BListC<T>> & oth)
-
Constructor.
- VLBNPListIndexC(const VLBNPListIndexC<T> & oth)
-
Copy constructor.
- VLBNPIndexC<BListC<T>> DeepCopy() const
-
Make a deep copy of this class.
- BooleanT Insert(const VLSymbC & symb,const T & dat)
-
Insert data into all appropriate lists.
- BooleanT Insert(const VLMinTermC & symb,const T & dat)
-
Insert data into all appropriate lists.
- VLBNPIndexC<BListC<T>> DeepCopy() const
-
Make a deep copy of this class.
- BooleanT Add(BooleanT negate,const VLSymbC & symb,const BListC<T> & data)
-
Add data.
Ret: TRUE = New item.
- BooleanT Add(const VLMinTermC & mt,const BListC<T> & data)
-
Add data.
Ret: TRUE = New item.
- BListC<T> & Access(BooleanT negate,const VLSymbC & symb)
-
Access data.
- BooleanT IsEmpty() const
-
Is table empty ?
- const VLIndexC<IntC> & IdIndex() const
-
Get ID index.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|