|
Choreonoid
1.1
|
#include <Vector3Seq.h>
Public メソッド | |
| Vector3Seq (int nFrames=0, double frameRate=100.0) | |
| Vector3Seq (const Vector3Seq &org) | |
| virtual | ~Vector3Seq () |
| 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) |
Public メソッド inherited from cnoid::Seq< Vector3 > | |
| Seq (const char *seqType, int nFrames=0.0, double frameRate=100.0) | |
| Seq (const Seq< Vector3 > &org) | |
| virtual | ~Seq () |
| virtual double | getFrameRate () const |
| double | frameRate () const |
| virtual void | setFrameRate (double frameRate) |
| virtual int | getNumFrames () const |
| int | numFrames () const |
| virtual void | setNumFrames (int n, bool clearNewElements=false) |
| bool | empty () const |
| int | frameOfTime (double time) const |
| double | timeOfFrame (int frame) const |
| Vector3 & | operator[] (int frameIndex) |
| const Vector3 & | operator[] (int frameIndex) const |
| Vector3 & | at (int frameIndex) |
| const Vector3 & | at (int frameIndex) const |
Public メソッド inherited from cnoid::SeqBase | |
| 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 |
Protected メソッド | |
| virtual Vector3 | defaultValue () const |
Additional Inherited Members | |
Public 型 inherited from cnoid::Seq< Vector3 > | |
| typedef boost::shared_ptr< Seq < Vector3 > > | Ptr |
Protected 変数 inherited from cnoid::Seq< Vector3 > | |
| std::vector< Vector3 > | container |
| double | frameRate_ |
| Vector3Seq::Vector3Seq | ( | int | nFrames = 0, |
| double | frameRate = 100.0 |
||
| ) |
| Vector3Seq::Vector3Seq | ( | const Vector3Seq & | org | ) |
|
virtual |
|
inlineprotectedvirtual |
cnoid::Seq< Vector3 >を再定義しています。
|
virtual |
|
virtual |
cnoid::Seq< Vector3 >を再定義しています。
|
virtual |
|
virtual |
cnoid::Seq< Vector3 >を再定義しています。
1.8.1.2