mirror of https://github.com/CGAL/cgal
No need for Min_sphere_annulus_traits constructors
This commit is contained in:
parent
561d689142
commit
156f4ffb8e
|
|
@ -67,9 +67,6 @@ class Min_sphere_annulus_d_traits_2 {
|
||||||
// typedef typename K::Construct_point_2 Construct_point_d;
|
// typedef typename K::Construct_point_2 Construct_point_d;
|
||||||
typedef _Construct_point_2<K> Construct_point_d;
|
typedef _Construct_point_2<K> Construct_point_d;
|
||||||
|
|
||||||
// creation
|
|
||||||
Min_sphere_annulus_d_traits_2( ) { }
|
|
||||||
Min_sphere_annulus_d_traits_2( const Min_sphere_annulus_d_traits_2<K_,ET_,NT_>&) {}
|
|
||||||
|
|
||||||
// operations
|
// operations
|
||||||
Access_dimension_d
|
Access_dimension_d
|
||||||
|
|
|
||||||
|
|
@ -67,10 +67,6 @@ class Min_sphere_annulus_d_traits_3 {
|
||||||
// this does not (yet) work:
|
// this does not (yet) work:
|
||||||
// typedef typename K::Construct_point_3 Construct_point_d;
|
// typedef typename K::Construct_point_3 Construct_point_d;
|
||||||
|
|
||||||
// creation
|
|
||||||
Min_sphere_annulus_d_traits_3( ) { }
|
|
||||||
Min_sphere_annulus_d_traits_3( const Min_sphere_annulus_d_traits_3<K_,ET_,NT_>&) {}
|
|
||||||
|
|
||||||
// operations
|
// operations
|
||||||
Access_dimension_d
|
Access_dimension_d
|
||||||
access_dimension_d_object( ) const
|
access_dimension_d_object( ) const
|
||||||
|
|
|
||||||
|
|
@ -65,10 +65,6 @@ class Min_sphere_annulus_d_traits_d {
|
||||||
|
|
||||||
typedef CGAL::_Construct_point_d<K> Construct_point_d;
|
typedef CGAL::_Construct_point_d<K> Construct_point_d;
|
||||||
|
|
||||||
// creation
|
|
||||||
Min_sphere_annulus_d_traits_d( ) { }
|
|
||||||
Min_sphere_annulus_d_traits_d( const Min_sphere_annulus_d_traits_d<K_,ET_,NT_>&) {}
|
|
||||||
|
|
||||||
// operations
|
// operations
|
||||||
Access_dimension_d
|
Access_dimension_d
|
||||||
access_dimension_d_object( ) const
|
access_dimension_d_object( ) const
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue