|
Isis 3 Programmer Reference
|
1 #ifndef UniqueIOCachingAlgorithm_h
2 #define UniqueIOCachingAlgorithm_h
10 #include "CubeCachingAlgorithm.h"
12 template <
typename A>
class QList;
13 template <
typename A>
class QQueue;
37 const Buffer &justRequested);
This is free and unencumbered software released into the public domain.
virtual ~UniqueIOCachingAlgorithm()
Frees the memory allocated by this caching algorithm.
This stores the results of the caching algorithm.
Buffer for reading and writing cube data.
QQueue< QList< RawCubeChunk * > > * m_uniqueIOs
This is the set of past unique IOs.
This is the parent of the caching algorithms.
UniqueIOCachingAlgorithm(int numUniqueIOs)
Construct a new UniqueIOCachingAlgorithm.
This is free and unencumbered software released into the public domain.
virtual CacheResult recommendChunksToFree(QList< RawCubeChunk * > allocated, QList< RawCubeChunk * > justUsed, const Buffer &justRequested)
Please see the class description for how this algorithm works.
This algorithm is designed for applications that jump around between a couple of spots in the cube wi...
This is free and unencumbered software released into the public domain.