summaryrefslogtreecommitdiff
path: root/src/Coxeter_triangulation
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-06-07 17:35:44 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-06-07 17:35:44 +0200
commit44b7b7ceca93ee6f5ce5ec2831f107e4196a0350 (patch)
treefb610df4bf9c5b923f5119caab7a88f77d292383 /src/Coxeter_triangulation
parent59c40d01ba35f7c307607abf612b01a9fe818db7 (diff)
Warns that Hasse_diagram_cell is experimental and only for coxeter
Diffstat (limited to 'src/Coxeter_triangulation')
-rw-r--r--src/Coxeter_triangulation/include/gudhi/Cell_complex/Hasse_diagram_cell.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Coxeter_triangulation/include/gudhi/Cell_complex/Hasse_diagram_cell.h b/src/Coxeter_triangulation/include/gudhi/Cell_complex/Hasse_diagram_cell.h
index 04d50784..59e9a350 100644
--- a/src/Coxeter_triangulation/include/gudhi/Cell_complex/Hasse_diagram_cell.h
+++ b/src/Coxeter_triangulation/include/gudhi/Cell_complex/Hasse_diagram_cell.h
@@ -31,7 +31,9 @@ class Hasse_diagram;
* \ingroup Hasse_diagram
*
* \details
- * This is a data structure to store a cell in a general Hasse diagram data structure. It store the following
+ * The use and interfaces of this Hasse diagram cell is limited to the \ref coxeter_triangulation implementation.
+ *
+ * This is a data structure to store a cell in a general Hasse diagram data structure. It stores the following
* information about the cell: References to boundary and coBoundary elements, dimension of a cell and its filtration.
* It also allow to store any additional information of a type Additional_information which is a template parameter of
* the class (set by default to void).