11 #ifndef CONCEPT_SKELETON_BLOCKER_SKELETONBLOCKERGEOMETRICDS_H_ 12 #define CONCEPT_SKELETON_BLOCKER_SKELETONBLOCKERGEOMETRICDS_H_ 15 namespace skeleton_blocker {
27 template<
typename GeometryTrait>
32 typedef GeometryTrait
GT;
37 typedef typename GeometryTrait::Point
Point;
74 namespace skbl = skeleton_blocker;
78 #endif // CONCEPT_SKELETON_BLOCKER_SKELETONBLOCKERGEOMETRICDS_H_ GeometryTrait GT
Definition: SkeletonBlockerGeometricDS.h:32
Definition: SimplicialComplexForAlpha.h:14
The type of edges that are stored the boost graph. An Edge must be Default Constructible and Equality...
Definition: SkeletonBlockerDS.h:91
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:24
Concept for template class of Skeleton_blocker_geometric_complex . It must specify a GeometryTrait wh...
Definition: SkeletonBlockerGeometricDS.h:28
GeometryTrait::Point Point
Definition: SkeletonBlockerGeometricDS.h:37
Vertex that stores a point.
Definition: SkeletonBlockerGeometricDS.h:42
Edge that allows to access to an index. The indices of the edges are used to store heap information i...
Definition: SkeletonBlockerGeometricDS.h:59
The type of vertices that are stored the boost graph. A Vertex must be Default Constructible and Equa...
Definition: SkeletonBlockerDS.h:67
Point & point()
Access to the point.