| CGAL 4.4 - 2D Circular Geometry Kernel | 
| Operations | |
| template<class OutputIterator > | |
| OutputIterator | operator() (const AlgebraicKernelForCircles::Polynomial_for_circles_2_2 &p, OutputIterator res) | 
| Copies in the output iterator the y-critical points of polynomialp, as objects of typeAlgebraicKernelForCircles::Root_for_circles_2_2.  More... | |
| template<class OutputIterator > | |
| AlgebraicKernelForCircles::Root_for_circles_2_2 | operator() (const AlgebraicKernelForCircles::Polynomial_for_circles_2_2 &p, bool i) | 
| Computes the y-critical point with smallest (resp. largest)yof polynomialpifbistrue(resp.false).  More... | |
| OutputIterator AlgebraicKernelForCircles::YCriticalPoints::operator() | ( | const AlgebraicKernelForCircles::Polynomial_for_circles_2_2 & | p, | 
| OutputIterator | res | ||
| ) | 
Copies in the output iterator the y-critical points of polynomial p, as objects of type AlgebraicKernelForCircles::Root_for_circles_2_2. 
| AlgebraicKernelForCircles::Root_for_circles_2_2 AlgebraicKernelForCircles::YCriticalPoints::operator() | ( | const AlgebraicKernelForCircles::Polynomial_for_circles_2_2 & | p, | 
| bool | i | ||
| ) | 
Computes the y-critical point with smallest (resp. largest) y of polynomial p if b is true (resp. false).