Isis Developer Reference
BoxcarManager.h
Go to the documentation of this file.
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.
Definition: BoxcarManager.h:46
~BoxcarManager()
Destroys the BoxcarManager object.
Definition: BoxcarManager.h:54
Manages a Buffer over a cube.
Definition: BufferManager.h:52
IO Handler for Isis Cubes.
Definition: Cube.h:168
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16