The Vish Visualization Shell 0.3
Vish
List of all members
Wizt::VPipeline< InputType, FunctionObject, OutputType > Struct Template Reference

Convenient template to define VCreator objects with inputs and outputs. More...

#include <ocean/plankton/VPipeline.hpp>

Inheritance diagram for Wizt::VPipeline< InputType, FunctionObject, OutputType >:
Wizt::VFilter< AcceptList< InputType >, FunctionObject, OutputType > MemCore::Auto< Object >

Detailed Description

template<class InputType, VObjectType FunctionObject, class OutputType>
struct Wizt::VPipeline< InputType, FunctionObject, OutputType >

Convenient template to define VCreator objects with inputs and outputs.

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