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

Creates a thresholded grid from an input Grid. More...

#include <csol_grid_threshold.h>

Inherits Operation.

Public Member Functions

 CSol_Grid_Threshold ()
 
virtual ~CSol_Grid_Threshold ()
 

Protected Member Functions

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

Detailed Description

The threshold Grid is zero or nodata if a data point fails the threshold condition, otherwise the value of the threshold Grid is equal to the value of the input Grid. Optionally, any grid values passing the threshold condition can be overwritten with a scalar value given by 'Overwrite value'. If the 'Overwrite zero' option is checked, any values failing the threshold are set to zero, otherwise they are set to the value of the input grid.

Constructor & Destructor Documentation

~CSol_Grid_Threshold ( )
virtual

Member Function Documentation

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