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

◆ m_manager

NodeGraphManager* MayaFlux::Nodes::BinaryOpNode::m_manager {}
private

Reference to the node graph manager for registration and callback management.

This reference is used to register the binary operation node and its input nodes with the graph manager, allowing them to be included in processing cycles and for querying Config.

Definition at line 258 of file NodeCombine.hpp.

258{};

Referenced by BinaryOpNode(), and initialize().