#include <Seq.h>
template<typename ElementType>
template<typename ElementType>
cnoid::Seq< ElementType >::Seq |
( |
const char * |
seqType, |
|
|
int |
nFrames = 0.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>
int cnoid::Seq< ElementType >::clampFrameIndex |
( |
int |
frameIndex, |
|
|
bool & |
out_isValidRange |
|
) |
| |
|
inline |
template<typename ElementType>
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>
template<typename ElementType>
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>
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>
std::vector<ElementType> cnoid::Seq< ElementType >::container |
|
protected |
template<typename ElementType>
The documentation for this class was generated from the following file: