|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inline |
Create and add operation by type.
| ConcreteOpType | The concrete operation type to create |
| Args | Constructor argument types |
| name | Optional name for the operation |
| args | Constructor arguments for the operation |
Creates a new instance of the specified operation type and adds it to the pipeline. This is the most convenient way to add operations when you don't need to configure them before adding to the pipeline.
Example:
Definition at line 127 of file ComputePipeline.hpp.