Concept for template class of Skeleton_blocker_geometric_complex . It must specify a GeometryTrait which contains a Point definition. More...
Classes | |
class | Graph_Edge |
Edge that allows to access to an index. The indices of the edges are used to store heap information in the edge contraction algorithm. More... | |
class | Graph_vertex |
Vertex that stores a point. More... | |
Public Types | |
typedef GeometryTrait | GT |
typedef GeometryTrait::Point | Point |
Public Types inherited from Gudhi::skeleton_blocker::SkeletonBlockerDS | |
typedef int | boost_vertex_handle |
index that allows to find the vertex in the boost graph | |
Concept for template class of Skeleton_blocker_geometric_complex . It must specify a GeometryTrait which contains a Point definition.
Graph_vertex must specify how to access to a point. Graph_edge must specify how to access to an index.
typedef GeometryTrait Gudhi::skeleton_blocker::SkeletonBlockerGeometricDS< GeometryTrait >::GT |
Geometry information.
typedef GeometryTrait::Point Gudhi::skeleton_blocker::SkeletonBlockerGeometricDS< GeometryTrait >::Point |
Type of point (should be the same as GT::Point).
GUDHI Version 3.3.0 - C++ library for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding. - Copyright : MIT | Generated on Tue Aug 11 2020 11:09:14 for GUDHI by Doxygen 1.8.13 |