|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
This allows values to be mapped to both expressions and
their negations.
Derived Classes:
Variables:
Methods:
- VLBNPIndexC()
-
Default constructor.
- VLBNPIndexC(const VLIndexC<IntC> & ids)
-
Construct using a given id Index.
Otherwise creates a new index.
- VLBNPIndexC(const VLBNPIndexC<T> & oth)
-
Copy constructor.
- VLBNPIndexC<T> DeepCopy() const
-
Make a deep copy of this class.
- BooleanT Add(BooleanT negate,const VLSymbC & symb,const T & data)
-
Add data.
Ret: TRUE = New item.
- BooleanT Add(const VLMinTermC & mt,const T & data)
-
Add data.
Ret: TRUE = New item.
- 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:48:08 2001
|