diff --git a/Mesh_3/doc/Mesh_3/CGAL/Gray_image_mesh_domain_3.h b/Mesh_3/doc/Mesh_3/CGAL/Gray_image_mesh_domain_3.h index 38f39058b7a..3dfabf18aec 100644 --- a/Mesh_3/doc/Mesh_3/CGAL/Gray_image_mesh_domain_3.h +++ b/Mesh_3/doc/Mesh_3/CGAL/Gray_image_mesh_domain_3.h @@ -53,8 +53,13 @@ public: /// @{ /*! -Construction from an image. -The parameter `error_bound` is relative to the size of the image. +Construction from an image. +@param image the input image +@param iso_value the isovalue, inside `image`, + of the surface describing the boundary of the object to be meshed +@param value_outside the value attached to voxels outside of the domain + to be meshed +@param error_bound is relative to the size of the image. */ Gray_image_mesh_domain_3( const Image& image, diff --git a/Mesh_3/doc/Mesh_3/PackageDescription.txt b/Mesh_3/doc/Mesh_3/PackageDescription.txt index 98d807b2410..71fed5ae5e6 100644 --- a/Mesh_3/doc/Mesh_3/PackageDescription.txt +++ b/Mesh_3/doc/Mesh_3/PackageDescription.txt @@ -98,6 +98,7 @@ and their associated classes: - `CGAL::Polyhedral_mesh_domain_3` - `CGAL::Polyhedral_mesh_domain_with_features_3` - `CGAL::Labeled_image_mesh_domain_3` +- `CGAL::Gray_image_mesh_domain_3` - `CGAL::Mesh_domain_with_polyline_features_3` - `CGAL::Mesh_polyhedron_3` - `CGAL::Triangle_accessor_3,K>`