Public Member Functions | Public Attributes | List of all members
RadarDataFunctor< F > Class Template Reference

Checks nodata and undetect before calling the functor. More...

#include <Analysis.h>

Inheritance diagram for RadarDataFunctor< F >:
Inheritance graph
[legend]
Collaboration diagram for RadarDataFunctor< F >:
Collaboration graph
[legend]

Public Member Functions

 RadarDataFunctor (double nodataValue=0.0, double undetectValue=0.0)
 
virtual double operator() (double src) const
 

Public Attributes

PolarODIM odimSrc
 
double nodataValue
 
double undetectValue
 

Detailed Description

template<class F>
class rack::RadarDataFunctor< F >

Checks nodata and undetect before calling the functor.

Template Parameters
F- unary functor, e.g. drain::FuzzyTriangeor str derived from UnaryFUnctor

The documentation for this class was generated from the following file: