|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::shared_ptr< Nodes::Node > MayaFlux::operator>> | ( | const std::shared_ptr< Nodes::Node > & | lhs, |
| const std::shared_ptr< Nodes::Node > & | rhs | ||
| ) |
Connects two nodes in series (pipeline operator)
| lhs | Source node (may already be a ChainNode) |
| rhs | Target node (may already be a ChainNode) |
If lhs is already a ChainNode, rhs is appended to its sequence rather than creating a nested chain.
Uses the default engine's NodeGraphManager for registration. For manual construction without registration, create ChainNode directly with no manager argument.
Definition at line 328 of file Graph.cpp.
References get_node_graph_manager().
Here is the call graph for this function: