|
| struct | Wizt::VFilter< InputTypes, FunctionObject, OutputType > |
| | Implements a data filter, or computational object in general. More...
|
| |
| struct | Wizt::VPipeline< InputType, FunctionObject, OutputType > |
| | 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< FunctionObject > |
| | A VPipeline that gets the input/output type definition from the specified FunctionObject. More...
|
| |
| struct | Wizt::VSink< InputTypes, FunctionObject > |
| | Implements a data sink. More...
|
| |
| struct | Wizt::VSource< FunctionObject, OutputType > |
| | Implements a data source. More...
|
| |