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

◆ has_data()

bool MayaFlux::Kakshya::PlotContainer::has_data ( ) const
overridevirtual

Check if the container currently holds any data.

Returns
true if data is present, false otherwise

Implements MayaFlux::Kakshya::NDDataContainer.

Definition at line 363 of file PlotContainer.cpp.

364{
365 return !m_data.empty();
366}
std::vector< DataVariant > m_data

References m_data.

Referenced by is_ready_for_processing().

+ Here is the caller graph for this function: