h o m e d o c u m e n t a t i o n c l a s s h i e r a r c h y

DensityLowerThanUP1D Class Reference

#include <AdvancedPredicates1D.h>

Inheritance diagram for DensityLowerThanUP1D:

UnaryPredicate1D List of all members.

Detailed Description

Returns true if the density evaluated for the Interface1D is less than a user-defined density value.


Public Member Functions

 DensityLowerThanUP1D (double threshold, double sigma=2)
string getName () const
bool operator() (Interface1D &inter)

Constructor & Destructor Documentation

DensityLowerThanUP1D double  threshold,
double  sigma = 2
[inline]
 

Builds the functor.

Parameters:
threshold The value of the threshold density. Any Interface1D having a density lower than this threshold will match.
sigma The sigma value defining the density evaluation window size used in the DensityF0D functor.

Member Function Documentation

string getName  )  const [inline, virtual]
 

Returns the string "DensityLowerThanUP1D"

Reimplemented from UnaryPredicate1D.

bool operator() Interface1D inter  )  [inline, virtual]
 

The () operator.

Reimplemented from UnaryPredicate1D.


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