#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 |
Typedefs | |
| typedef CGAL::Triangulation_vertex_base_with_info_2< InitialisedInt, K > | Vbb |
| typedef CGAL::Triangulation_hierarchy_vertex_base_2< Vbb > | Vb |
| typedef CGAL::Triangulation_face_base_2< K > | Fb |
| typedef CGAL::Triangulation_data_structure_2< Vb, Fb > | Tds |
| typedef CGAL::Delaunay_triangulation_2< K, Tds > | Dt |
| typedef CGAL::Triangulation_hierarchy_2< Dt > | Triangulation |
| typedef Triangulation::Vertex_handle | Vertex_handle |
| typedef Triangulation::Point | Point |
| typedef Triangulation::Vertex_circulator | Vertex_circulator |
| CGAL Point structure. | |
| typedef Triangulation::Face_circulator | Face_circulator |
| typedef Triangulation::Face_handle | Face_handle |
Variables | |
| const int | INFINITE_VERTEX = -1 |
| const int | NEW_VERTEX = -2 |
| const double | HUGE_DOUBLE = 1e300 |
|
|
Definition at line 85 of file Triangulation.hh. |
|
|
Definition at line 92 of file Triangulation.hh. |
|
|
Definition at line 93 of file Triangulation.hh. |
|
|
Definition at line 83 of file Triangulation.hh. |
|
|
Definition at line 90 of file Triangulation.hh. |
|
|
Definition at line 84 of file Triangulation.hh. |
|
|
Definition at line 86 of file Triangulation.hh. |
|
|
Definition at line 82 of file Triangulation.hh. |
|
|
Definition at line 81 of file Triangulation.hh. |
|
|
CGAL Point structure.
Definition at line 91 of file Triangulation.hh. |
|
|
Definition at line 89 of file Triangulation.hh. |
|
|
Definition at line 56 of file Triangulation.hh. Referenced by fastjet::DnnPlane::_SetAndUpdateNearest(), and fastjet::DnnPlane::_SetNearest(). |
|
|
Definition at line 54 of file Triangulation.hh. Referenced by fastjet::DnnPlane::_SetAndUpdateNearest(), fastjet::DnnPlane::_SetNearest(), fastjet::DnnPlane::DnnPlane(), and fastjet::DnnPlane::RemoveAndAddPoints(). |
|
|
Definition at line 55 of file Triangulation.hh. Referenced by fastjet::DnnPlane::_CrashIfVertexPresent(), and fastjet::InitialisedInt::InitialisedInt(). |
1.4.2