|
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 | ||
| ) |
Combines two nodes in parallel (addition)
| lhs | First node |
| rhs | Second node |
Creates a new node that processes both input nodes and sums their outputs. This allows for mixing multiple data sources or transformations:
The resulting node takes an input, passes it to both source nodes, and returns the sum of their outputs.
Definition at line 362 of file Graph.cpp.
References a, b, and get_node_graph_manager().
Here is the call graph for this function: