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

◆ build()

std::shared_ptr< Kakshya::PlotContainer > MayaFlux::Portal::Forma::Plot::Source::build ( )

Finalise and return the constructed container.

Returns
Ready PlotContainer with all series added and sources bound.

Definition at line 50 of file PlotSource.cpp.

51{
52 return std::move(m_container);
53}
std::shared_ptr< Kakshya::PlotContainer > m_container

References m_container.