|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::shared_ptr< Nodes::Network::NodeNetwork > MayaFlux::operator| | ( | const TemporalWrapper< Nodes::Network::NodeNetwork > & | wrapper, |
| Domain | domain | ||
| ) |
Activates a node network in a specific domain for the duration specified by the TemporalWrapper.
This operator overload implements the syntax:
It activates the wrapped node network in the given domain for the specified duration and channels.
| wrapper | The TemporalWrapper containing the node network and timing information. |
| domain | The domain in which to activate the network. |
Definition at line 71 of file Temporal.cpp.
References MayaFlux::TemporalWrapper< T >::entity(), get_buffer_manager(), get_node_graph_manager(), get_node_token(), get_scheduler(), node_token, and MayaFlux::TemporalWrapper< T >::spec().
Here is the call graph for this function: