Loading...
Searching...
No Matches
Gudhi::skeleton_blocker::Skeleton_blocker_simple_traits Struct Reference

Simple traits that is a model of SkeletonBlockerDS and can be passed as a template argument to Skeleton_blocker_complex. More...

#include <include/gudhi/Skeleton_blocker/Skeleton_blocker_simple_traits.h>

Classes

struct  Root_vertex_handle
 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. More...
 

Additional Inherited Members

- Public Types inherited from Gudhi::skeleton_blocker::SkeletonBlockerDS
typedef int boost_vertex_handle
 index that allows to find the vertex in the boost graph
 

Detailed Description

Simple traits that is a model of SkeletonBlockerDS and can be passed as a template argument to Skeleton_blocker_complex.

Examples
Skeleton_blocker_from_simplices.cpp, Skeleton_blocker_iteration.cpp, and Skeleton_blocker_link.cpp.

The documentation for this struct was generated from the following file: