8#include "BoxcarManager.h"
22 const int &boxSamples,
const int &boxLines) :
24 cube.bandCount(), boxSamples, boxLines, 1,
29 soff = (int)((boxSamples - 1) / 2) * -1;
30 loff = (int)((boxLines - 1) / 2) * -1;
BoxcarManager(const Isis::Cube &cube, const int &boxSamples, const int &boxLines)
Constructs a BoxcarManager object.
Manages a Buffer over a cube.
void SetOffsets(const int soff, const int loff, const int boff)
Sets the offset of the buffer.
void SetIncrements(const int sinc, const int linc, const int binc)
Sets how the shape is incremented through the cube.
IO Handler for Isis Cubes.
This is free and unencumbered software released into the public domain.
Namespace for the standard library.