This commit is contained in:
Andreas Fabri 2018-09-12 15:17:26 +02:00
parent f286432673
commit e8224f90c2
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ that do not fulfill these requirements, applying edge flips to obtain an
<em>Intrinsic Delaunay Triangulation</em> also gives good results. <em>Intrinsic Delaunay Triangulation</em> also gives good results.
\cgalFigureBegin{landscape_meshes, landscape.jpg} \cgalFigureBegin{landscape_meshes, landscape.jpg}
Isolines placed on a mesh with and without iDT remeshing. Isolines placed on a mesh without and with iDT remeshing.
\cgalFigureEnd \cgalFigureEnd
In the next section we give some examples. Section \ref sec_HM_definitions presents In the next section we give some examples. Section \ref sec_HM_definitions presents
@ -50,7 +50,7 @@ The distances are written into an internal property map of the surface mesh.
\cgalExample{Heat_method_3/heat_method.cpp} \cgalExample{Heat_method_3/heat_method.cpp}
For a `Polyhedron_3` you can either add a data field to the vertex type, or, as shown For a `Polyhedron_3` you can either add a data field to the vertex type, or, as shown
in the following exampole create a `boost::unordered_map` and pass it to the function in the following example create a `boost::unordered_map` and pass it to the function
`boost::make_assoc_property_map()` which generates a vertex distance property map. `boost::make_assoc_property_map()` which generates a vertex distance property map.
\cgalExample{Heat_method_3/heat_method_polyhedron.cpp} \cgalExample{Heat_method_3/heat_method_polyhedron.cpp}