|
DGtal 1.4.0
|
Aim: The predicate returns true when the point is above (or equal) the given lower bound. More...
#include <DGtal/kernel/BasicPointPredicates.h>
Public Types | |
| typedef TPoint | Point |
Public Member Functions | |
| IsUpperPointPredicate (const Point &lowerBound) | |
| bool | operator() (const Point &p) const |
Data Fields | |
| Point | myLowerBound |
| the lower bound. | |
Aim: The predicate returns true when the point is above (or equal) the given lower bound.
Description of template class 'IsUpperPointPredicate'
| TPoint | any point type |
Definition at line 147 of file BasicPointPredicates.h.
| typedef TPoint DGtal::functors::IsUpperPointPredicate< TPoint >::Point |
Definition at line 149 of file BasicPointPredicates.h.
| DGtal::functors::IsUpperPointPredicate< TPoint >::IsUpperPointPredicate | ( | const Point & | lowerBound | ) |
Constructor from lower bound.
| bool DGtal::functors::IsUpperPointPredicate< TPoint >::operator() | ( | const Point & | p | ) | const |
| p | any point. |
| Point DGtal::functors::IsUpperPointPredicate< TPoint >::myLowerBound |
the lower bound.
Definition at line 163 of file BasicPointPredicates.h.