|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
inline |
Creates a composite operation node with derived node types (managed)
| DerivedNode | A type derived from Node |
| inputs | The input nodes whose outputs will be combined |
| func | Function that receives all node outputs and returns combined result |
| manager | Graph manager for registration |
| token | Processing domain for registration (default AUDIO_RATE) |
This constructor allows for creating a CompositeOpNode using a vector of shared pointers to a type derived from Node. It performs an implicit conversion to the base Node type for internal storage, while still allowing the caller to use their specific node types.
Definition at line 397 of file NodeCombine.hpp.