File failed to load: https://isis.astrogeology.usgs.gov/8.3.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
BoxcarManager.h
1#ifndef BoxcarManager_h
2#define BoxcarManager_h
8/* SPDX-License-Identifier: CC0-1.0 */
9#include "BufferManager.h"
10#include "Cube.h"
11
12namespace Isis {
47
48 public:
49 // Constructors and Destructors
50 BoxcarManager(const Isis::Cube &cube,
51 const int &boxSamples, const int &boxLines);
52
55
56 };
57};
58
59#endif
60
61
Buffer manager, for moving through a cube by boxcar.
BoxcarManager(const Isis::Cube &cube, const int &boxSamples, const int &boxLines)
Constructs a BoxcarManager object.
~BoxcarManager()
Destroys the BoxcarManager object.
Manages a Buffer over a cube.
IO Handler for Isis Cubes.
Definition Cube.h:168
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:14:50