#include <CGAL/Frechet_distance_traits_d.h>
template<class K>
class CGAL::Frechet_distance_traits_d< K >
- Is model of
FrechetDistanceTraits
- Template Parameters
-
K | geometric traits class. Must be either Epick_d or Epeck_d with a fixed dimension. |
|
using | Dimension = Dimension_tag< K::Dimension::value > |
|
using | Kernel = K |
|
using | FT = typename Kernel::FT |
|
using | Point_d = typename Kernel::Point_d |
|
using | Construct_bbox_d = typename Kernel::Construct_bbox_d |
|
using | Cartesian_const_iterator_d = typename Kernel::Cartesian_const_iterator_d |
|
using | Construct_cartesian_const_iterator_d = typename Kernel::Construct_cartesian_const_iterator_d |
|