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

◆ cache_segment()

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

Definition at line 44 of file RegionCacheManager.cpp.

45{
46 if (segment.is_cached) {
47 cache_region(segment.cache);
48 }
49}
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: