24 #ifndef BoxcarCachingAlgorithm_h
25 #define BoxcarCachingAlgorithm_h
29 template <
typename A>
class QList;
54 const Buffer &justRequested);
Buffer for reading and writing cube data.
virtual ~BoxcarCachingAlgorithm()
Frees the memory allocated by this caching algorithm.
This algorithm is designed for applications that jump around between a couple of spots in the cube wi...
BoxcarCachingAlgorithm()
Construct a new BoxcarCachingAlgorithm.
virtual CacheResult recommendChunksToFree(QList< RawCubeChunk * > allocated, QList< RawCubeChunk * > justUsed, const Buffer &justRequested)
Please see the class description for how this algorithm works.
This stores the results of the caching algorithm.
This is the parent of the caching algorithms.