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

◆ should_mock_process()

bool MayaFlux::Nodes::Generator::Generator::should_mock_process ( ) const
virtual

Checks if the generator should mock process.

Returns
True if the generator should mock process, false otherwise

Definition at line 14 of file Generator.cpp.

15{
17}
std::atomic< Utils::NodeState > m_state
Atomic state flag tracking the node's processing status.
Definition Node.hpp:463
@ MOCK_PROCESS
Node should be processed but output ignored.
Definition Utils.hpp:33

References MayaFlux::Nodes::Node::m_state, and MayaFlux::Utils::MOCK_PROCESS.