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

◆ is_region_loaded()

bool MayaFlux::Kakshya::PlotContainer::is_region_loaded ( const Region region) const
inlineoverridevirtual

Check if a region is loaded in memory.

Parameters
regionRegion to check
Returns
true if region is loaded, false otherwise

Implements MayaFlux::Kakshya::NDDataContainer.

Definition at line 254 of file PlotContainer.hpp.

254{ return true; }