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

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 USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/13/2023 15:12:47