|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inline |
Add a concrete operation instance to the pipeline.
| ConcreteOpType | The concrete operation type (must derive from ComputeOperation) |
| operation | Shared pointer to the operation instance |
| name | Optional name for the operation (used for later reference) |
Adds an existing operation instance to the pipeline. The operation will be executed in the order it was added. Names are optional but recommended for later configuration and debugging.
Definition at line 98 of file ComputePipeline.hpp.