mirror of https://github.com/CGAL/cgal
typedef Self
This commit is contained in:
parent
4ae3982969
commit
81e1bf2a5a
|
|
@ -162,14 +162,15 @@ class Periodic_3_triangulation_filtered_traits_3<K_, Off_, false>
|
||||||
: public Periodic_3_triangulation_filtered_traits_base_3<K_, Off_>
|
: public Periodic_3_triangulation_filtered_traits_base_3<K_, Off_>
|
||||||
{
|
{
|
||||||
typedef Periodic_3_triangulation_filtered_traits_base_3<K_, Off_> Base;
|
typedef Periodic_3_triangulation_filtered_traits_base_3<K_, Off_> Base;
|
||||||
|
typedef Periodic_3_triangulation_filtered_traits_3<K_, Off_, false> Self;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
typedef K_ Kernel;
|
typedef K_ Kernel;
|
||||||
typedef typename Kernel::Iso_cuboid_3 Iso_cuboid_3;
|
typedef typename Kernel::Iso_cuboid_3 Iso_cuboid_3;
|
||||||
|
|
||||||
Periodic_3_triangulation_filtered_traits_3& operator=(const Periodic_3_triangulation_filtered_traits_3&) = delete;
|
Periodic_3_triangulation_filtered_traits_3& operator=(const Self&) = delete;
|
||||||
|
|
||||||
Periodic_3_triangulation_filtered_traits_3(const& Periodic_3_triangulation_filtered_traits_3) = delete;
|
Periodic_3_triangulation_filtered_traits_3(const& Self) = delete;
|
||||||
|
|
||||||
Periodic_3_triangulation_filtered_traits_3(const Iso_cuboid_3& domain,
|
Periodic_3_triangulation_filtered_traits_3(const Iso_cuboid_3& domain,
|
||||||
const Kernel& k)
|
const Kernel& k)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue