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