|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Nodes::BinaryOpNode::BinaryOpNode | ( | const std::shared_ptr< Node > & | lhs, |
| const std::shared_ptr< Node > & | rhs, | ||
| CombineFunc | func, | ||
| NodeGraphManager & | manager, | ||
| ProcessingToken | token = ProcessingToken::AUDIO_RATE |
||
| ) |
Creates a new binary operation node (managed)
| lhs | The left-hand side node |
| rhs | The right-hand side node |
| func | The function to combine the outputs of both nodes |
| manager | Graph manager for registration |
| token | Processing domain for registration (default AUDIO_RATE) |
Common combine functions include:
Definition at line 51 of file NodeCombine.cpp.