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

◆ update_polynomial_node()

void MayaFlux::Buffers::PolynomialProcessor::update_polynomial_node ( const std::shared_ptr< Nodes::Generator::Polynomial > &  polynomial)
inline

Updates the polynomial node used for processing.

Parameters
polynomialNew polynomial node to use

NOTE: Using external Polynomial node implies side effects of any progessing chain the node is connected to. This could mean that the buffer data is not used as input when used node's cached value.

Definition at line 141 of file PolynomialProcessor.hpp.

142 {
143 m_pending_polynomial = polynomial;
144 }
std::shared_ptr< Nodes::Generator::Polynomial > m_pending_polynomial
Internal polynomial node.