fastjet 2.4.3
|
#include "fastjet/ClusterSequenceWithArea.hh"
#include <vector>
#include <math.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Classes | |
class | Point |
class to handle a 2d point More... | |
class | GraphEdge |
handle an edge of the Voronoi Diagram. More... | |
class | Site |
structure used both for particle sites and for vertices. More... | |
class | Freenode |
class | FreeNodeArrayList |
class | Freelist |
class | Edge |
class | Halfedge |
class | VoronoiDiagramGenerator |
Defines | |
#define | DELETED -2 |
#define | le 0 |
#define | re 1 |
Functions | |
double | norm (const Point p) |
norm of a vector | |
double | vector_product (const Point &p1, const Point &p2) |
2D vector product | |
double | scalar_product (const Point &p1, const Point &p2) |
scalar product | |
int | scomp (const void *p1, const void *p2) |
#define DELETED -2 |
Definition at line 66 of file Voronoi.hh.
Referenced by VoronoiDiagramGenerator::ELdelete(), and VoronoiDiagramGenerator::ELgethash().
#define le 0 |
Definition at line 67 of file Voronoi.hh.
Referenced by VoronoiDiagramGenerator::endpoint(), VoronoiDiagramGenerator::intersect(), VoronoiDiagramGenerator::leftreg(), VoronoiDiagramGenerator::right_of(), VoronoiDiagramGenerator::rightreg(), and VoronoiDiagramGenerator::voronoi().
#define re 1 |
Definition at line 68 of file Voronoi.hh.
Referenced by VoronoiDiagramGenerator::endpoint(), VoronoiDiagramGenerator::intersect(), VoronoiDiagramGenerator::leftreg(), VoronoiDiagramGenerator::right_of(), VoronoiDiagramGenerator::rightreg(), and VoronoiDiagramGenerator::voronoi().
double norm | ( | const Point | p | ) | [inline] |
norm of a vector
Definition at line 107 of file Voronoi.hh.
References Point::x, and Point::y.
Referenced by ClusterSequence::_bj_set_jetinfo(), JadeBriefJet::init(), and EECamBriefJet::init().
int scomp | ( | const void * | p1, |
const void * | p2 | ||
) |
Definition at line 1042 of file Voronoi.cc.
References Point::x, and Point::y.
Referenced by VoronoiDiagramGenerator::generateVoronoi().