24 #ifndef UniqueIOCachingAlgorithm_h 25 #define UniqueIOCachingAlgorithm_h 29 template <
typename A>
class QList;
30 template <
typename A>
class QQueue;
54 const Buffer &justRequested);
Buffer for reading and writing cube data.
Definition: Buffer.h:69
Definition: BoxcarCachingAlgorithm.h:30
This algorithm is designed for applications that jump around between a couple of spots in the cube wi...
Definition: UniqueIOCachingAlgorithm.h:47
virtual CacheResult recommendChunksToFree(QList< RawCubeChunk *> allocated, QList< RawCubeChunk *> justUsed, const Buffer &justRequested)
Please see the class description for how this algorithm works.
Definition: UniqueIOCachingAlgorithm.cpp:78
virtual ~UniqueIOCachingAlgorithm()
Frees the memory allocated by this caching algorithm.
Definition: UniqueIOCachingAlgorithm.cpp:60
UniqueIOCachingAlgorithm(int numUniqueIOs)
Construct a new UniqueIOCachingAlgorithm.
Definition: UniqueIOCachingAlgorithm.cpp:42
This stores the results of the caching algorithm.
Definition: CubeCachingAlgorithm.h:61
Definition: BoxcarCachingAlgorithm.h:29
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
This is the parent of the caching algorithms
Definition: CubeCachingAlgorithm.h:47