Isis 3.0 Programmer Reference
Back | Home
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:67
SampleManager(const Isis::Cube &cube, const bool reverse=false)
Constructs a SampleManager object.
IO Handler for Isis Cubes.
Definition: Cube.h:158
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...

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the ISIS Support Center
File Modified: 07/12/2023 23:28:35