DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions
DGtal::CPointPredicate< T > Struct Template Reference

#include <CPointPredicate.h>

Public Types

typedef T::Point Point

Public Member Functions

 BOOST_CONCEPT_ASSERT ((CUnaryFunctor< T, Point, bool >))

Detailed Description

template<typename T>
struct DGtal::CPointPredicate< T >

Aim: Defines a predicate on a point.

Description of concept 'CPointPredicate'

 Associates booleans to points.

Refinement of CUnaryFunctor

Associated types :

- Point : specifies the type for an element of the domain (inner
  type).

@see CPredicate

Models

- basic models: ConstantPointPredicate, TruePointPredicate, FalsePointPredicate, IsUpperPointPredicate, IsLowerPointPredicate, IsWithinPointPredicate
- complex predicate constructor: BinaryPointPredicate
- others: DomainPredicate,SetPredicate

Notes

Definition at line 81 of file CPointPredicate.h.


Member Typedef Documentation

template<typename T >
typedef T::Point DGtal::CPointPredicate< T >::Point

Definition at line 85 of file CPointPredicate.h.


Member Function Documentation

template<typename T >
DGtal::CPointPredicate< T >::BOOST_CONCEPT_ASSERT ( (CUnaryFunctor< T, Point, bool >)  )

The documentation for this struct was generated from the following file: