#include <Seq.h>
Public 型 |
typedef boost::shared_ptr< Seq
< ElementType > > | Ptr |
型定義
template<typename ElementType>
コンストラクタとデストラクタ
template<typename ElementType>
cnoid::Seq< ElementType >::Seq |
( |
const char * |
seqType, |
|
|
int |
nFrames = 0.0 , |
|
|
double |
frameRate = 100.0 |
|
) |
| |
|
inline |
template<typename ElementType>
template<typename ElementType>
関数
template<typename ElementType>
ElementType& cnoid::Seq< ElementType >::at |
( |
int |
frameIndex | ) |
|
|
inline |
template<typename ElementType>
const ElementType& cnoid::Seq< ElementType >::at |
( |
int |
frameIndex | ) |
const |
|
inline |
template<typename ElementType>
virtual ElementType cnoid::Seq< ElementType >::defaultValue |
( |
| ) |
const |
|
inlineprotectedvirtual |
template<typename ElementType>
template<typename ElementType>
int cnoid::Seq< ElementType >::frameOfTime |
( |
double |
time | ) |
const |
|
inline |
template<typename ElementType>
double cnoid::Seq< ElementType >::frameRate |
( |
| ) |
const |
|
inline |
template<typename ElementType>
virtual double cnoid::Seq< ElementType >::getFrameRate |
( |
| ) |
const |
|
inlinevirtual |
template<typename ElementType>
virtual int cnoid::Seq< ElementType >::getNumFrames |
( |
| ) |
const |
|
inlinevirtual |
template<typename ElementType>
int cnoid::Seq< ElementType >::numFrames |
( |
| ) |
const |
|
inline |
template<typename ElementType>
ElementType& cnoid::Seq< ElementType >::operator[] |
( |
int |
frameIndex | ) |
|
|
inline |
template<typename ElementType>
const ElementType& cnoid::Seq< ElementType >::operator[] |
( |
int |
frameIndex | ) |
const |
|
inline |
template<typename ElementType>
template<typename ElementType>
virtual void cnoid::Seq< ElementType >::setFrameRate |
( |
double |
frameRate | ) |
|
|
inlinevirtual |
template<typename ElementType>
virtual void cnoid::Seq< ElementType >::setNumFrames |
( |
int |
n, |
|
|
bool |
clearNewElements = false |
|
) |
| |
|
inlinevirtual |
template<typename ElementType>
double cnoid::Seq< ElementType >::timeOfFrame |
( |
int |
frame | ) |
const |
|
inline |
template<typename ElementType>
変数
template<typename ElementType>
std::vector<ElementType> cnoid::Seq< ElementType >::container |
|
protected |
template<typename ElementType>
このクラスの説明は次のファイルから生成されました: