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

◆ set_input_node()

void MayaFlux::Nodes::Generator::Polynomial::set_input_node ( const std::shared_ptr< Node > &  input_node)
inline

Sets the input node to generate polynomial values from.

Parameters
input_nodeNode providing the input values

Configures the node to receive input from another node

Definition at line 254 of file Polynomial.hpp.

254{ m_input_node = input_node; }
std::shared_ptr< Node > m_input_node
Input node for processing.