Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Nov 15, 2024
1 parent 090154d commit 9a0dd64
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 98 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@ auto toCurve(const PointRange& point_range, const Traits& traits)
}
else
{
#if 0
using Base_kernel = typename Kernel_traits<typename Traits::Point_d>::Kernel;

using AK = Kernel_d_interface<typename Base_kernel::AK>;
using EK = Kernel_d_interface<typename Base_kernel::EK>;
//using EK = typename CGAL::Frechet_distance_::internal::Get_exact_kernel<Kernel>::type;
#endif
using AT = Frechet_distance_traits<CGAL::Interval_nt_advanced, Traits::Dimension::value>;
using ET = Frechet_distance_traits<CGAL::Exact_rational, Traits::Dimension::value>;
using Filtered_traits = std::pair<AT,ET>;
Expand Down

This file was deleted.

20 changes: 0 additions & 20 deletions Frechet_distance/include/CGAL/Frechet_distance_traits_d.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,26 +46,6 @@ class Frechet_distance_traits_d
Construct_cartesian_const_iterator_d construct_cartesian_const_iterator_d_object() const {
return Construct_cartesian_const_iterator_d();
}


/*
static constexpr bool is_filtered = CGAL::Frechet_distance_::internal::Get_exact_kernel<Kernel>::is_filtered;
static constexpr bool is_floating_point = CGAL::Frechet_distance_::internal::Get_exact_kernel<Kernel>::is_floating_point;
using distance_t = Interval_nt<false>;
using Approximate_kernel = Kernel_d_interface<Cartesian_base_d<distance_t,Dimension_tag<dimension>>>;
using Approximate_point = typename Approximate_kernel::Point_d;
*/

/*
using Exact_kernel = typename CGAL::Frechet_distance_::internal::Get_exact_kernel<Kernel>::type;
using Exact_point = typename Exact_kernel::Point_d;
using D2D = NT_converter<distance_t,double>;
using A2E = KernelD_converter<Approximate_kernel, Exact_kernel, Default, D2D>;
using FT2I = NT_converter<typename Kernel::FT,distance_t>;
using K2A = KernelD_converter<Kernel, Approximate_kernel, Default, FT2I>;
*/
};

} // end of namespace CGAL
Expand Down

0 comments on commit 9a0dd64

Please sign in to comment.