DGtal
1.5.beta
|
Aim: Defines a an archetype for concept CVertexPredicate. More...
#include <DGtal/graph/CVertexPredicateArchetype.h>
Public Types | |
typedef CVertexPredicateArchetype< TVertex > | Self |
typedef TVertex | Vertex |
Public Member Functions | |
bool | operator() (const Vertex &) const |
Self & | operator= (const Self &) |
Aim: Defines a an archetype for concept CVertexPredicate.
Description of class 'CVertexPredicateArchetype'
TVertex | the type chosen for vertices. |
Definition at line 59 of file CVertexPredicateArchetype.h.
typedef CVertexPredicateArchetype<TVertex> DGtal::concepts::CVertexPredicateArchetype< TVertex >::Self |
Definition at line 61 of file CVertexPredicateArchetype.h.
typedef TVertex DGtal::concepts::CVertexPredicateArchetype< TVertex >::Vertex |
Definition at line 62 of file CVertexPredicateArchetype.h.
|
inline |
Definition at line 63 of file CVertexPredicateArchetype.h.
|
inline |
Definition at line 65 of file CVertexPredicateArchetype.h.