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

◆ InstanceNetwork()

MayaFlux::Nodes::Network::InstanceNetwork::InstanceNetwork ( )

Definition at line 11 of file InstanceNetwork.cpp.

12{
14 m_operator_chain = std::make_shared<OperatorChain>();
15}
std::shared_ptr< OperatorChain > m_operator_chain
void set_output_mode(OutputMode mode)
Set the network's output routing mode.
@ GRAPHICS_BIND
State available for visualization (read-only)

References MayaFlux::Nodes::Network::GRAPHICS_BIND, MayaFlux::Nodes::Network::NodeNetwork::m_operator_chain, and MayaFlux::Nodes::Network::NodeNetwork::set_output_mode().

+ Here is the call graph for this function: