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

◆ m_is_initialized

bool MayaFlux::Nodes::ChainNode::m_is_initialized
private

Flag indicating whether the chain has been properly initialized.

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

Definition at line 185 of file NodeStructure.hpp.

Referenced by initialize().