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

◆ get_modulators()

std::vector< std::pair< ModulatorRole, std::shared_ptr< Node > > > MayaFlux::Nodes::Generator::Polynomial::get_modulators ( ) const
overridevirtual

Retrieves the current modulators connected to this node.

Returns
Vector of pairs containing the modulator role and the corresponding node

Reimplemented from MayaFlux::Nodes::Node.

Definition at line 241 of file Polynomial.cpp.

242{
243 if (m_input_node)
245 return {};
246}
std::shared_ptr< Node > m_input_node
Input node for processing.

References m_input_node, and MayaFlux::Nodes::SignalMod.