|
| template<typename Grid, typename ValueRange> |
| FT | interpolated_value (Point_3 p, Grid g, ValueRange vr) const |
| | interpolates the value of the value field at the point p using values defined by vr over the grid g.
|
| template<typename Grid, typename GradientRange> |
| Vector_3 | interpolated_gradient (Point_3 p, Grid g, GradientRange gr) const |
| | interpolates the gradient of the gradient field at the point p using gradients defined by gr over the grid g.
|
◆ Geom_traits
◆ interpolated_gradient()
template<typename Grid, typename GradientRange>
| Vector_3 IsosurfacingInterpolationScheme_3::interpolated_gradient |
( |
Point_3 | p, |
|
|
Grid | g, |
|
|
GradientRange | gr ) const |
interpolates the gradient of the gradient field at the point p using gradients defined by gr over the grid g.
- Template Parameters
-
◆ interpolated_value()
template<typename Grid, typename ValueRange>
| FT IsosurfacingInterpolationScheme_3::interpolated_value |
( |
Point_3 | p, |
|
|
Grid | g, |
|
|
ValueRange | vr ) const |
interpolates the value of the value field at the point p using values defined by vr over the grid g.
- Template Parameters
-