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

◆ from() [4/4]

Source & MayaFlux::Portal::Forma::Plot::Source::from ( std::shared_ptr< Nodes::Node node)

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

Definition at line 26 of file PlotSource.cpp.

27{
28 m_container->bind(m_last_index, std::move(node));
29 return *this;
30}
std::shared_ptr< Kakshya::PlotContainer > m_container

References m_container, and m_last_index.