9 #ifndef GUDHI_SKELETONBLOCKERGEOMETRICDS_H_
10 #define GUDHI_SKELETONBLOCKERGEOMETRICDS_H_
24 template<
typename GeometryTrait>
31 typedef GeometryTrait
GT ;
36 typedef typename GeometryTrait::Point
Point;
The type of edges that are stored the boost graph. An Edge must be Default Constructible and Equality...
Definition: SkeletonBlockerDS.h:97
GeometryTrait::Point Point
Definition: SkeletonBlockerGeometricDS.h:36
Point & point()
Access to the point.
int & index()
Access to the index.
Concept for the template class passed for Skeleton_blocker_complex. Most importantly, it contains the nodes for vertices and edges (Graph_vertex and Graph_edge) that are stored in the simplicial complex. The user can redefine these classes to attach additional information to vertices and edges.
Definition: SkeletonBlockerDS.h:25
Edge that allows to access to an index. The indices of the edges are used to store heap information i...
Definition: SkeletonBlockerGeometricDS.h:58
Vertex that stores a point.
Definition: SkeletonBlockerGeometricDS.h:41
Concept for template class of Skeleton_blocker_geometric_complex . It must specify a GeometryTrait wh...
Definition: SkeletonBlockerGeometricDS.h:25
The type of vertices that are stored the boost graph. A Vertex must be Default Constructible and Equa...
Definition: SkeletonBlockerDS.h:72
GeometryTrait GT
Definition: SkeletonBlockerGeometricDS.h:31