The Vish Visualization Shell 0.3
Vish
List of all members
Wizt::VSink< InputTypes, FunctionObject > Struct Template Reference

Implements a data sink. More...

#include <ocean/plankton/VPipeline.hpp>

Inheritance diagram for Wizt::VSink< InputTypes, FunctionObject >:
MemCore::Auto< Object >

Detailed Description

template<class InputTypes, class FunctionObject = void>
struct Wizt::VSink< InputTypes, FunctionObject >

Implements a data sink.

Parameters
FunctionObjectThe object that handles data
InputTypesThe type of data that are accepted as input here

Note that data sinks have to take care themselves about being processed, for instance via registration in the VScheduler, or via a VAction object.

Examples
AnemoneBoundingVolume.cpp, Background.cpp, DynamicBackground.cpp, MonochromeBackground.cpp, QuadDemo.cpp, and SeagrassBoundingVolume.cpp.