MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ NodeBinaryOpSemantics

Enumerator
REPLACE 

Unregister both nodes and register with the new binary op node.

KEEP 

Preserve both nodes in the binary op, add new binary op node to root, i.e doubling the signal.

Definition at line 21 of file NodeSpec.hpp.

21 : uint8_t {
22 REPLACE, ///< Unregister both nodes and register with the new binary op node
23 KEEP ///< Preserve both nodes in the binary op, add new binary op node to root, i.e doubling the signal
24};
@ KEEP
Preserve both nodes in the binary op, add new binary op node to root, i.e doubling the signal.
Definition NodeSpec.hpp:23
@ REPLACE
Unregister both nodes and register with the new binary op node.
Definition NodeSpec.hpp:22