Isis Developer Reference
LineManager.h
Go to the documentation of this file.
1 #ifndef LineManager_h
2 #define LineManager_h
3 
8 /* SPDX-License-Identifier: CC0-1.0 */
9 #include "BufferManager.h"
10 #include "Cube.h"
11 
12 namespace Isis {
40 
41  public:
42  // Constructors and Destructors
43  LineManager(const Isis::Cube &cube, const bool reverse = false);
44 
47 
48  bool SetLine(const int line, const int band = 1);
49  };
50 };
51 
52 #endif
53 
Isis::BufferManager::setpos
bool setpos(BigInt map)
Sets the position of the shape in the cube.
Definition: BufferManager.cpp:219
Cube.h
Isis::LineManager
Buffer manager, for moving through a cube in lines.
Definition: LineManager.h:39
BufferManager.h
LineManager.h
Isis::toString
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
IString.h
Isis::BufferManager
Manages a Buffer over a cube.
Definition: BufferManager.h:52
Isis::LineManager::~LineManager
~LineManager()
Destroys the LineManager object.
Definition: LineManager.h:46
Isis::BufferManager::MaxLines
int MaxLines() const
Returns the number of lines in the cube.
Definition: BufferManager.h:143
_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::LineManager::SetLine
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...
Definition: LineManager.cpp:44
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::IString
Adds specific functionality to C++ strings.
Definition: IString.h:165
Isis::LineManager::LineManager
LineManager(const Isis::Cube &cube, const bool reverse=false)
Constructs a LineManager object.
Definition: LineManager.cpp:27
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16