|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
-----------------------------------------------------------------------------
*********************************** AMFigureC *******************************
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
The motion sequence exists in relation to a figure. The number of
segments must match up.
-----------------------------------------------------------------------------
Variables:
- int nsegs;
-
'nsegs' is the number of segments
- SArray1dC mseq;
-
the list 'mseq' shows the sequence in time (0..t_max)
each FieldC-instance is an array of HomtmC-instances, one for every segment
Methods:
- MotionSeqC(int ns = 0,int nt = 0)
-
ns is the number of segments and nt is the no of time steps
- MotionSeqC(const MotionSeqC & f)
-
- MotionSeqC & operator=(const MotionSeqC & f)
-
- ~MotionSeqC()
-
- UIntT Hash() const
-
- BooleanT operator==(const MotionSeqC & oth) const
-
|
Programmer:Andrew Stoddart, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|