File failed to load: https://isis.astrogeology.usgs.gov/8.3.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
SampleManager.h
1#ifndef SampleManager_h
2#define SampleManager_h
3
9/* SPDX-License-Identifier: CC0-1.0 */
10#include "BufferManager.h"
11#include "Cube.h"
12
13namespace Isis {
35
36 public:
37 // Constructors and Destructors
38 SampleManager(const Isis::Cube &cube, const bool reverse = false);
39
42
43 bool SetSample(const int sample, const int band = 1);
44 };
45};
46
47#endif
48
Manages a Buffer over a cube.
IO Handler for Isis Cubes.
Definition Cube.h:168
Buffer manager, for moving through a cube in samples.
~SampleManager()
Destroys the SampleManager object.
bool SetSample(const int sample, const int band=1)
Positions the buffer at the requested line and returns a status indicator if the set was succesful or...
SampleManager(const Isis::Cube &cube, const bool reverse=false)
Constructs a SampleManager object.
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: 02/24/2025 16:15:14