Bentley-Otmann Algorithm 2.0
An implementation of Bentley-Ottmann algorithm in order to count the m,n-cubes
|
Implementation of the methods and functions declared in geometry.hpp. More...
#include "geometry.hpp"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &begin, const Segment *&s) |
Pretty-printing for mpz_class. | |
std::ostream & | operator<< (std::ostream &begin, const Point &p) |
Pretty-printing for Point. | |
std::ostream & | operator<< (std::ostream &begin, const Event &e) |
Pretty-printing for Event. | |
std::ostream & | operator<< (std::ostream &begin, const Segment &s) |
Pretty-printing for Segment. |
Implementation of the methods and functions declared in geometry.hpp.
Definition in file geometry.cpp.
std::ostream& operator<< | ( | std::ostream & | begin, |
const Segment *& | s | ||
) |
Pretty-printing for mpz_class.
begin | Ostream |
z | Integer to print |
begin | Ostream |
f | Rational to print |
Definition at line 237 of file geometry.cpp.
std::ostream& operator<< | ( | std::ostream & | begin, |
const Segment & | s | ||
) |
Pretty-printing for Segment.
begin | Ostream |
s | Segment to print |
Definition at line 272 of file geometry.cpp.
std::ostream& operator<< | ( | std::ostream & | begin, |
const Event & | e | ||
) |
Pretty-printing for Event.
begin | Ostream |
e | Event to print |
Definition at line 261 of file geometry.cpp.
std::ostream& operator<< | ( | std::ostream & | begin, |
const Point & | p | ||
) |
Pretty-printing for Point.
begin | Ostream |
p | Point to print |
Definition at line 248 of file geometry.cpp.