24 #ifndef CubeTileHandler_h
25 #define CubeTileHandler_h
55 const Pvl &label,
bool alreadyOnDisk);
CubeTileHandler(QFile *dataFile, const QList< int > *virtualBandList, const Pvl &label, bool alreadyOnDisk)
Construct a tile handler.
int findGoodSize(int maxSize, int dimensionSize) const
This is a helper method that tries to compute a good tile size for one of the cube's dimensions (samp...
CubeTileHandler & operator=(const CubeTileHandler &other)
Disallow assignments of this object.
Handles converting buffers to and from disk.
~CubeTileHandler()
Writes all data from memory to disk.
BigInt getTileStartByte(const RawCubeChunk &chunk) const
This is a helper method that goes from chunk to file position.
A section of raw data on the disk.
virtual void writeRaw(const RawCubeChunk &chunkToWrite)
This needs to write the chunkToWrite directly to disk with no modifications to the data itself...
IO Handler for Isis Cubes using the tile format.
Container for cube-like labels.
void updateLabels(Pvl &label)
Update the cube labels so that this cube indicates what tile size it used.
virtual void readRaw(RawCubeChunk &chunkToFill)
This needs to populate the chunkToFill with unswapped raw bytes from the disk.