Choreonoid
1.1
|
#include <Vector3Seq.h>
公開メンバ関数 | |
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) |
![]() | |
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 |
![]() | |
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 |
限定公開メンバ関数 | |
virtual Vector3 | defaultValue () const |
![]() | |
void | setIoErrorMessage (const std::string &message) |
その他の継承メンバ | |
![]() | |
typedef boost::shared_ptr< Seq < Vector3 > > | Ptr |
![]() | |
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 >を再実装しています。