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

◆ get_last_context()

NodeContext & MayaFlux::Nodes::Constant::get_last_context ( )
overridevirtual

Return the cached NodeContext from the last process_sample() call.

Implements MayaFlux::Nodes::Node.

Definition at line 71 of file Constant.cpp.

72{
73 return m_context;
74}
ConstantContext m_context
Definition Constant.hpp:135

References m_context.