Isis 3 Developer Reference
RegionalCachingAlgorithm.h
Go to the documentation of this file.
1 
24 #ifndef RegionalCachingAlgorithm_h
25 #define RegionalCachingAlgorithm_h
26 
27 #include "CubeCachingAlgorithm.h"
28 
29 namespace Isis {
43  public:
52  QList<RawCubeChunk *> allocated, QList<RawCubeChunk *> justUsed,
53  const Buffer &justRequested);
54  };
55 }
56 
57 #endif
Buffer for reading and writing cube data.
Definition: Buffer.h:69
This algorithm recommends chunks to be freed that are not within the last IO.
Definition: RegionalCachingAlgorithm.h: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
virtual CacheResult recommendChunksToFree(QList< RawCubeChunk *> allocated, QList< RawCubeChunk *> justUsed, const Buffer &justRequested)
Definition: RegionalCachingAlgorithm.cpp:37
This is the parent of the caching algorithms
Definition: CubeCachingAlgorithm.h:47