23 #ifndef SKELETON_BLOCKER_SKELETON_BLOCKER_SIMPLE_GEOMETRIC_TRAITS_H_ 24 #define SKELETON_BLOCKER_SKELETON_BLOCKER_SIMPLE_GEOMETRIC_TRAITS_H_ 26 #include <gudhi/Skeleton_blocker/Skeleton_blocker_simple_traits.h> 33 namespace skeleton_blocker {
41 template<
typename GeometryTrait>
45 typedef GeometryTrait
GT;
46 typedef typename GT::Point
Point;
48 typedef typename Skeleton_blocker_simple_traits::Graph_vertex Simple_vertex;
62 const Point& point()
const {
67 class Simple_geometric_edge :
68 public Skeleton_blocker_simple_traits::Graph_edge {
71 Simple_geometric_edge()
72 : Skeleton_blocker_simple_traits::Graph_edge(),
90 typedef Skeleton_blocker_simple_traits::Graph_edge Graph_edge;
95 namespace skbl = skeleton_blocker;
99 #endif // SKELETON_BLOCKER_SKELETON_BLOCKER_SIMPLE_GEOMETRIC_TRAITS_H_ GeometryTrait GT
Definition: SkeletonBlockerGeometricDS.h:44
Vertex with a point attached.
Definition: Skeleton_blocker_simple_geometric_traits.h:53
Definition: SimplicialComplexForAlpha.h:26
Class that represents a geometric complex that can be simplified. The class allows access to points o...
Definition: Skeleton_blocker_geometric_complex.h:40
GeometryTrait::Point Point
Definition: SkeletonBlockerGeometricDS.h:49
Global and local handle similar to boost subgraphs. Vertices are stored in a vector. For the root simplicial complex, the local and global descriptors are the same. For a subcomplex L and one of its vertices 'v', the local descriptor of 'v' is its position in the vertex vector of the subcomplex L whereas its global descriptor is the position of 'v' in the vertex vector of the root simplicial complex.
Definition: Skeleton_blocker_simple_traits.h:50
Simple traits that is a model of SkeletonBlockerDS and can be passed as a template argument to Skelet...
Definition: Skeleton_blocker_simple_traits.h:41
Simple traits that is a model of SkeletonBlockerGeometricDS and can be passed as a template argument ...
Definition: Skeleton_blocker_simple_geometric_traits.h:42