23 #ifndef CONCEPT_SKELETON_BLOCKER_SKELETONBLOCKERGEOMETRICDS_H_ 24 #define CONCEPT_SKELETON_BLOCKER_SKELETONBLOCKERGEOMETRICDS_H_ 27 namespace skeleton_blocker {
39 template<
typename GeometryTrait>
44 typedef GeometryTrait
GT;
49 typedef typename GeometryTrait::Point
Point;
86 namespace skbl = skeleton_blocker;
90 #endif // CONCEPT_SKELETON_BLOCKER_SKELETONBLOCKERGEOMETRICDS_H_ GeometryTrait GT
Definition: SkeletonBlockerGeometricDS.h:44
Definition: SimplicialComplexForAlpha.h:26
The type of edges that are stored the boost graph. An Edge must be Default Constructible and Equality...
Definition: SkeletonBlockerDS.h:103
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:36
Concept for template class of Skeleton_blocker_geometric_complex . It must specify a GeometryTrait wh...
Definition: SkeletonBlockerGeometricDS.h:40
GeometryTrait::Point Point
Definition: SkeletonBlockerGeometricDS.h:49
Vertex that stores a point.
Definition: SkeletonBlockerGeometricDS.h:54
Edge that allows to access to an index. The indices of the edges are used to store heap information i...
Definition: SkeletonBlockerGeometricDS.h:71
The type of vertices that are stored the boost graph. A Vertex must be Default Constructible and Equa...
Definition: SkeletonBlockerDS.h:79
Point & point()
Access to the point.