mirror of https://github.com/CGAL/cgal
More forward declarations
This commit is contained in:
parent
5690cc4a02
commit
99bc374cce
|
|
@ -201,7 +201,9 @@ public:
|
||||||
|
|
||||||
|
|
||||||
}; // class Algebraic_real_traits
|
}; // class Algebraic_real_traits
|
||||||
|
|
||||||
|
class Construct_algebraic_real_1;
|
||||||
|
|
||||||
// Functors of Algebraic_kernel_d_1
|
// Functors of Algebraic_kernel_d_1
|
||||||
struct Solve_1 {
|
struct Solve_1 {
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
|
|
@ -163,6 +163,9 @@ public:
|
||||||
/// \name Construction functors(based on the subcurve traits).
|
/// \name Construction functors(based on the subcurve traits).
|
||||||
//@{
|
//@{
|
||||||
|
|
||||||
|
#ifndef DOXYGEN_RUNNING
|
||||||
|
class Push_back_2;
|
||||||
|
#endif
|
||||||
/*! \class
|
/*! \class
|
||||||
* A functor that divides an arc into x-monotone arcs. That are, arcs that
|
* A functor that divides an arc into x-monotone arcs. That are, arcs that
|
||||||
* do not cross the identification arc.
|
* do not cross the identification arc.
|
||||||
|
|
|
||||||
|
|
@ -729,7 +729,9 @@ public:
|
||||||
return gic( gc( p, exponent ), ev );
|
return gic( gc( p, exponent ), ev );
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
typedef CGAL::internal::Monomial_representation<Polynomial_d> Monomial_representation;
|
||||||
|
|
||||||
// Swap variable x_i with x_j
|
// Swap variable x_i with x_j
|
||||||
struct Swap {
|
struct Swap {
|
||||||
typedef Polynomial_d result_type;
|
typedef Polynomial_d result_type;
|
||||||
|
|
@ -1537,10 +1539,6 @@ struct Construct_innermost_coefficient_const_iterator_range
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
typedef
|
|
||||||
CGAL::internal::Monomial_representation<Polynomial_d>
|
|
||||||
Monomial_representation;
|
|
||||||
|
|
||||||
// returns the Exponten_vector of the innermost leading coefficient
|
// returns the Exponten_vector of the innermost leading coefficient
|
||||||
struct Degree_vector{
|
struct Degree_vector{
|
||||||
typedef Exponent_vector result_type;
|
typedef Exponent_vector result_type;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue