DGtal
0.6.devel
|
#include <BasicPointPredicates.h>
Public Types | |
typedef TPoint | Point |
Public Member Functions | |
bool | operator() (const Point &p) const |
Aim: The predicate that returns always the same value boolCst.
Description of template class 'ConstantPointPredicate'
TPoint | any point type |
boolCst | any boolean value |
Definition at line 68 of file BasicPointPredicates.h.
typedef TPoint DGtal::ConstantPointPredicate< TPoint, boolCst >::Point |
Reimplemented in DGtal::FalsePointPredicate< TPoint >, and DGtal::TruePointPredicate< TPoint >.
Definition at line 70 of file BasicPointPredicates.h.
|
inline |
p | any point. |
Definition at line 41 of file BasicPointPredicates.ih.