MayaFlux 0.1.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 55 of file Utils.hpp.

55 : uint8_t {
56 REPLACE, ///< Unregister both nodes and register with the new binary op node
57 KEEP ///< Preserve both nodes in the binary op, add new binary op node to root, i.e doubling the signal
58};
@ KEEP
Preserve both nodes in the binary op, add new binary op node to root, i.e doubling the signal.
Definition Utils.hpp:57
@ REPLACE
Unregister both nodes and register with the new binary op node.
Definition Utils.hpp:56