Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
BoxcarManager.h
Go to the documentation of this file.
1
#ifndef BoxcarManager_h
2
#define BoxcarManager_h
3
26
#include "
BufferManager.h
"
27
#include "
Cube.h
"
28
29
namespace
Isis {
63
class
BoxcarManager
:
public
Isis::BufferManager
{
64
65
public
:
66
// Constructors and Destructors
67
BoxcarManager
(
const
Isis::Cube
&cube,
68
const
int
&boxSamples,
const
int
&boxLines);
69
71
~BoxcarManager
() {};
72
73
};
74
};
75
76
#endif
77
78
Isis::BoxcarManager::~BoxcarManager
~BoxcarManager()
Destroys the BoxcarManager object.
Definition:
BoxcarManager.h:71
Isis::BoxcarManager
Buffer manager, for moving through a cube by boxcar.
Definition:
BoxcarManager.h:63
Isis::BufferManager
Manages a Buffer over a cube.
Definition:
BufferManager.h:67
Isis::BoxcarManager::BoxcarManager
BoxcarManager(const Isis::Cube &cube, const int &boxSamples, const int &boxLines)
Constructs a BoxcarManager object.
Definition:
BoxcarManager.cpp:37
BufferManager.h
Cube.h
Isis::Cube
IO Handler for Isis Cubes.
Definition:
Cube.h:158
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
ISIS Support Center
File Modified: 07/12/2023 23:14:52