DGtal
1.5.beta
|
Aim: The predicate returns true when the point is below (or equal) the given upper bound. More...
#include <DGtal/kernel/BasicPointPredicates.h>
Public Types | |
typedef TPoint | Point |
Public Member Functions | |
IsLowerPointPredicate (const Point &upperBound) | |
bool | operator() (const Point &p) const |
Data Fields | |
Point | myUpperBound |
the upper bound. More... | |
Aim: The predicate returns true when the point is below (or equal) the given upper bound.
Description of template class 'IsLowerPointPredicate'
TPoint | any point type |
Definition at line 118 of file BasicPointPredicates.h.
typedef TPoint DGtal::functors::IsLowerPointPredicate< TPoint >::Point |
Definition at line 120 of file BasicPointPredicates.h.
DGtal::functors::IsLowerPointPredicate< TPoint >::IsLowerPointPredicate | ( | const Point & | upperBound | ) |
Constructor from upper bound.
bool DGtal::functors::IsLowerPointPredicate< TPoint >::operator() | ( | const Point & | p | ) | const |
p | any point. |
Point DGtal::functors::IsLowerPointPredicate< TPoint >::myUpperBound |
the upper bound.
Definition at line 134 of file BasicPointPredicates.h.