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

◆ acquire_from_callable()

void MayaFlux::Kakshya::PlotProcessor::acquire_from_callable ( SeriesBinding b,
std::vector< double > &  series 
)
private

Definition at line 245 of file PlotProcessor.cpp.

246{
247 if (b.callable)
248 b.callable(series);
249}
size_t b

References b.

Referenced by process().

+ Here is the caller graph for this function: