File failed to load: https://isis.astrogeology.usgs.gov/8.1.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
LineManager.h
Go to the documentation of this file.
1#ifndef LineManager_h
2#define LineManager_h
8/* SPDX-License-Identifier: CC0-1.0 */
9#include "BufferManager.h"
10#include "Cube.h"
11
12namespace 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
Manages a Buffer over a cube.
Definition BufferManager.h:52
IO Handler for Isis Cubes.
Definition Cube.h:168
Buffer manager, for moving through a cube in lines.
Definition LineManager.h:39
~LineManager()
Destroys the LineManager object.
Definition LineManager.h:46
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
LineManager(const Isis::Cube &cube, const bool reverse=false)
Constructs a LineManager object.
Definition LineManager.cpp:27
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: 03/27/2024 15:35:21