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

◆ cache_segment()

void MayaFlux::Kakshya::RegionCacheManager::cache_segment ( const RegionSegment segment)

Definition at line 42 of file RegionCacheManager.cpp.

43{
44 if (segment.is_cached) {
45 cache_region(segment.cache);
46 }
47}
void cache_region(const RegionCache &cache)

References MayaFlux::Kakshya::RegionSegment::cache, cache_region(), and MayaFlux::Kakshya::RegionSegment::is_cached.

+ Here is the call graph for this function: