MayaFlux 0.5.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 327 of file PlotContainer.cpp.

328{
329 return !m_data.empty();
330}
std::vector< DataVariant > m_data

References m_data.

Referenced by is_ready_for_processing().

+ Here is the caller graph for this function: