Public Member Functions | Public Attributes

Array2DFilterPars Struct Reference

Parameters for Array2DFilterer. More...

List of all members.

Public Member Functions

 Array2DFilterPars (Stats::Type t=Stats::Average, RowCol rc=RowCol(1, 1), bool filludf=false)

Public Attributes

Stats::Type type_
RowCol stepout_
 In nodes. Center point not counted.
bool filludf_
 Output when center point is undef?
float rowdist_
 non-undef = weighted filter
float distfac_
 if weigthed, distance factor

Detailed Description

Parameters for Array2DFilterer.

The filtering can be done weighted, on 1 / (1 + distfac_*square of distance). If you want that, set the rowdist_ to non-undef. The value should then be the distance between two rows if the distance between cols is 1.


Constructor & Destructor Documentation

Array2DFilterPars::Array2DFilterPars ( Stats::Type  t = Stats::Average,
RowCol  rc = RowCol(1,1),
bool  filludf = false 
) [inline]

Member Data Documentation

if weigthed, distance factor

Output when center point is undef?

non-undef = weighted filter

In nodes. Center point not counted.