Isis 3 Programmer Reference
LineManager.h
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.
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...
LineManager(const Isis::Cube &cube, const bool reverse=false)
Constructs a LineManager object.
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16