VISH  0.2
Public Types | Public Member Functions | Public Attributes
Wizt::MovieRecorder Struct Reference

Base class for Movie recorder classes. More...

#include </home/werner/origo/vish/ocean/Anemonia/MovieRecorder.hpp>

List of all members.

Public Types

Public Member Functions

Public Attributes


Detailed Description

Base class for Movie recorder classes.


Member Typedef Documentation

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.


The documentation for this struct was generated from the following files: