Isis 3 Programmer Reference
SampleManager.h
Go to the documentation of this file.
1 #ifndef SampleManager_h
2 #define SampleManager_h
3 
26 #include "BufferManager.h"
27 #include "Cube.h"
28 
29 namespace Isis {
51 
52  public:
53  // Constructors and Destructors
54  SampleManager(const Isis::Cube &cube, const bool reverse = false);
55 
58 
59  bool SetSample(const int sample, const int band = 1);
60  };
61 };
62 
63 #endif
64 
~SampleManager()
Destroys the SampleManager object.
Definition: SampleManager.h:57
Buffer manager, for moving through a cube in samples.
Definition: SampleManager.h:50
Manages a Buffer over a cube.
Definition: BufferManager.h:68
SampleManager(const Isis::Cube &cube, const bool reverse=false)
Constructs a SampleManager object.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
IO Handler for Isis Cubes.
Definition: Cube.h:170
bool SetSample(const int sample, const int band=1)
Positions the buffer at the requested line and returns a status indicator if the set was succesful or...