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