9#include "BufferManager.h"
48 const int &bufNumSamples = 128,
const int &bufNumLines = 128);
53 bool SetTile(
const int Tile,
const int band = 1);
Manages a Buffer over a cube.
BigInt MaxMaps() const
Returns the maximum number of positions the shape buffer needs to cover the entire image (see setpos ...
IO Handler for Isis Cubes.
~TileManager()
Destroys the TileManager object.
int p_numLineTiles
Stores the number of tiles in the line direction.
int p_numSampTiles
Stores the number of tiles in the sample direction.
int Tiles()
Returns the number of Tiles in the cube.
TileManager(const Isis::Cube &cube, const int &bufNumSamples=128, const int &bufNumLines=128)
Constructs a TileManager object.
bool SetTile(const int Tile, const int band=1)
Sets the current tile as requested.
This is free and unencumbered software released into the public domain.