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