Isis Developer Reference
FilterCachingAlgorithm.h
Go to the documentation of this file.
1
6/* SPDX-License-Identifier: CC0-1.0 */
7
8#ifndef RegionalCachingAlgorithm_h
9#define RegionalCachingAlgorithm_h
10
12
13namespace Isis {
24 public:
25 FilterCachingAlgorithm(int numParallelIOs);
27
29 QList<RawCubeChunk *> allocated, QList<RawCubeChunk *> justUsed,
30 const Buffer &justRequested);
31
32 private:
37 QList< QList< RawCubeChunk * > > * m_chunksToKeep;
38
42 int m_currentIo;
43 };
44}
45
46#endif
Buffer for reading and writing cube data.
Definition Buffer.h:53
This stores the results of the caching algorithm.
Definition CubeCachingAlgorithm.h:45
This is the parent of the caching algorithms.
Definition CubeCachingAlgorithm.h:31
This algorithm is designed for applications that use ProcessByQuickFilter or very similar I/O pattern...
Definition FilterCachingAlgorithm.h:23
virtual CacheResult recommendChunksToFree(QList< RawCubeChunk * > allocated, QList< RawCubeChunk * > justUsed, const Buffer &justRequested)
Please see the class description for how this algorithm works.
Definition FilterCachingAlgorithm.cpp:63
FilterCachingAlgorithm(int numParallelIOs)
Construct a new FilterCachingAlgorithm.
Definition FilterCachingAlgorithm.cpp:31
virtual ~FilterCachingAlgorithm()
Frees the memory allocated by this caching algorithm.
Definition FilterCachingAlgorithm.cpp:45
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16