|
BWAPI
|
#include <iostream>#include <CGAL/assertions.h>#include <CGAL/Segment_Delaunay_graph_2/basic.h>#include <CGAL/Segment_Delaunay_graph_2/Constructions_C2.h>

Go to the source code of this file.
Classes | |
| class | Segment_Delaunay_graph_site_2< Gt > |
Functions | |
| template<class R > | |
| std::ostream & | operator<< (std::ostream &os, const Segment_Delaunay_graph_site_2< R > &s) |
| template<class R > | |
| std::istream & | operator>> (std::istream &is, Segment_Delaunay_graph_site_2< R > &t) |
| template<class R , class Stream > | |
| Stream & | operator<< (Stream &str, Segment_Delaunay_graph_site_2< R > &t) |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const Segment_Delaunay_graph_site_2< R > & | s | ||
| ) |

| Stream& operator<< | ( | Stream & | str, |
| Segment_Delaunay_graph_site_2< R > & | t | ||
| ) |
| std::istream& operator>> | ( | std::istream & | is, |
| Segment_Delaunay_graph_site_2< R > & | t | ||
| ) |
1.7.6.1