#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>#include <CGAL/Delaunay_triangulation_2.h>#include <CGAL/Triangulation_hierarchy_2.h>#include <CGAL/Triangulation_vertex_base_with_info_2.h>#include "fastjet/internal/base.hh"Include dependency graph for Triangulation.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | fastjet |
Classes | |
| struct | fastjet::K |
| the basic geometrical kernel that lies at the base of all CGAL operations More... | |
| class | fastjet::InitialisedInt |
| A class to provide an "int" with an initial value. More... | |
Typedefs | |
| typedef CGAL::Triangulation_vertex_base_with_info_2< InitialisedInt, K > | fastjet::Vbb |
| typedef CGAL::Triangulation_hierarchy_vertex_base_2< Vbb > | fastjet::Vb |
| typedef CGAL::Triangulation_face_base_2< K > | fastjet::Fb |
| typedef CGAL::Triangulation_data_structure_2< Vb, Fb > | fastjet::Tds |
| typedef CGAL::Delaunay_triangulation_2< K, Tds > | fastjet::Dt |
| typedef CGAL::Triangulation_hierarchy_2< Dt > | fastjet::Triangulation |
| typedef Triangulation::Vertex_handle | fastjet::Vertex_handle |
| typedef Triangulation::Point | fastjet::Point |
| typedef Triangulation::Vertex_circulator | fastjet::Vertex_circulator |
| CGAL Point structure. | |
| typedef Triangulation::Face_circulator | fastjet::Face_circulator |
| typedef Triangulation::Face_handle | fastjet::Face_handle |
Variables | |
| const int | fastjet::INFINITE_VERTEX = -1 |
| const int | fastjet::NEW_VERTEX = -2 |
| const double | fastjet::HUGE_DOUBLE = 1e300 |
1.5.2