|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
|
pure virtual |
Updates the context object with the current node state.
| value | The current sample value |
This method is responsible for updating the NodeContext object with the latest state information from the node. It is called internally whenever a new output value is produced, ensuring that the context reflects the current state of the node for use in callbacks.
Implemented in MayaFlux::Nodes::Constant, MayaFlux::Nodes::BinaryOpNode, MayaFlux::Nodes::StreamReaderNode, MayaFlux::Nodes::Filters::Filter, MayaFlux::Nodes::Generator::Generator, MayaFlux::Nodes::Generator::Logic, MayaFlux::Nodes::Generator::Polynomial, MayaFlux::Nodes::Generator::Random, MayaFlux::Nodes::GpuSync::ComputeOutNode, MayaFlux::Nodes::GpuSync::GeometryWriterNode, MayaFlux::Nodes::GpuSync::TextureNode, MayaFlux::Nodes::Input::InputNode, MayaFlux::Nodes::ChainNode, and MayaFlux::Nodes::CompositeOpNode< N >.