|
DGtal
0.6.devel
|
#include <BasicPointPredicates.h>
Public Types | |
| typedef TPoint | Point |
Public Member Functions | |
| IsUpperPointPredicate (const Point &lowerBound) | |
| bool | operator() (const Point &p) const |
Data Fields | |
| Point | myLowerBound |
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 146 of file BasicPointPredicates.h.
| typedef TPoint DGtal::IsUpperPointPredicate< TPoint >::Point |
Definition at line 148 of file BasicPointPredicates.h.
|
inline |
Constructor from lower bound.
Definition at line 66 of file BasicPointPredicates.ih.
|
inline |
| p | any point. |
Definition at line 74 of file BasicPointPredicates.ih.
| Point DGtal::IsUpperPointPredicate< TPoint >::myLowerBound |
the lower bound.
Definition at line 161 of file BasicPointPredicates.h.
1.8.1.1