DGtal
0.6.devel
|
#include <BasicPointPredicates.h>
Public Types | |
typedef TPoint | Point |
Public Member Functions | |
IsLowerPointPredicate (const Point &upperBound) | |
bool | operator() (const Point &p) const |
Data Fields | |
Point | myUpperBound |
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::IsLowerPointPredicate< TPoint >::Point |
Definition at line 120 of file BasicPointPredicates.h.
|
inline |
Constructor from upper bound.
Definition at line 49 of file BasicPointPredicates.ih.
|
inline |
p | any point. |
Definition at line 57 of file BasicPointPredicates.ih.
Point DGtal::IsLowerPointPredicate< TPoint >::myUpperBound |
the upper bound.
Definition at line 133 of file BasicPointPredicates.h.