From f298345cd9c3c66e4d9f4d64bd5710911fda7009 Mon Sep 17 00:00:00 2001 From: salinasd Date: Tue, 16 Dec 2014 09:53:54 +0000 Subject: doc git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@354 636b058d-ea47-450e-bf9e-a15bfbe3eedb --- src/Skeleton_blocker/include/gudhi/Skeleton_blocker.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/Skeleton_blocker/include/gudhi/Skeleton_blocker.h') diff --git a/src/Skeleton_blocker/include/gudhi/Skeleton_blocker.h b/src/Skeleton_blocker/include/gudhi/Skeleton_blocker.h index 00e1935b..d05bdc19 100644 --- a/src/Skeleton_blocker/include/gudhi/Skeleton_blocker.h +++ b/src/Skeleton_blocker/include/gudhi/Skeleton_blocker.h @@ -35,13 +35,13 @@ -/** \defgroup skbl Skeleton-Blocker Package +/** \defgroup skbl Skeleton-Blocker \author David Salinas \section Introduction The Skeleton-Blocker data-structure had been introduced in the two papers -[\cite skbl_socg2011,\cite skbl_ijcga2012]. +\cite socg_blockers_2011,\cite blockers2012\cite blockers2012. It proposes a light encoding for simplicial complexes by storing only an *implicit* representation of its simplices. Intuitively, it just stores the 1-skeleton of a simplicial complex with a graph and the set of its "missing faces" that @@ -53,7 +53,7 @@ This data-structure handles all simplicial complexes operations such as \section Definitions -We recall briefly classical definitions of simplicial complexes [\cite Munkres]. +We recall briefly classical definitions of simplicial complexes \cite Munkres-elementsalgtop1984. An abstract simplex is a finite non-empty set and its dimension is its number of elements minus 1. Whenever \f$\tau \subset \sigma\f$ and \f$\tau \neq \emptyset \f$, \f$ \tau \f$ is called a face of \f$ \sigma\f$ and \f$ \sigma\f$ is called a coface of \f$ \tau \f$ . Furthermore, @@ -102,8 +102,6 @@ of the parent complex The two last classes are derived classes from the Skeleton_blocker_complex class. The class Skeleton_blocker_link_complex inheritates from a template passed parameter that may be either Skeleton_blocker_complex or Skeleton_blocker_geometric_complex (a link may store points coordinates or not). -\todo{include links} - \subsection Visitor The class Skeleton_blocker_complex has a visitor that is called when usual operations such as adding an edge or remove a vertex are called. -- cgit v1.2.3