summaryrefslogtreecommitdiff
path: root/src/Skeleton_blocker/concept/SkeletonBlockerDS.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Skeleton_blocker/concept/SkeletonBlockerDS.h')
-rw-r--r--src/Skeleton_blocker/concept/SkeletonBlockerDS.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/Skeleton_blocker/concept/SkeletonBlockerDS.h b/src/Skeleton_blocker/concept/SkeletonBlockerDS.h
index 1fa9dc06..c0386590 100644
--- a/src/Skeleton_blocker/concept/SkeletonBlockerDS.h
+++ b/src/Skeleton_blocker/concept/SkeletonBlockerDS.h
@@ -16,17 +16,15 @@ namespace skbl {
-/** \brief Concept that must be passed to
- * the template class Skeleton_blockers_complex
- *
+/** \brief 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.
*/
struct SkeletonBlockerDS
{
/**
- * @todo faire un default value pour les vertex_handle
- */
-
- /**
* @brief index that allows to find the vertex in the boost graph
*/
typedef int boost_vertex_handle;