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

◆ m_last_rhs_value

double MayaFlux::Nodes::BinaryOpNode::m_last_rhs_value {}
private

The last output value from the right-hand side node.

This value is stored to provide context information to callbacks, allowing them to access not just the combined result but also the individual contributions from each input node.

Definition at line 281 of file NodeCombine.hpp.

281{};

Referenced by process_sample(), restore_state(), save_state(), and update_context().