DGtal
0.6.devel
|
#include <BasicPointPredicates.h>
Public Types | |
typedef TPoint | Point |
Public Member Functions | |
EqualPointPredicate (const Point &aPoint) | |
bool | operator() (const Point &p) const |
Data Fields | |
Point | myPoint |
Aim: The predicate returns true when the point given as argument equals the reference point given at construction.
Description of template class 'EqualPointPredicate'
TPoint | point type. |
Definition at line 236 of file BasicPointPredicates.h.
typedef TPoint DGtal::EqualPointPredicate< TPoint >::Point |
Definition at line 238 of file BasicPointPredicates.h.
|
inline |
Constructor from a point.
Definition at line 119 of file BasicPointPredicates.ih.
|
inline |
p | any point. |
Definition at line 128 of file BasicPointPredicates.ih.
Point DGtal::EqualPointPredicate< TPoint >::myPoint |
Reference point.
Definition at line 252 of file BasicPointPredicates.h.