USGS

Isis 3.0 Developer's Reference (API)

Home

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 {
43  public:
52  QList<RawCubeChunk *> allocated, QList<RawCubeChunk *> justUsed,
53  const Buffer &justRequested);
54  };
55 }
56 
57 #endif