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

◆ get_last_context()

virtual NodeContext & MayaFlux::Nodes::Node::get_last_context ( )
pure virtual

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.

Implemented in MayaFlux::Nodes::Filters::Filter, MayaFlux::Nodes::Generator::Generator, MayaFlux::Nodes::Generator::Logic, MayaFlux::Nodes::Generator::Polynomial, MayaFlux::Nodes::Generator::Stochastics::Random, MayaFlux::Nodes::GpuSync::ComputeOutNode, MayaFlux::Nodes::GpuSync::GeometryWriterNode, MayaFlux::Nodes::GpuSync::TextureNode, MayaFlux::Nodes::ChainNode, and MayaFlux::Nodes::BinaryOpNode.