|
BWAPI
|
#include <utility>#include <iterator>#include <CGAL/circulator.h>#include <CGAL/triangulation_assertions.h>#include <CGAL/Triangulation_utils_2.h>

Go to the source code of this file.
Classes | |
| class | Triangulation_ds_face_circulator_2< Tds > |
| class | Triangulation_ds_vertex_circulator_2< Tds > |
| class | Triangulation_ds_edge_circulator_2< Tds > |
Functions | |
| template<class Tds_ > | |
| bool | operator== (typename Tds_::Face_handle fh, Triangulation_ds_face_circulator_2< Tds_ > fc) |
| template<class Tds_ > | |
| bool | operator!= (typename Tds_::Face_handle fh, Triangulation_ds_face_circulator_2< Tds_ > fc) |
| template<class Tds_ > | |
| bool | operator== (typename Tds_::Vertex_handle vh, Triangulation_ds_vertex_circulator_2< Tds_ > vc) |
| template<class Tds_ > | |
| bool | operator!= (typename Tds_::Vertex_handle vh, Triangulation_ds_vertex_circulator_2< Tds_ > vc) |
| bool operator!= | ( | typename Tds_::Face_handle | fh, |
| Triangulation_ds_face_circulator_2< Tds_ > | fc | ||
| ) |
| bool operator!= | ( | typename Tds_::Vertex_handle | vh, |
| Triangulation_ds_vertex_circulator_2< Tds_ > | vc | ||
| ) | [inline] |
| bool operator== | ( | typename Tds_::Face_handle | fh, |
| Triangulation_ds_face_circulator_2< Tds_ > | fc | ||
| ) |
| bool operator== | ( | typename Tds_::Vertex_handle | vh, |
| Triangulation_ds_vertex_circulator_2< Tds_ > | vc | ||
| ) | [inline] |
1.7.6.1