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
|
The isosurfacing algorithms traverse these cells and query the domain class
|
||||||
at the vertices of each cell, using the functions `point()` and `value()`.
|
at the vertices of each cell, using the functions `point()` and `value()`.
|
||||||
|
|
||||||
\cgalHasModel `CGAL::Isosurfacing::Explicit_Cartesian_grid_domain_3`
|
\cgalHasModelsBegin
|
||||||
\cgalHasModel `CGAL::Isosurfacing::Implicit_Cartesian_grid_domain_3`
|
\cgalHasModels{CGAL::Isosurfacing::Explicit_Cartesian_grid_domain_3}
|
||||||
|
\cgalHasModels{CGAL::Isosurfacing::Implicit_Cartesian_grid_domain_3}
|
||||||
|
\cgalHasModelsEnd
|
||||||
*/
|
*/
|
||||||
class IsosurfacingDomain_3
|
class IsosurfacingDomain_3
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -116,9 +116,7 @@ public:
|
||||||
void from_image(const Image_3& image);
|
void from_image(const Image_3& image);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief creates a `CGAL::Image_3` from the Cartesian grid.
|
* \brief creates a `CGAL::Image_3` from the %Cartesian grid.
|
||||||
*
|
|
||||||
* \param image the image providing the data
|
|
||||||
*/
|
*/
|
||||||
Image_3 to_image() const;
|
Image_3 to_image() const;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ namespace Isosurfacing {
|
||||||
/**
|
/**
|
||||||
* \ingroup IS_Domains_grp
|
* \ingroup IS_Domains_grp
|
||||||
*
|
*
|
||||||
* \cgalModels `IsosurfacingDomainWithGradient_3`
|
* \cgalModels{IsosurfacingDomainWithGradient_3}
|
||||||
*
|
*
|
||||||
* \brief A domain that represents an explicitly stored %Cartesian grid.
|
* \brief A domain that represents an explicitly stored %Cartesian grid.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ namespace Isosurfacing {
|
||||||
/**
|
/**
|
||||||
* \ingroup IS_Domains_grp
|
* \ingroup IS_Domains_grp
|
||||||
*
|
*
|
||||||
* \cgalModels `IsosurfacingDomainWithGradient_3`
|
* \cgalModels{IsosurfacingDomainWithGradient_3}
|
||||||
*
|
*
|
||||||
* \brief A domain that represents a %Cartesian grid that discretizes an implicit function.
|
* \brief A domain that represents a %Cartesian grid that discretizes an implicit function.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue