  | 
  
    Isis 3 Programmer Reference
    
   | 
 
 
 
 
    8 #include "CubeCachingAlgorithm.h" 
   14 #include "RawCubeChunk.h" 
   47     m_chunksToFree = NULL;
 
   58     m_chunksToFree = NULL;
 
   70       delete m_chunksToFree;
 
   71       m_chunksToFree = NULL;
 
   84     return (m_chunksToFree != NULL);
 
   96     if(m_chunksToFree != NULL)
 
   97       recommended = *m_chunksToFree;
 
  112     delete m_chunksToFree;
 
  113     m_chunksToFree = NULL;
 
  
 
QList< RawCubeChunk * > getChunksToFree() const
 
This is free and unencumbered software released into the public domain.
 
virtual ~CacheResult()
Free allocated memory.
 
This stores the results of the caching algorithm.
 
virtual ~CubeCachingAlgorithm()
Cleans up after a caching algorithm.
 
CubeCachingAlgorithm()
Construct a caching algorithm.
 
QList< RawCubeChunk * > * m_chunksToFree
If NULL, the algorithm did not succeed.
 
CacheResult & operator=(const CacheResult &other)
Assign one cache result to another.
 
bool algorithmUnderstoodData() const
If this is true, then the results (be them empty or not) should be considered valid.
 
CacheResult()
Construct a cache algorithm result with the idea that the algorithm did not understand/was unable to ...
 
This is free and unencumbered software released into the public domain.