fastjet 2.4.5
|
handle an edge of the Voronoi Diagram. More...
#include <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 |
handle an edge of the Voronoi Diagram.
Definition at line 129 of file Voronoi.hh.
pointer to the next edge
Definition at line 138 of file Voronoi.hh.
Referenced by fastjet::VoronoiDiagramGenerator::cleanupEdges(), fastjet::VoronoiDiagramGenerator::getNext(), and fastjet::VoronoiDiagramGenerator::pushGraphEdge().
indices of the parent sites that define the edge
Definition at line 135 of file Voronoi.hh.
Referenced by fastjet::VoronoiDiagramGenerator::pushGraphEdge(), and fastjet::ClusterSequenceVoronoiArea::VoronoiAreaCalc::VoronoiAreaCalc().
Definition at line 135 of file Voronoi.hh.
Referenced by fastjet::VoronoiDiagramGenerator::pushGraphEdge(), and fastjet::ClusterSequenceVoronoiArea::VoronoiAreaCalc::VoronoiAreaCalc().
double fastjet::GraphEdge::x1 |
coordinates of the extreme points
Definition at line 132 of file Voronoi.hh.
Referenced by fastjet::ClusterSequenceVoronoiArea::VoronoiAreaCalc::edge_circle_intersection(), and fastjet::VoronoiDiagramGenerator::pushGraphEdge().
double fastjet::GraphEdge::x2 |
Definition at line 132 of file Voronoi.hh.
Referenced by fastjet::ClusterSequenceVoronoiArea::VoronoiAreaCalc::edge_circle_intersection(), and fastjet::VoronoiDiagramGenerator::pushGraphEdge().
double fastjet::GraphEdge::y1 |
Definition at line 132 of file Voronoi.hh.
Referenced by fastjet::ClusterSequenceVoronoiArea::VoronoiAreaCalc::edge_circle_intersection(), and fastjet::VoronoiDiagramGenerator::pushGraphEdge().
double fastjet::GraphEdge::y2 |
Definition at line 132 of file Voronoi.hh.
Referenced by fastjet::ClusterSequenceVoronoiArea::VoronoiAreaCalc::edge_circle_intersection(), and fastjet::VoronoiDiagramGenerator::pushGraphEdge().