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

◆ m_is_initialized

bool MayaFlux::Nodes::BinaryOpNode::m_is_initialized {}
private

Flag indicating whether the binary operator has been properly initialized.

This flag is set to true when both the lhs and rhs nodes have been registered for processing and the connector itself is registered. It's used to ensure that the operator func doesn't attempt to process signals before all components are ready, preventing potential null pointer issues or processing inconsistencies.

Definition at line 418 of file NodeStructure.hpp.

418{};

Referenced by initialize().