BWAPI
|
#include <iostream>
#include <CGAL/Polynomials_1_3.h>
#include <CGAL/Polynomials_2_3.h>
#include <CGAL/Polynomials_for_line_3.h>
#include <CGAL/Bbox_3.h>
Go to the source code of this file.
Classes | |
class | Root_for_spheres_2_3< RT_ > |
Functions | |
template<typename RT > | |
bool | operator== (const Root_for_spheres_2_3< RT > &r1, const Root_for_spheres_2_3< RT > &r2) |
template<typename RT > | |
std::ostream & | operator<< (std::ostream &os, const Root_for_spheres_2_3< RT > &r) |
template<typename RT > | |
std::istream & | operator>> (std::istream &is, Root_for_spheres_2_3< RT > &r) |
std::ostream& operator<< | ( | std::ostream & | os, |
const Root_for_spheres_2_3< RT > & | r | ||
) |
bool operator== | ( | const Root_for_spheres_2_3< RT > & | r1, |
const Root_for_spheres_2_3< RT > & | r2 | ||
) |
std::istream& operator>> | ( | std::istream & | is, |
Root_for_spheres_2_3< RT > & | r | ||
) |