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;
Edge that allows to access to an index. The indices of the edges are used to store heap information i...
Definition: SkeletonBlockerGeometricDS.h:59
int & index()
Access to the index.
int index()
Access to the index.
Vertex that stores a point.
Definition: SkeletonBlockerGeometricDS.h:42
Point & point()
Access to the point.
const Point & point()
Access to the point.
Gudhi namespace.
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
The type of vertices that are stored the boost graph. A Vertex must be Default Constructible and Equa...
Definition: SkeletonBlockerDS.h:67
Concept for the template class passed for Skeleton_blocker_complex. Most importantly,...
Definition: SkeletonBlockerDS.h:24
Concept for template class of Skeleton_blocker_geometric_complex . It must specify a GeometryTrait wh...
Definition: SkeletonBlockerGeometricDS.h:28
GeometryTrait GT
Definition: SkeletonBlockerGeometricDS.h:32
GeometryTrait::Point Point
Definition: SkeletonBlockerGeometricDS.h:37