|
Isis Developer Reference
|
Go to the documentation of this file.
8 #ifndef BoxcarCachingAlgorithm_h
9 #define BoxcarCachingAlgorithm_h
13 template <
typename A>
class QList;
39 const Buffer &justRequested);
A section of raw data on the disk.
Definition: RawCubeChunk.h:27
int getStartLine() const
Definition: RawCubeChunk.h:60
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
This algorithm is designed for applications that jump around between a couple of spots in the cube wi...
Definition: BoxcarCachingAlgorithm.h:32
virtual ~BoxcarCachingAlgorithm()
Frees the memory allocated by this caching algorithm.
Definition: BoxcarCachingAlgorithm.cpp:35
This stores the results of the caching algorithm.
Definition: CubeCachingAlgorithm.h:45
Buffer for reading and writing cube data.
Definition: Buffer.h:53
int lineCount() const
Definition: RawCubeChunk.h:81
virtual CacheResult recommendChunksToFree(QList< RawCubeChunk * > allocated, QList< RawCubeChunk * > justUsed, const Buffer &justRequested)
Please see the class description for how this algorithm works.
Definition: BoxcarCachingAlgorithm.cpp:49
This is the parent of the caching algorithms.
Definition: CubeCachingAlgorithm.h:31
BoxcarCachingAlgorithm()
Construct a new BoxcarCachingAlgorithm.
Definition: BoxcarCachingAlgorithm.cpp:27
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:14
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16