The class Optimisation_d_traits_d<K,ET,NT> is a traits class for the -dimensional optimisation algorithms using the -dimensional CGAL kernel.
#include <CGAL/Optimisation_d_traits_d.h>
The template parameter K is a model for Kernel. Template parameters ET and NT are models for RingNumberType.
The second and third template parameter have default type K::RT.
| |
typedef to K::Point_d.
| |
| |
typedef to K::Rep_tag.
| |
| |
typedef to K::RT.
| |
| |
typedef to K::FT.
| |
| |
typedef to K::Access_dimension_d.
| |
| |
typedef to K::Access_coordinates_begin_d.
| |
| |
typedef to K::Construct_point_d.
| |
| |
second template parameter (default is K::RT).
| |
| |
third template parameter (default is K::RT).
|
| |||
default constructor.
| |||
| |||
copy constructor.
|
The following functions just return the corresponding function class object.
|
| |
| ||
| ||
|
|
CGAL::Min_sphere_d<Traits>
CGAL::Min_annulus_d<Traits>
CGAL::Polytope_distance_d<Traits>
CGAL::Optimisation_d_traits_2<K,ET,NT>
CGAL::Optimisation_d_traits_3<K,ET,NT>
OptimisationDTraits