|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
SMALL OBJECT
Variables:
Methods:
- BinListC(const IT & BinSize)
-
Constructor.
- void Insert(const IT & Key,const BT & Data)
-
Insert into table.
- DListC<BT> & ListBin(const IT & Key)
-
List items in same bin as key.
- void Empty()
-
Empty all bins.
- DListC<BT> & operator[](const IT & Key)
-
Array access to lists.
- DListC<BT> & Bin(const DIT & Key)
-
Direct access to bin, use result of BinKey(...).
- DListC<BT> * GetBin(const IT & Pnt)
-
See if bins present.
- BinIterC<IT,DIT,DListC<BT>> Iter()
-
Create an iterator.
- DIT BinKey(const IT & Oth) const
-
Descritise a point.
- IT BinSize() const
-
Get size of bins.
- IT BinCentre(const IT & at) const
-
Get centre of bin containing point at.
- void SetBinSize(const IT & nBinSize)
-
Set the bin size.
NB. The table MUST be empty.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|