mirror of https://github.com/CGAL/cgal
doxygen warnings
This commit is contained in:
parent
816a25895b
commit
90fbd3bb04
|
|
@ -11,8 +11,10 @@ of an implicit field through a partition of the Euclidean space in cells.
|
|||
The isosurfacing algorithms traverse these cells and query the domain class
|
||||
at the vertices of each cell, using the functions `point()` and `value()`.
|
||||
|
||||
\cgalHasModel `CGAL::Isosurfacing::Explicit_Cartesian_grid_domain_3`
|
||||
\cgalHasModel `CGAL::Isosurfacing::Implicit_Cartesian_grid_domain_3`
|
||||
\cgalHasModelsBegin
|
||||
\cgalHasModels{CGAL::Isosurfacing::Explicit_Cartesian_grid_domain_3}
|
||||
\cgalHasModels{CGAL::Isosurfacing::Implicit_Cartesian_grid_domain_3}
|
||||
\cgalHasModelsEnd
|
||||
*/
|
||||
class IsosurfacingDomain_3
|
||||
{
|
||||
|
|
|
|||
|
|
@ -116,9 +116,7 @@ public:
|
|||
void from_image(const Image_3& image);
|
||||
|
||||
/**
|
||||
* \brief creates a `CGAL::Image_3` from the Cartesian grid.
|
||||
*
|
||||
* \param image the image providing the data
|
||||
* \brief creates a `CGAL::Image_3` from the %Cartesian grid.
|
||||
*/
|
||||
Image_3 to_image() const;
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ namespace Isosurfacing {
|
|||
/**
|
||||
* \ingroup IS_Domains_grp
|
||||
*
|
||||
* \cgalModels `IsosurfacingDomainWithGradient_3`
|
||||
* \cgalModels{IsosurfacingDomainWithGradient_3}
|
||||
*
|
||||
* \brief A domain that represents an explicitly stored %Cartesian grid.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ namespace Isosurfacing {
|
|||
/**
|
||||
* \ingroup IS_Domains_grp
|
||||
*
|
||||
* \cgalModels `IsosurfacingDomainWithGradient_3`
|
||||
* \cgalModels{IsosurfacingDomainWithGradient_3}
|
||||
*
|
||||
* \brief A domain that represents a %Cartesian grid that discretizes an implicit function.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue