summaryrefslogtreecommitdiff
path: root/src/Coxeter_triangulation/doc/intro_coxeter_triangulation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Coxeter_triangulation/doc/intro_coxeter_triangulation.h')
-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