Public メソッド | |
DelaySourceFilter (string nodeName, ParameterSet params) | |
virtual | ~DelaySourceFilter () |
template<typename T > | |
T | getParameter (const string &name) |
ノードのパラメータ取得メソッド | |
void | calculate (int output_id, int count, Buffer &out) |
Private 変数 | |
int | inputID |
int | outputID |
int | delay |
LifetimeMap | timeMap |
deque< RCPtr< Vector < ObjectRef > > > | sourceVectorQueue |
DelaySourceFilter::DelaySourceFilter | ( | string | nodeName, | |
ParameterSet | params | |||
) | [inline] |
virtual DelaySourceFilter::~DelaySourceFilter | ( | ) | [inline, virtual] |
void DelaySourceFilter::calculate | ( | int | output_id, | |
int | count, | |||
Buffer & | out | |||
) | [inline] |
T DelaySourceFilter::getParameter | ( | const string & | name | ) | [inline] |
ノードのパラメータ取得メソッド
int DelaySourceFilter::delay [private] |
int DelaySourceFilter::inputID [private] |
int DelaySourceFilter::outputID [private] |
deque<RCPtr<Vector<ObjectRef> > > DelaySourceFilter::sourceVectorQueue [private] |
LifetimeMap DelaySourceFilter::timeMap [private] |