Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
LineManager.h
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::LineManager
Buffer manager, for moving through a cube in lines.
Definition: LineManager.h:39
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::Cube
IO Handler for Isis Cubes.
Definition: Cube.h:167
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
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

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 USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/13/2023 15:16:47