diff --git a/Constrained_triangulation_3/doc/Constrained_triangulation_3/Constrained_triangulation_3.txt b/Constrained_triangulation_3/doc/Constrained_triangulation_3/Constrained_triangulation_3.txt index 91d4f9ab1f6..a75af9db1a7 100644 --- a/Constrained_triangulation_3/doc/Constrained_triangulation_3/Constrained_triangulation_3.txt +++ b/Constrained_triangulation_3/doc/Constrained_triangulation_3/Constrained_triangulation_3.txt @@ -193,17 +193,22 @@ input polygon is assigned a unique face index. \cgalExample{Constrained_triangulation_3/conforming_constrained_Delaunay_triangulation_3_fpmap.cpp} -\cgalFigureRef{ccdt_fpmap} shows the input and output of this triangulation construction example. +\cgalFigureRef{CT_3_ccdt_fpmap_fig} shows the input and output of this triangulation construction example. -\cgalFigureBegin{ccdt_fpmap, ccdt_fpmap.png} +\cgalFigureAnchor{CT_3_ccdt_fpmap_fig} +
+ +\cgalFigureCaptionBegin{CT_3_ccdt_fpmap_fig} From left to right: Input PLC; The corresponding conforming constrained Delaunay triangulation with one patch per input polygon; Input PLC segmented according to sharp edges; The corresponding conforming constrained Delaunay triangulation using the segmentation. -\cgalFigureEnd +\cgalFigureCaptionEnd +
+ \subsection CT_3_examples_preprocessing Preprocessing the Input Mesh for Conforming Constrained Delaunay Triangulations The input mesh must be a valid surface mesh, i.e., it must not have self-intersections. Numerous diff --git a/Constrained_triangulation_3/doc/Constrained_triangulation_3/Doxyfile.in b/Constrained_triangulation_3/doc/Constrained_triangulation_3/Doxyfile.in index 1e87f2b39ba..18bd5c9cbb8 100644 --- a/Constrained_triangulation_3/doc/Constrained_triangulation_3/Doxyfile.in +++ b/Constrained_triangulation_3/doc/Constrained_triangulation_3/Doxyfile.in @@ -2,5 +2,7 @@ PROJECT_NAME = "CGAL ${CGAL_DOC_VERSION} - 3D Constrained Triangulations" HTML_EXTRA_FILES = ${CGAL_PACKAGE_DOC_DIR}/fig/plc.png \ ${CGAL_PACKAGE_DOC_DIR}/fig/schonhardt.png \ - ${CGAL_PACKAGE_DOC_DIR}/fig/plc_to_cdt.png + ${CGAL_PACKAGE_DOC_DIR}/fig/plc_to_cdt.png \ + ${CGAL_PACKAGE_DOC_DIR}/fig/ccdt_fpmap.png \ + ${CGAL_PACKAGE_DOC_DIR}/fig/cdt_title_pyramid.png QUIET = YES