|
DGtal 2.0.0
|
Aim: The predicate that returns always the same value boolCst. More...
#include <DGtal/kernel/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 70 of file BasicPointPredicates.h.
| typedef TPoint DGtal::functors::ConstantPointPredicate< TPoint, boolCst >::Point |
Definition at line 72 of file BasicPointPredicates.h.
| bool DGtal::functors::ConstantPointPredicate< TPoint, boolCst >::operator() | ( | const Point & | p | ) | const |
| p | any point. |