|
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 | ||
| ) |
Creates a new binary operation node.
| lhs | The left-hand side node |
| rhs | The right-hand side node |
| func | The function to combine the outputs of both nodes |
Common combine functions include:
Definition at line 176 of file NodeStructure.cpp.
References MayaFlux::Journal::Init, m_lhs, m_rhs, and MayaFlux::Journal::Nodes.