|
| | MultiValueSeq (int numParts=1, int numFrames=0, double frameRate=100.0) |
| |
| | MultiValueSeq (const MultiValueSeq &org) |
| |
| virtual | ~MultiValueSeq () |
| |
| virtual bool | write (YamlWriter &writer) |
| |
| virtual bool | read (const YamlMapping &archive) |
| |
| virtual bool | loadPlainFormat (const std::string &filename) |
| |
| virtual bool | saveAsPlainFormat (const std::string &filename) |
| |
| | MultiSeq (const char *seqType, int numParts=1, int numFrames=0.0, double frameRate=100.0) |
| |
| | MultiSeq (const MultiSeq< double, std::allocator< double > > &org) |
| |
| virtual | ~MultiSeq () |
| |
| virtual void | setDimension (int newNumFrames, int newNumParts, bool clearNewElements=false) |
| |
| virtual double | getFrameRate () const |
| |
| double | frameRate () const |
| |
| virtual void | setFrameRate (double frameRate) |
| |
| virtual void | setNumParts (int newNumParts, bool clearNewElements=false) |
| |
| virtual int | getNumFrames () const |
| |
| int | numFrames () const |
| |
| virtual void | setNumFrames (int newNumFrames, bool clearNewElements=false) |
| |
| virtual int | getNumParts () const |
| |
| int | numParts () const |
| |
| double | timeLength () const |
| |
| int | frameOfTime (double time) const |
| |
| double | timeOfFrame (int frame) const |
| |
| const double & | at (int frame, int part) const |
| |
| double & | at (int frame, int part) |
| |
| View | part (int index) |
| |
| View | frame (int index) |
| |
| View | appendFrame () |
| |
| void | appendFrame (const ArrayType &v) |
| |
| | MultiSeqBase (const char *seqType) |
| |
| | MultiSeqBase (const SeqBase &org) |
| |
| virtual | ~MultiSeqBase () |
| |
| | SeqBase (const char *seqType) |
| |
| | SeqBase (const SeqBase &org) |
| |
| virtual | ~SeqBase () |
| |
| const std::string & | seqType () const |
| |
| double | getTimeStep () const |
| |
| void | setTimeStep (double timeStep) |
| |
| void | setTimeLength (double length, bool clearNewElements=false) |
| |
| double | getTimeLength () const |
| |
| const std::string & | purpose () |
| |
| virtual void | setPurpose (const std::string &purpose) |
| |
| const std::string & | ioErrorMessage () const |
| |