23 #ifndef CubeBsqHandler_h 24 #define CubeBsqHandler_h 60 const Pvl &label,
bool alreadyOnDisk);
86 int findGoodSize(
int maxSize,
int dimensionSize)
const;
long long int BigInt
Big int.
Definition: Constants.h:65
virtual void readRaw(RawCubeChunk &chunkToFill)
This needs to populate the chunkToFill with unswapped raw bytes from the disk.
Definition: CubeBsqHandler.cpp:91
IO Handler for Isis Cubes using the BSQ format.
Definition: CubeBsqHandler.h:57
~CubeBsqHandler()
The destructor writes all cached data to disk.
Definition: CubeBsqHandler.cpp:74
Handles converting buffers to and from disk.
Definition: CubeIoHandler.h:125
void updateLabels(Pvl &labels)
Function to update the labels with a Pvl object.
Definition: CubeBsqHandler.cpp:84
A section of raw data on the disk.
Definition: RawCubeChunk.h:42
virtual void writeRaw(const RawCubeChunk &chunkToWrite)
This needs to write the chunkToWrite directly to disk with no modifications to the data itself...
Definition: CubeBsqHandler.cpp:116
Container for cube-like labels.
Definition: Pvl.h:135
CubeBsqHandler(QFile *dataFile, const QList< int > *virtualBandList, const Pvl &label, bool alreadyOnDisk)
Construct a BSQ IO handler.
Definition: CubeBsqHandler.cpp:50
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31