summaryrefslogtreecommitdiff
path: root/src/Coxeter_triangulation/doc
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/doc
parent2750e632b1419741ca1b720df0103f18dd954ae1 (diff)
cell complex is only for coxeter. eigen is required for coxeter, not cgal
Diffstat (limited to 'src/Coxeter_triangulation/doc')
-rw-r--r--src/Coxeter_triangulation/doc/intro_coxeter_triangulation.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Coxeter_triangulation/doc/intro_coxeter_triangulation.h b/src/Coxeter_triangulation/doc/intro_coxeter_triangulation.h
index 3316bd81..99239e3a 100644
--- a/src/Coxeter_triangulation/doc/intro_coxeter_triangulation.h
+++ b/src/Coxeter_triangulation/doc/intro_coxeter_triangulation.h
@@ -166,6 +166,8 @@ The base function classes above can be composed or modified into new functions u
The type of \f$T\f$ is required to be a model of the concept
\ref Gudhi::coxeter_triangulation::TriangulationForManifoldTracing "TriangulationForManifoldTracing".
+It is also possible to implement your own function as detailed in this \ref exampleswithcustomfunction.
+
\section cellcomplex Cell complex construction
The output of the manifold tracing algorithm can be transformed into the Hasse diagram of a cell complex that
@@ -194,6 +196,9 @@ triangulation.
\li The method \ref Gudhi::coxeter_triangulation::Cell_complex::cell_point_map() "cell_point_map()" returns a map from
the vertex cells in the cell complex to their Cartesian coordinates.
+The use and interfaces of this \ref Gudhi::coxeter_triangulation::Cell_complex "Cell_complex" is limited to the
+Coxeter_triangulation implementation.
+
\section example Examples
\subsection examplewithoutboundaries Basic example without boundaries