rename Real_embeddable_traits::Sign -> Sgn

This commit is contained in:
Michael Hemmer 2008-09-18 16:32:35 +00:00
parent 88a20ebf5f
commit 28575ad723
4 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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,