DGtal
0.6.devel
|
#include <CPointPredicate.h>
Public Types | |
typedef T::Point | Point |
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((CUnaryFunctor< T, Point, bool >)) |
Aim: Defines a predicate on a point.
Description of concept 'CPointPredicate'
Associates booleans to points.
- Point : specifies the type for an element of the domain (inner type). @see CPredicate
- basic models: ConstantPointPredicate, TruePointPredicate, FalsePointPredicate, IsUpperPointPredicate, IsLowerPointPredicate, IsWithinPointPredicate - complex predicate constructor: BinaryPointPredicate - others: DomainPredicate,SetPredicate
Definition at line 81 of file CPointPredicate.h.
typedef T::Point DGtal::CPointPredicate< T >::Point |
Definition at line 85 of file CPointPredicate.h.
DGtal::CPointPredicate< T >::BOOST_CONCEPT_ASSERT | ( | (CUnaryFunctor< T, Point, bool >) | ) |