Move \cgalrefines lower because \brief goes automatically above \cgalrefines

This commit is contained in:
Mael Rouxel-Labbé 2023-01-19 13:03:33 +01:00
parent 558bace5b7
commit 98ecfe8b21
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,6 @@
\cgalConcept \cgalConcept
\cgalRefines `IsosurfacingDomain_3`
\brief The concept `IsosurfacingDomainWithGradient_3` describes the set of requirements to be \brief The concept `IsosurfacingDomainWithGradient_3` describes the set of requirements to be
fulfilled by any class used as input data for some isosurfacing algorithms. fulfilled by any class used as input data for some isosurfacing algorithms.
@ -12,6 +10,8 @@ This concept refines `IsosurfacingDomain_3` to add a `gradient()` function which
by isosurfacing domains to query the domain for the gradient of the implicit field by isosurfacing domains to query the domain for the gradient of the implicit field
at a 3D query point (not necessarily a vertex) in space. at a 3D query point (not necessarily a vertex) in space.
\cgalRefines `IsosurfacingDomain_3`
\cgalHasModel `CGAL::Isosurfacing::Explicit_Cartesian_grid_domain_3` \cgalHasModel `CGAL::Isosurfacing::Explicit_Cartesian_grid_domain_3`
\cgalHasModel `CGAL::Isosurfacing::Implicit_Cartesian_grid_domain_3` \cgalHasModel `CGAL::Isosurfacing::Implicit_Cartesian_grid_domain_3`
*/ */