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

◆ operator|() [2/4]

MAYAFLUX_API std::shared_ptr< Nodes::Node > MayaFlux::operator| ( const std::shared_ptr< Nodes::Node > &  node,
Domain  d 
)

Definition at line 104 of file Creator.cpp.

105{
106 CreationContext ctx(d);
107 register_node(node, ctx);
108 return node;
109}
void register_node(const std::shared_ptr< Nodes::Node > &node, const Nodes::ProcessingToken &token, uint32_t channel)
Definition Graph.cpp:72

References register_node().

+ Here is the call graph for this function: