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

◆ operator|() [5/7]

template<typename T >
requires std::is_base_of_v<Nodes::Node, T>
std::shared_ptr< T > MayaFlux::operator| ( std::shared_ptr< T >  obj,
const CreationContext ctx 
)

Definition at line 231 of file Creator.hpp.

232{
233 register_node(std::static_pointer_cast<Nodes::Node>(obj), ctx);
234 return obj;
235}
void register_node(const std::shared_ptr< Nodes::Node > &node, const Nodes::ProcessingToken &token, uint32_t channel)
Definition Graph.cpp:124

References register_node().

Referenced by MayaFlux::MeshGroupHandle::~MeshGroupHandle().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: