Classes
- struct Wizt::VFilter
- Implements a data filter, or computational object in general. More...
- struct Wizt::VPipeline
- Convenient template to define VCreator objects with inputs and outputs. More...
- struct Wizt::VPipeline< AcceptList< InputTypes >, FunctionObject, OutputType >
- struct Wizt::VPipeline< AcceptList< InputTypes >, FunctionObject, void >
- struct Wizt::VPipeline< InputType, FunctionObject, void >
- Reduction of the VPipeline to no output type, which constitutes a Sink. More...
- struct Wizt::VPipeline< void, FunctionObject, OutputType >
- Reduction of the VPipeline to no input type, which constitutes a Source. More...
- struct Wizt::VPipelineCreator
- A VPipeline that gets the input/output type definition from the specified FunctionObject. More...
- struct Wizt::VSink
- Implements a data sink. More...
- struct Wizt::VSource
- Implements a data source. More...