7#include "TileManager.h"
26 const int &bufNumSamples,
const int &bufNumLines) :
28 bufNumSamples, bufNumLines, 1,
52 string message =
"Invalid value for argument [tile]";
57 string message =
"Invalid value for argument [band]";
Manages a Buffer over a cube.
bool setpos(BigInt map)
Sets the position of the shape in the cube.
IO Handler for Isis Cubes.
@ Programmer
This error is for when a programmer made an API call that was illegal.
int p_numLineTiles
Stores the number of tiles in the line direction.
int p_numSampTiles
Stores the number of tiles in the sample direction.
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.
Namespace for the standard library.