mirror of https://github.com/CGAL/cgal
rename Real_embeddable_traits::Sign -> Sgn
This commit is contained in:
parent
88a20ebf5f
commit
28575ad723
|
|
@ -184,7 +184,7 @@ template <class NT> class Real_embeddable_traits< Nef_polynomial<NT> >
|
|||
}
|
||||
};
|
||||
|
||||
class Sign
|
||||
class Sgn
|
||||
: public std::unary_function< Type, CGAL::Sign > {
|
||||
public:
|
||||
CGAL::Sign inline operator()( const Type& x ) const {
|
||||
|
|
|
|||
|
|
@ -242,7 +242,7 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
class Sign
|
||||
class Sgn
|
||||
: public std::unary_function< Real_embeddable, CGAL::Sign >{
|
||||
public:
|
||||
CGAL::Sign operator()(const Real_embeddable& x) const {
|
||||
|
|
|
|||
|
|
@ -266,7 +266,7 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
class Sign
|
||||
class Sgn
|
||||
: public std::unary_function< Real_embeddable, CGAL::Sign >{
|
||||
public:
|
||||
CGAL::Sign operator()(const Real_embeddable& x) const {
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ namespace CGAL {
|
|||
class GT,
|
||||
class Surface,
|
||||
class Transform_functor_ =
|
||||
typename Real_embeddable_traits<typename Surface::FT>::Sign,
|
||||
typename Real_embeddable_traits<typename Surface::FT>::Sgn,
|
||||
class Surface_identifiers_generator_ =
|
||||
Return_min<typename Transform_functor_::result_type>,
|
||||
class Point_creator = Creator_uniform_3<typename GT::FT,
|
||||
|
|
|
|||
Loading…
Reference in New Issue