From 98ecfe8b219e04ed38b620394f82bf445500d605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Thu, 19 Jan 2023 13:03:33 +0100 Subject: [PATCH] Move \cgalrefines lower because \brief goes automatically above \cgalrefines --- .../Concepts/IsosurfacingDomainWithGradient_3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Isosurfacing_3/doc/Isosurfacing_3/Concepts/IsosurfacingDomainWithGradient_3.h b/Isosurfacing_3/doc/Isosurfacing_3/Concepts/IsosurfacingDomainWithGradient_3.h index b2362053a7b..8469f77d0aa 100644 --- a/Isosurfacing_3/doc/Isosurfacing_3/Concepts/IsosurfacingDomainWithGradient_3.h +++ b/Isosurfacing_3/doc/Isosurfacing_3/Concepts/IsosurfacingDomainWithGradient_3.h @@ -3,8 +3,6 @@ \cgalConcept -\cgalRefines `IsosurfacingDomain_3` - \brief The concept `IsosurfacingDomainWithGradient_3` describes the set of requirements to be 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 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::Implicit_Cartesian_grid_domain_3` */