diff --git a/.gitattributes b/.gitattributes index 89258ec1af4..fe8263411ba 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2167,6 +2167,7 @@ Mesh_3/doc_tex/Mesh_3/pictures/liver.eps -text svneol=unset#application/postscri Mesh_3/doc_tex/Mesh_3/pictures/liver.jpg -text svneol=unset#image/jpeg Mesh_3/doc_tex/Mesh_3/pictures/multilabel_mesher.eps -text svneol=unset#application/postscript Mesh_3/doc_tex/Mesh_3/pictures/multilabel_mesher.jpg -text svneol=unset#image/jpeg +Mesh_3/doc_tex/Mesh_3/pictures/multilabel_mesher_small.jpg -text Mesh_3/doc_tex/Mesh_3/pictures/polyhedral_domain.eps -text svneol=unset#application/postscript Mesh_3/doc_tex/Mesh_3/pictures/polyhedral_domain.jpg -text svneol=unset#image/jpeg Mesh_3/doc_tex/Mesh_3/pictures/polyhedral_domain_2.eps -text svneol=unset#application/postscript diff --git a/Mesh_3/doc_tex/Mesh_3/PkgDescription.tex b/Mesh_3/doc_tex/Mesh_3/PkgDescription.tex index 92181977042..1238e58471b 100644 --- a/Mesh_3/doc_tex/Mesh_3/PkgDescription.tex +++ b/Mesh_3/doc_tex/Mesh_3/PkgDescription.tex @@ -1,14 +1,16 @@ \begin{ccPkgDescription}{3D Mesh Generation \label{Pkg:Mesh_3}} %\ccPkgHowToCiteCgal{cgal:y-t2-08} \ccPkgSummary{ -The Mesh_3 package generates 3 dimensional +The generated meshes are 3 dimensional isotropic simplicial meshes. The discretized region may be a monodomain, i.e. a single connected component, or a multidomain subdivided into different subdomains. The domain is input as an oracle able to answer queries, of a few different types, on the domain. -In the current version, Mesh_3 generate meshes for domain described +In the current version, +the mesh generator is able to discretize + domain described through implicit functions, 3D images or polyhedral boundaries. The output is a 3D mesh of the domain volume and conformal surface meshes for all the boundary and subdividing @@ -19,5 +21,5 @@ surfaces. } \ccPkgLicense{\ccLicenseQPL} %\ccPkgDemo{Mesh_3}{mesh_3.zip} -%\ccPkgIllustration{Mesh_3/mesh3-small.png}{Mesh_3/mesh3-big.png} +\ccPkgIllustration{Mesh_3/pictures/multilabel_mesher_small.jpg}{Mesh_3/pictures/multilabel_mesher.jpg} \end{ccPkgDescription} diff --git a/Mesh_3/doc_tex/Mesh_3/pictures/multilabel_mesher_small.jpg b/Mesh_3/doc_tex/Mesh_3/pictures/multilabel_mesher_small.jpg new file mode 100644 index 00000000000..14d43921053 Binary files /dev/null and b/Mesh_3/doc_tex/Mesh_3/pictures/multilabel_mesher_small.jpg differ