|
FastJet 3.5.0
|
#include <fastjet/internal/Voronoi.hh>

Public Attributes | |
| double | x1 |
| coordinates of the extreme points | |
| double | y1 |
| double | x2 |
| double | y2 |
| int | point1 |
| indices of the parent sites that define the edge | |
| int | point2 |
| GraphEdge * | next |
| pointer to the next edge | |
Definition at line 179 of file Voronoi.hh.
| double fastjet::GraphEdge::x1 |
coordinates of the extreme points
Definition at line 182 of file Voronoi.hh.
| double fastjet::GraphEdge::y1 |
Definition at line 182 of file Voronoi.hh.
| double fastjet::GraphEdge::x2 |
Definition at line 182 of file Voronoi.hh.
| double fastjet::GraphEdge::y2 |
Definition at line 182 of file Voronoi.hh.
| int fastjet::GraphEdge::point1 |
indices of the parent sites that define the edge
Definition at line 185 of file Voronoi.hh.
| int fastjet::GraphEdge::point2 |
Definition at line 185 of file Voronoi.hh.
| GraphEdge* fastjet::GraphEdge::next |
pointer to the next edge
Definition at line 188 of file Voronoi.hh.