Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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 {
42
class
RegionalCachingAlgorithm
:
public
CubeCachingAlgorithm
{
43
public
:
51
virtual
CacheResult
recommendChunksToFree
(
52
QList<RawCubeChunk *>
allocated,
QList<RawCubeChunk *>
justUsed,
53
const
Buffer
&justRequested);
54
};
55
}
56
57
#endif
Isis::Buffer
Buffer for reading and writing cube data.
Definition:
Buffer.h:68
Isis::RegionalCachingAlgorithm::recommendChunksToFree
virtual CacheResult recommendChunksToFree(QList< RawCubeChunk * > allocated, QList< RawCubeChunk * > justUsed, const Buffer &justRequested)
Definition:
RegionalCachingAlgorithm.cpp:37
Isis::RegionalCachingAlgorithm
This algorithm recommends chunks to be freed that are not within the last IO.
Definition:
RegionalCachingAlgorithm.h:42
CubeCachingAlgorithm.h
Isis::CubeCachingAlgorithm::CacheResult
This stores the results of the caching algorithm.
Definition:
CubeCachingAlgorithm.h:61
QList
Definition:
BoxcarCachingAlgorithm.h:29
Isis::CubeCachingAlgorithm
This is the parent of the caching algorithms.
Definition:
CubeCachingAlgorithm.h:47
U.S. Department of the Interior
|
U.S. Geological Survey
ISIS
|
Privacy & Disclaimers
|
Astrogeology Research Program
To contact us, please post comments and questions on the
ISIS Support Center
File Modified: 07/12/2023 23:28:14