|
DGtal
0.6.devel
|
#include <BasicPointPredicates.h>

Public Types | |
| typedef TPointPredicate | PointPredicate |
| typedef PointPredicate::Point | Point |
Public Member Functions | |
| NotPointPredicate (const PointPredicate &pred) | |
| bool | operator() (const Point &p) const |
Data Fields | |
| const PointPredicate & | myPred |
Aim: The predicate returns true when the point predicate given at construction return false. Thus inverse a predicate: NOT operator.
Description of template class 'NotPointPredicate'
| TPointPredicate | the predicate type. |
Definition at line 204 of file BasicPointPredicates.h.
| typedef PointPredicate::Point DGtal::NotPointPredicate< TPointPredicate >::Point |
Definition at line 209 of file BasicPointPredicates.h.
| typedef TPointPredicate DGtal::NotPointPredicate< TPointPredicate >::PointPredicate |
Definition at line 206 of file BasicPointPredicates.h.
|
inline |
Constructor from predicates and bool Functor.
Definition at line 102 of file BasicPointPredicates.ih.
|
inline |
| p | any point. |
Definition at line 111 of file BasicPointPredicates.ih.
| const PointPredicate& DGtal::NotPointPredicate< TPointPredicate >::myPred |
the PointPredicate that is inversed.
Definition at line 223 of file BasicPointPredicates.h.
1.8.1.1