#include <CGAL/Polytope_distance_d_traits_d.h>
template<typename K, typename
ET, typename
NT>
class CGAL::Polytope_distance_d_traits_d< K, ET, NT >
The class Polytope_distance_d_traits_d is a traits class for the \( d\)-dimensional optimization algorithms using the \( d\)-dimensional CGAL kernel.
- Template Parameters
-
- Is model of
PolytopeDistanceDTraits
- See also
CGAL::Polytope_distance_d<Traits>
-
CGAL::Polytope_distance_d_traits_2<K,ET,NT>
-
CGAL::Polytope_distance_d_traits_3<K,ET,NT>
-
PolytopeDistanceDTraits
|
|
typedef K::Point_d | Point_d |
| | the point type.
|
| |
|
typedef unspecified_type | Rep_tag |
| | typedef to K::Rep_tag.
|
| |
|
typedef K::RT | RT |
| | the ring type.
|
| |
|
typedef K::FT | FT |
| | the field type.
|
| |
|
typedef unspecified_type | Access_dimension_d |
| | functor returning the dimension of a point.
|
| |
|
typedef unspecified_type | Access_coordinates_begin_d |
| | functor constructing the begin iterator of the homogeneous coordinates of a point.
|
| |
|
typedef unspecified_type | Construct_point_d |
| | functor constructing a point from a coordinate range.
|
| |
|
typedef unspecified_type | ET |
| | second template parameter (default is K::RT).
|
| |
|
typedef unspecified_type | NT |
| | third template parameter (default is K::RT).
|
| |