CGAL 5.1 - 2D and Surface Function Interpolation
CGAL::Interpolation_traits_2< K > Class Template Reference

#include <CGAL/Interpolation_traits_2.h>

Definition

template<typename K>
class CGAL::Interpolation_traits_2< K >

Interpolation_traits_2 is a model for the concept InterpolationTraits and can be used to instantiate the geometric traits class of interpolation methods applied on a bivariate function over a two-dimensional domain. The traits class is templated by a kernel class K.

Is Model Of:
InterpolationTraits
See also
InterpolationTraits
GradientFittingTraits
CGAL::Interpolation_gradient_fitting_traits_2<K>
Examples
Interpolation/interpolation_2.cpp, Interpolation/linear_interpolation_2.cpp, and Interpolation/linear_interpolation_of_vector_3.cpp.

Types

typedef K::FT FT
 
typedef K::Point_2 Point_d
 
typedef K::Vector_2 Vector_d
 
typedef K::Construct_vector_2 Construct_vector_d
 
typedef K::Construct_scaled_vector_2 Construct_scaled_vector_d
 
typedef K::Compute_squared_distance_2 Compute_squared_distance_d
 

Operations

Construct_scaled_vector_d construct_scaled_vector_d_object () const
 
Construct_vector_d construct_vector_d_object () const
 
Compute_squared_distance_d compute_squared_distance_d_object () const
 

Member Typedef Documentation

◆ Compute_squared_distance_d

template<typename K >
typedef K::Compute_squared_distance_2 CGAL::Interpolation_traits_2< K >::Compute_squared_distance_d

◆ Construct_scaled_vector_d

template<typename K >
typedef K::Construct_scaled_vector_2 CGAL::Interpolation_traits_2< K >::Construct_scaled_vector_d

◆ Construct_vector_d

template<typename K >
typedef K::Construct_vector_2 CGAL::Interpolation_traits_2< K >::Construct_vector_d

◆ FT

template<typename K >
typedef K::FT CGAL::Interpolation_traits_2< K >::FT

◆ Point_d

template<typename K >
typedef K::Point_2 CGAL::Interpolation_traits_2< K >::Point_d

◆ Vector_d

template<typename K >
typedef K::Vector_2 CGAL::Interpolation_traits_2< K >::Vector_d

Member Function Documentation

◆ compute_squared_distance_d_object()

template<typename K >
Compute_squared_distance_d CGAL::Interpolation_traits_2< K >::compute_squared_distance_d_object ( ) const

◆ construct_scaled_vector_d_object()

template<typename K >
Construct_scaled_vector_d CGAL::Interpolation_traits_2< K >::construct_scaled_vector_d_object ( ) const

◆ construct_vector_d_object()

template<typename K >
Construct_vector_d CGAL::Interpolation_traits_2< K >::construct_vector_d_object ( ) const