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

◆ set_input_node()

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

Sets the input node to generate logic values from.

Parameters
input_nodeNode providing the input values

Configures the node to receive input from another node

Definition at line 395 of file Logic.hpp.

395{ m_input_node = input_node; }
std::shared_ptr< Node > m_input_node
Input node for processing.
Definition Logic.hpp:585