VISH
0.2
|
Base class for Movie recorder classes. More...
#include </home/werner/origo/vish/ocean/Anemonia/MovieRecorder.hpp>
Base class for Movie recorder classes.
Each VObject may define a set of possible input types, which are types that are provided by some other objects to be used as inputs of this object.
The default is void, meaning this object will not require any input types, thus being a data source.
Multiple types may be defined by creating a type list via META::LIST, for instance:
using namespace META; typedef LIST<int, LIST<float> > AcceptableInputTypes;
This input type will allow to use int's and float's .
Reimplemented from Wizt::VObject.