Skip to content

Commit

Permalink
Merge branch 'gsoc2022-isosurface' of github.com:JulyCode/cgal into g…
Browse files Browse the repository at this point in the history
…soc2022-isosurface
  • Loading branch information
palliez committed Jan 19, 2023
2 parents a140a6b + 41e2271 commit 98d0c11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
\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.
This concept refines `IsosurfacingDomain_3` to add a `gradient()` function which is used
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`
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ struct Allow_all_moves{
* \cgalParamNBegin{allow_move_functor}
* \cgalParamDescription{A function object used to determinate if a vertex move should be allowed or not}
* \cgalParamType{Unary functor that provides `bool operator()(vertex_descriptor v, Point_3 src, Point_3 tgt)` returning `true`
* if the vertex `v` can be moved from `src` to `tgt`; %Point_3` being the value type of the vertex point map }
* if the vertex `v` can be moved from `src` to `tgt`; `%Point_3` being the value type of the vertex point map }
* \cgalParamDefault{If not provided, all moves are allowed.}
* \cgalParamNEnd
*
Expand Down

0 comments on commit 98d0c11

Please sign in to comment.