CSol
Public Member Functions | Protected Member Functions | List of all members
CSol_2d_Grid_Histo Class Reference

Histogram operation. More...

#include <csol_2d_grid_histo.h>

Inherits Operation.

Public Member Functions

 CSol_2d_Grid_Histo ()
 
virtual ~CSol_2d_Grid_Histo ()
 

Protected Member Functions

virtual bool execute ()
 
virtual void setInputNotUpToDate (CSIRO::DataExecution::InputScalar &)
 

Detailed Description

Builds a 3D histogram grid 'Result R' from an input 2D grid layer 'Grid A'. The extra dimension (z) in the output grid are the histogram bins. The number and spacing of the bins are set using 'Number of bins' and 'Bin spacing', respectively. This function is designed to be called multiple times with different values of 'Grid A', building up the resulting histogram. The histogram is constructed by incrementing the appropriate bin in 'Result R' each time the operation is executed.

Constructor & Destructor Documentation

~CSol_2d_Grid_Histo ( )
virtual

Member Function Documentation

bool execute ( )
protectedvirtual
void setInputNotUpToDate ( CSIRO::DataExecution::InputScalar &  )
protectedvirtual