|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inline |
Get operation by name.
| ConcreteOpType | The expected concrete operation type |
| name | Name of the operation to retrieve |
Retrieves a named operation from the pipeline with automatic type casting. Returns nullptr if no operation with the given name exists or if the operation is not of the expected type.
Example:
Definition at line 230 of file ComputePipeline.hpp.