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

◆ operator|() [3/7]

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

Definition at line 105 of file Creator.cpp.

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

References register_node().

+ Here is the call graph for this function: