summaryrefslogtreecommitdiff
path: root/src/Coxeter_triangulation/include/gudhi
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-04-21 10:08:19 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-04-21 10:08:19 +0200
commit29fa56b6768d7314fcddf39d7681aa6a82417b4e (patch)
tree8c8d5a079e2f802e3baa162a2331ffd3fc7ab0e6 /src/Coxeter_triangulation/include/gudhi
parent2750e632b1419741ca1b720df0103f18dd954ae1 (diff)
cell complex is only for coxeter. eigen is required for coxeter, not cgal
Diffstat (limited to 'src/Coxeter_triangulation/include/gudhi')
-rw-r--r--src/Coxeter_triangulation/include/gudhi/Cell_complex.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/Coxeter_triangulation/include/gudhi/Cell_complex.h b/src/Coxeter_triangulation/include/gudhi/Cell_complex.h
index b386e369..219f525b 100644
--- a/src/Coxeter_triangulation/include/gudhi/Cell_complex.h
+++ b/src/Coxeter_triangulation/include/gudhi/Cell_complex.h
@@ -25,18 +25,14 @@ namespace Gudhi {
namespace coxeter_triangulation {
-/**
- * \ingroup coxeter_triangulation
- */
-
/** \class Cell_complex
* \brief A class that constructs the cell complex from the output provided by the class
- * Gudhi::Manifold_tracing<Triangulation_>.
+ * \ref Gudhi::coxeter_triangulation::Manifold_tracing.
+ *
+ * The use and interfaces of this cell complex is limited to the \ref coxeter_triangulation implementation.
*
* \tparam Out_simplex_map_ The type of a map from a simplex type that is a
* model of SimplexInCoxeterTriangulation to Eigen::VectorXd.
- *
- * \ingroup coxeter_triangulation
*/
template <class Out_simplex_map_>
class Cell_complex {