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

◆ get_last_context()

NodeContext & MayaFlux::Nodes::Generator::Counter::get_last_context ( )
overrideprotectedvirtual

Retrieves the last created context object.

Returns
Reference to the last NodeContext object

This method provides access to the most recent NodeContext object created by the node. This context contains information about the node's state at the time of the last output generation.

Implements MayaFlux::Nodes::Node.

Definition at line 153 of file Counter.cpp.

154{
155 return m_context;
156}

References m_context.

Referenced by notify_tick().

+ Here is the caller graph for this function: