1 #ifndef ProcessByBoxcar_h 
    2 #define ProcessByBoxcar_h 
Buffer for reading and writing cube data. 
Definition: Buffer.h:68
 
void SetBoxcarSize(const int ns, const int nl)
Sets the boxcar size. 
Definition: ProcessByBoxcar.cpp:40
 
ProcessByBoxcar()
Constructs a ProcessByBoxcar object. 
Definition: ProcessByBoxcar.h:66
 
Process cubes by boxcar. 
Definition: ProcessByBoxcar.h:55
 
virtual ~ProcessByBoxcar()
Destroys the ProcessByBoxcar object. 
Definition: ProcessByBoxcar.h:71
 
virtual void StartProcess(void funct())
In the base class, this method will invoked a user-specified function exactly one time...
Definition: Process.h:227
 
virtual void StartProcess(void funct(Isis::Buffer &in, double &out))
Starts the systematic processing of the input cube by moving a boxcar, p_boxSamples by p_boxLines...
Definition: ProcessByBoxcar.cpp:58
 
void Finalize()
End the boxcar processing sequence and cleans up by closing cubes, freeing memory, etc. 
Definition: ProcessByBoxcar.cpp:139
 
void EndProcess()
End the boxcar processing sequence and cleans up by closing cubes, freeing memory, etc. 
Definition: ProcessByBoxcar.cpp:128
 
void ProcessCube(void funct(Isis::Buffer &in, double &out))
Definition: ProcessByBoxcar.h:77
 
Base class for all cube processing derivatives. 
Definition: Process.h:157