fastjet 2.4.3
|
#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"
Go to the source code of this file.
Classes | |
struct | K |
the basic geometrical kernel that lies at the base of all CGAL operations More... | |
class | InitialisedInt |
A class to provide an "int" with an initial value. More... | |
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.
typedef Triangulation::Point Point |
Definition at line 90 of file Triangulation.hh.
Definition at line 84 of file Triangulation.hh.
typedef CGAL::Triangulation_hierarchy_2<Dt> Triangulation |
Definition at line 86 of file Triangulation.hh.
Definition at line 82 of file Triangulation.hh.
typedef CGAL::Triangulation_vertex_base_with_info_2<InitialisedInt,K> Vbb |
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.
const double HUGE_DOUBLE = 1e300 |
Definition at line 56 of file Triangulation.hh.
Referenced by DnnPlane::_SetAndUpdateNearest(), and DnnPlane::_SetNearest().
const int INFINITE_VERTEX = -1 |
Definition at line 54 of file Triangulation.hh.
Referenced by DnnPlane::_SetAndUpdateNearest(), and DnnPlane::_SetNearest().
const int NEW_VERTEX = -2 |
Definition at line 55 of file Triangulation.hh.
Referenced by DnnPlane::_CrashIfVertexPresent(), and InitialisedInt::InitialisedInt().