DGtal
0.6.devel
|
#include <BasicPointPredicates.h>
Public Types | |
typedef TPoint | Point |
Public Member Functions | |
IsWithinPointPredicate (const Point &lowerBound, const Point &upperBound) | |
bool | operator() (const Point &p) const |
Data Fields | |
Point | myLowerBound |
Point | myUpperBound |
Aim: The predicate returns true when the point is within the given bounds.
Description of template class 'IsWithinPointPredicate'
TPoint | any point type |
Definition at line 173 of file BasicPointPredicates.h.
typedef TPoint DGtal::IsWithinPointPredicate< TPoint >::Point |
Definition at line 175 of file BasicPointPredicates.h.
|
inline |
Constructor from lower bound and upper bound.
Definition at line 83 of file BasicPointPredicates.ih.
|
inline |
p | any point. |
Definition at line 92 of file BasicPointPredicates.ih.
Point DGtal::IsWithinPointPredicate< TPoint >::myLowerBound |
the upper bound.
Definition at line 189 of file BasicPointPredicates.h.
Point DGtal::IsWithinPointPredicate< TPoint >::myUpperBound |
the lower bound.
Definition at line 191 of file BasicPointPredicates.h.