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

◆ from() [3/4]

Source & MayaFlux::Portal::Forma::Plot::Source::from ( std::shared_ptr< Nodes::Network::NodeNetwork net)

Bind a NodeNetwork to the last series added by as().

Definition at line 38 of file PlotSource.cpp.

39{
40 m_container->bind(m_last_index, std::move(net));
41 return *this;
42}
std::shared_ptr< Kakshya::PlotContainer > m_container

References m_container, and m_last_index.