An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
This algorithm recommends chunks to be freed that are not within the last IO. More...
#include <RegionalCachingAlgorithm.h>
Public Member Functions | |
virtual CacheResult | recommendChunksToFree (QList< RawCubeChunk * > allocated, QList< RawCubeChunk * > justUsed, const Buffer &justRequested) |
This algorithm recommends chunks to be freed that are not within the last IO.
Once the 10MB limit is reached, it recommends more chunks to free in order to stay below this limit, as long as the chunks weren't in the last IO.
|
virtual |
allocated | |
justUsed | |
justRequested |
Implements Isis::CubeCachingAlgorithm.
References Isis::Buffer::BandDimension(), Isis::Buffer::LineDimension(), and Isis::Buffer::SampleDimension().