DGtal
1.5.beta
|
Aim: Defines a predicate on a point. More...
#include <DGtal/kernel/CPointPredicate.h>
Public Types | |
typedef T::Point | Point |
Public Types inherited from DGtal::concepts::CPredicate< T, T::Point > | |
typedef T::Point | Element |
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((CUnaryFunctor< T, Point, bool >)) | |
Public Member Functions inherited from DGtal::concepts::CUnaryFunctor< X, A, R > | |
BOOST_CONCEPT_USAGE (CUnaryFunctor) | |
Aim: Defines a predicate on a point.
Description of concept 'CPointPredicate'
Associates booleans to points.
Definition at line 80 of file CPointPredicate.h.
typedef T::Point DGtal::concepts::CPointPredicate< T >::Point |
Definition at line 84 of file CPointPredicate.h.
DGtal::concepts::CPointPredicate< T >::BOOST_CONCEPT_ASSERT | ( | (CUnaryFunctor< T, Point, bool >) | ) |