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 |
#include <AdvancedPredicates1D.h>
Inheritance diagram for DensityLowerThanUP1D:
Public Member Functions | |
DensityLowerThanUP1D (double threshold, double sigma=2) | |
string | getName () const |
bool | operator() (Interface1D &inter) |
DensityLowerThanUP1D | ( | double | threshold, | |
double | sigma = 2 | |||
) | [inline] |
Builds the functor.
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. |
string getName | ( | ) | const [inline, virtual] |
Returns the string "DensityLowerThanUP1D"
Reimplemented from UnaryPredicate1D.
bool operator() | ( | Interface1D & | inter | ) | [inline, virtual] |
The () operator.
Reimplemented from UnaryPredicate1D.