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

Concept for the template class passed for Skeleton_blocker_complex. Most importantly, it contains the nodes for vertices and edges (Graph_vertex and Graph_edge) that are stored in the simplicial complex. The user can redefine these classes to attach additional information to vertices and edges. More...

#include <concept/Skeleton_blocker/SkeletonBlockerDS.h>

Classes

struct  Graph_edge
 The type of edges that are stored the boost graph. An Edge must be Default Constructible and Equality Comparable. More...
 
struct  Graph_vertex
 The type of vertices that are stored the boost graph. A Vertex must be Default Constructible and Equality Comparable. More...
 
struct  Root_vertex_handle
 Root_vertex_handle and Vertex_handle are similar to global and local vertex descriptor used in boost subgraphs and allow to localize a vertex of a subcomplex on its parent root complex. More...
 
struct  Vertex_handle
 

Public Types

typedef int boost_vertex_handle
 index that allows to find the vertex in the boost graph
 

Detailed Description

Concept for the template class passed for Skeleton_blocker_complex. Most importantly, it contains the nodes for vertices and edges (Graph_vertex and Graph_edge) that are stored in the simplicial complex. The user can redefine these classes to attach additional information to vertices and edges.


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