File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
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 {
64 
65  public:
66  // Constructors and Destructors
67  BoxcarManager(const Isis::Cube &cube,
68  const int &boxSamples, const int &boxLines);
69 
72 
73  };
74 };
75 
76 #endif
77 
78 
~BoxcarManager()
Destroys the BoxcarManager object.
Definition: BoxcarManager.h:71
Buffer manager, for moving through a cube by boxcar.
Definition: BoxcarManager.h:63
Manages a Buffer over a cube.
Definition: BufferManager.h:68
BoxcarManager(const Isis::Cube &cube, const int &boxSamples, const int &boxLines)
Constructs a BoxcarManager object.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
IO Handler for Isis Cubes.
Definition: Cube.h:170

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: 07/12/2023 23:15:25