File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
8 #ifndef BoxcarCachingAlgorithm_h
9 #define BoxcarCachingAlgorithm_h
11 #include "CubeCachingAlgorithm.h"
13 template <
typename A>
class QList;
39 const Buffer &justRequested);
This is free and unencumbered software released into the public domain.
This algorithm is designed for applications that jump around between a couple of spots in the cube wi...
virtual ~BoxcarCachingAlgorithm()
Frees the memory allocated by this caching algorithm.
This stores the results of the caching algorithm.
Buffer for reading and writing cube data.
int m_minLine
Used to calculate what lines to cache.
virtual CacheResult recommendChunksToFree(QList< RawCubeChunk * > allocated, QList< RawCubeChunk * > justUsed, const Buffer &justRequested)
Please see the class description for how this algorithm works.
This is the parent of the caching algorithms.
BoxcarCachingAlgorithm()
Construct a new BoxcarCachingAlgorithm.
This is free and unencumbered software released into the public domain.
This is free and unencumbered software released into the public domain.