DGtal  1.4.beta
DGtal::concepts::CVertexPredicate< T > Struct Template Reference

Aim: Defines a predicate on a vertex. More...

#include <DGtal/graph/CVertexPredicate.h>

Inheritance diagram for DGtal::concepts::CVertexPredicate< T >:
[legend]

Additional Inherited Members

- Public Types inherited from DGtal::concepts::CPredicate< T, T::Vertex >
typedef T::Vertex Element
 
- Public Member Functions inherited from DGtal::concepts::CUnaryFunctor< X, A, R >
 BOOST_CONCEPT_USAGE (CUnaryFunctor)
 

Detailed Description

template<typename T>
struct DGtal::concepts::CVertexPredicate< T >

Aim: Defines a predicate on a vertex.

Description of concept 'CVertexPredicate'

Associates a boolean to vertices.

Refinement of CPredicate< T, T::Vertex >.

Associated types:

  • Vertex : specifies the type for an element of the domain (inner type).
See also
CPredicate

Models

Notes

Definition at line 73 of file CVertexPredicate.h.


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