File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef UniqueIOCachingAlgorithm_h
2 #define UniqueIOCachingAlgorithm_h
12 template <
typename A>
class QList;
13 template <
typename A>
class QQueue;
37 const Buffer &justRequested);
A section of raw data on the disk.
Definition: RawCubeChunk.h:27
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
virtual ~UniqueIOCachingAlgorithm()
Frees the memory allocated by this caching algorithm.
Definition: UniqueIOCachingAlgorithm.cpp:47
This stores the results of the caching algorithm.
Definition: CubeCachingAlgorithm.h:45
Buffer for reading and writing cube data.
Definition: Buffer.h:53
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
This is the parent of the caching algorithms.
Definition: CubeCachingAlgorithm.h:31
Isis exception class.
Definition: IException.h:91
UniqueIOCachingAlgorithm(int numUniqueIOs)
Construct a new UniqueIOCachingAlgorithm.
Definition: UniqueIOCachingAlgorithm.cpp:29
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:14
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:65
This algorithm is designed for applications that jump around between a couple of spots in the cube wi...
Definition: UniqueIOCachingAlgorithm.h:30
Adds specific functionality to C++ strings.
Definition: IString.h:165
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16