|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
protected |
The last context object created for callbacks.
This member stores the most recent NodeContext object created by create_context(). It can be reused for efficiency, avoiding unnecessary allocations when notifying callbacks.
Definition at line 396 of file Node.hpp.
Referenced by MayaFlux::Nodes::Filters::Filter::notify_tick(), MayaFlux::Nodes::Generator::Impulse::notify_tick(), MayaFlux::Nodes::Generator::Logic::notify_tick(), MayaFlux::Nodes::Generator::Phasor::notify_tick(), MayaFlux::Nodes::Generator::Polynomial::notify_tick(), MayaFlux::Nodes::Generator::Sine::notify_tick(), MayaFlux::Nodes::Generator::Stochastics::Random::notify_tick(), MayaFlux::Nodes::BinaryOpNode::notify_tick(), and MayaFlux::Nodes::Generator::Sine::Sine().