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

◆ from() [1/4]

Source & MayaFlux::Portal::Forma::Plot::Source::from ( std::function< void(std::vector< double > &)>  fn)

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

Definition at line 44 of file PlotSource.cpp.

45{
46 m_container->bind(m_last_index, std::move(fn));
47 return *this;
48}
std::shared_ptr< Kakshya::PlotContainer > m_container

References m_container, and m_last_index.