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

A VPipeline that gets the input/output type definition from the specified FunctionObject. More...

#include <ocean/plankton/VPipeline.hpp>

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

Detailed Description

template<VObjectType FunctionObject>
struct Wizt::VPipelineCreator< FunctionObject >

A VPipeline that gets the input/output type definition from the specified FunctionObject.

The FunctionObject must export type definitions InputType and OutputType . Either or both may also be void, thereby defining a data sink or data source.