|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
/////////////////////////////////////////////
Typedefs:
- typedef Tuple2C<VectorC,LabelT> DataT;
-
Variables:
Methods:
- DataBunchIterC(DataBunchC<LabelT> & thedata,const VectorC & thepoint,int nPnts = 1)
-
Constructor.
- void First()
-
Get ready to return closest point.
- bool IsElm() const
-
Any points yet to be returned?
- void Next()
-
This to make it look a genuine iterator.
- LabelT Data()
-
Access label of current closest point.
- DataT & RawData()
-
Access current closest point.
- VectorC VectorData()
-
|
Programmer:Luis Molina Tanco and Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|