  | 
  
    Isis 3 Programmer Reference
    
   | 
 
 
 
 
   10 #include "BufferManager.h" 
   42       bool SetBand(
const int sample, 
const int line = 1);
 
  
 
Buffer manager, for moving through a cube in bands.
 
Manages a Buffer over a cube.
 
bool SetBand(const int sample, const int line=1)
Positions the buffer at the requested line and returns a status indicator if the set was succesful or...
 
IO Handler for Isis Cubes.
 
~BandManager()
Destroys the SampleManager object.
 
BandManager(const Isis::Cube &cube, const bool reverse=false)
Constructs a BandManager object.
 
This is free and unencumbered software released into the public domain.