User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
MotionSeqC::MotionSeqC(int,int)
MotionSeqC::MotionSeqC(const MotionSeqC &)
MotionSeqC::operator=(const MotionSeqC &)
MotionSeqC::~MotionSeqC(void)
MotionSeqC::Hash(void) const
MotionSeqC::operator==(const MotionSeqC &) const
MotionSeqC
 
include "amma/AMFigure.hh"
User Level:Default
Library:AMWorld
Example: gendispmap.cc genmtri.cc
Section:Applications.Articulated models
In Scope:std

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:48:08 2001