|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
Includes where a SubSequence fits into a larger composite sequence.
Parent Classes:
Methods:
- EditSpecC()
-
Default constructor
creates an invalid handle.
- EditSpecC(const SubSequenceSpecC & from,const IndexRangeC & ins = IndexRangeC(0,0))
-
Constructor.
- EditSpecC(const FilenameC & nfn,IndexT nfirstFrame = 0,IndexT nlastFrame = StdConstC::maxInt,IntT nchannelId = 0,const StringC & fmt = StringC(),const IndexRangeC & ins = IndexRangeC(0,StdConstC::maxInt))
-
Constructor from elements.
- IndexRangeC & InsertRange()
-
The location of the sequence in an output range.
- const IndexRangeC & InsertRange() const
-
The location of the sequence in an output range.
- BooleanT operator==(const EditSpecC & es) const
-
The same edit ?
- BooleanT operator!=(const EditSpecC & es) const
-
The same edit ?
- BooleanT Save(ostream & os) const
-
Save to a stream.
- BooleanT Save(BinOStreamC & os) const
-
Save to a BinStream.
- FilenameC & Filename()
-
Access filename.
Name of file where sequence is stored.
- const FilenameC & Filename() const
-
Access filename.
Name of file where sequence is stored.
- IndexT & FirstFrame()
-
Access index of first frame in sequence.
- const IndexT & FirstFrame() const
-
Access index of first frame in sequence.
- IndexT & LastFrame()
-
Access index of last frame in sequence.
If the last frame is ((UIntT) -1), then use
the rest of the sequence.
- const IndexT & LastFrame() const
-
Access index of last frame in sequence.
If the last frame is ((UIntT) -1), then use
the rest of the sequence.
- IndexRangeC & Range()
-
Access play range.
- const IndexRangeC & Range() const
-
Access play range.
- IntT & ChannelId()
-
Access channel id.
- IntT ChannelId() const
-
Access channel id.
- const StringC & FileFormat() const
-
Access format information.
- StringC & FileFormat()
-
Access format information.
- BooleanT IsValid() const
-
Check its a valid handle.
- BooleanT IsValidObject() const
-
Check its a valid handle, and that the object is pointed to is also valid.
- RCHandleC<SubSequenceSpecBodyC> & operator=(const RCHandleC<SubSequenceSpecBodyC> & oth)
-
Assignment.
- BooleanT operator==(const RCHandleC<SubSequenceSpecBodyC> & oth) const
-
Comparison operator.
- BooleanT operator!=(const RCHandleC<SubSequenceSpecBodyC> & oth) const
-
Comparison operator.
- UIntT Hash() const
-
Hash function.x
- BooleanT IsConst() const
-
Is object constant ?
- BooleanT IsNotConst() const
-
Is object not constant ?
- void SetConst(void) const
-
Lock the object.
This is const as a convience though it actual modified the
object, often object you wish to ensure are constant already
have const set.
protected:
- void Invalidate()
-
Turn this into an invalid handle.
- SubSequenceSpecBodyC & Body()
-
Direct access to body.
- const SubSequenceSpecBodyC & Body() const
-
Constant access to body.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|