|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::shared_ptr< Nodes::Node > MayaFlux::operator| | ( | const TemporalWrapper< Nodes::Node > & | wrapper, |
| Domain | domain | ||
| ) |
Activates a node in a specific domain for the duration specified by the TemporalWrapper.
This operator overload implements the syntax:
It activates the wrapped node in the given domain for the specified duration and channels.
| wrapper | The TemporalWrapper containing the node and timing information. |
| domain | The domain in which to activate the node. |
Definition at line 19 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: