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_
Vertex that stores a point.
Definition: SkeletonBlockerGeometricDS.h:42
const Point & point()
Access to the point.
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.
Concept for template class of Skeleton_blocker_geometric_complex . It must specify a GeometryTrait wh...
Definition: SkeletonBlockerGeometricDS.h:28
Concept for the template class passed for Skeleton_blocker_complex. Most importantly,...
Definition: SkeletonBlockerDS.h:24
GeometryTrait::Point Point
Definition: SkeletonBlockerGeometricDS.h:37
int & index()
Access to the index.
GeometryTrait GT
Definition: SkeletonBlockerGeometricDS.h:32
The type of vertices that are stored the boost graph. A Vertex must be Default Constructible and Equa...
Definition: SkeletonBlockerDS.h:67
The type of edges that are stored the boost graph. An Edge must be Default Constructible and Equality...
Definition: SkeletonBlockerDS.h:91
Point & point()
Access to the point.
GUDHI
Version 3.4.0
- C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.
- Copyright : MIT
|
Generated on Thu Dec 17 2020 13:50:12 for GUDHI by
Doxygen 1.8.20
|