BWAPI
|
#include <CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h>
Go to the source code of this file.
Namespaces | |
namespace | CGAL |
namespace | CGAL::AlgebraicSphereFunctors |
Functions | |
template<class AK , class OutputIterator > | |
OutputIterator | CGAL::AlgebraicSphereFunctors::solve (const typename AK::Polynomial_for_spheres_2_3 &e1, const typename AK::Polynomial_for_spheres_2_3 &e2, const typename AK::Polynomial_for_spheres_2_3 &e3, OutputIterator res) |
template<class AK > | |
AK::Root_for_spheres_2_3 | CGAL::AlgebraicSphereFunctors::x_critical_point (const typename AK::Polynomial_for_spheres_2_3 &s, bool i) |
template<class AK , class OutputIterator > | |
OutputIterator | CGAL::AlgebraicSphereFunctors::x_critical_points (const typename AK::Polynomial_for_spheres_2_3 &s, OutputIterator res) |
template<class AK > | |
AK::Root_for_spheres_2_3 | CGAL::AlgebraicSphereFunctors::y_critical_point (const typename AK::Polynomial_for_spheres_2_3 &s, bool i) |
template<class AK , class OutputIterator > | |
OutputIterator | CGAL::AlgebraicSphereFunctors::y_critical_points (const typename AK::Polynomial_for_spheres_2_3 &s, OutputIterator res) |
template<class AK > | |
AK::Root_for_spheres_2_3 | CGAL::AlgebraicSphereFunctors::z_critical_point (const typename AK::Polynomial_for_spheres_2_3 &s, bool i) |
template<class AK , class OutputIterator > | |
OutputIterator | CGAL::AlgebraicSphereFunctors::z_critical_points (const typename AK::Polynomial_for_spheres_2_3 &s, OutputIterator res) |
template<class AK > | |
AK::Root_for_spheres_2_3 | CGAL::AlgebraicSphereFunctors::x_critical_point (const std::pair< typename AK::Polynomial_for_spheres_2_3, typename AK::Polynomial_1_3 > &c, bool i) |
template<class AK , class OutputIterator > | |
OutputIterator | CGAL::AlgebraicSphereFunctors::x_critical_points (const std::pair< typename AK::Polynomial_for_spheres_2_3, typename AK::Polynomial_1_3 > &c, OutputIterator res) |
template<class AK > | |
AK::Root_for_spheres_2_3 | CGAL::AlgebraicSphereFunctors::y_critical_point (const std::pair< typename AK::Polynomial_for_spheres_2_3, typename AK::Polynomial_1_3 > &c, bool i) |
template<class AK , class OutputIterator > | |
OutputIterator | CGAL::AlgebraicSphereFunctors::y_critical_points (const std::pair< typename AK::Polynomial_for_spheres_2_3, typename AK::Polynomial_1_3 > &c, OutputIterator res) |
template<class AK > | |
AK::Root_for_spheres_2_3 | CGAL::AlgebraicSphereFunctors::z_critical_point (const std::pair< typename AK::Polynomial_for_spheres_2_3, typename AK::Polynomial_1_3 > &c, bool i) |
template<class AK , class OutputIterator > | |
OutputIterator | CGAL::AlgebraicSphereFunctors::z_critical_points (const std::pair< typename AK::Polynomial_for_spheres_2_3, typename AK::Polynomial_1_3 > &c, OutputIterator res) |