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

◆ operator|() [3/4]

std::shared_ptr< Nodes::NodeNetwork > MayaFlux::operator| ( const std::shared_ptr< Nodes::NodeNetwork > &  network,
Domain  d 
)

Definition at line 111 of file Creator.cpp.

112{
113 CreationContext ctx(d);
114 register_network(network, ctx);
115 return network;
116}
void register_network(const std::shared_ptr< Nodes::NodeNetwork > &network, const CreationContext &ctx)
Definition Creator.cpp:37

References register_network().

+ Here is the call graph for this function: