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

◆ operator|() [2/7]

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

Definition at line 112 of file Creator.cpp.

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

References register_network().

+ Here is the call graph for this function: