Isis Developer Reference
BandManager.h
Go to the documentation of this file.
1 #ifndef BandManager_h
2 #define BandManager_h
3 
8 /* SPDX-License-Identifier: CC0-1.0 */
9 
10 #include "BufferManager.h"
11 #include "Cube.h"
12 
13 namespace Isis {
34 
35  public:
36  // Constructors and Destructors
37  BandManager(const Isis::Cube &cube, const bool reverse = false);
38 
41 
42  bool SetBand(const int sample, const int line = 1);
43  };
44 };
45 
46 #endif
47 
Isis::BufferManager::setpos
bool setpos(BigInt map)
Sets the position of the shape in the cube.
Definition: BufferManager.cpp:219
Cube.h
BufferManager.h
Isis::BandManager
Buffer manager, for moving through a cube in bands.
Definition: BandManager.h:33
BandManager.h
Isis::BufferManager
Manages a Buffer over a cube.
Definition: BufferManager.h:52
Isis::BandManager::SetBand
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...
Definition: BandManager.cpp:40
_FILEINFO_
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
Isis::Cube
IO Handler for Isis Cubes.
Definition: Cube.h:167
Isis::IException
Isis exception class.
Definition: IException.h:91
Isis::BandManager::~BandManager
~BandManager()
Destroys the SampleManager object.
Definition: BandManager.h:40
Isis::BufferManager::MaxBands
int MaxBands() const
Returns the number of bands in the cube.
Definition: BufferManager.h:152
IException.h
Isis::IException::Programmer
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
std
Namespace for the standard library.
Isis::BandManager::BandManager
BandManager(const Isis::Cube &cube, const bool reverse=false)
Constructs a BandManager object.
Definition: BandManager.cpp:24
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16