fastjet 2.4.3
|
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 128 of file Voronoi.hh.
pointer to the next edge
Definition at line 137 of file Voronoi.hh.
Referenced by VoronoiDiagramGenerator::cleanupEdges(), VoronoiDiagramGenerator::getNext(), and VoronoiDiagramGenerator::pushGraphEdge().
indices of the parent sites that define the edge
Definition at line 134 of file Voronoi.hh.
Referenced by VoronoiDiagramGenerator::pushGraphEdge().
Definition at line 134 of file Voronoi.hh.
Referenced by VoronoiDiagramGenerator::pushGraphEdge().
double GraphEdge::x1 |
coordinates of the extreme points
Definition at line 131 of file Voronoi.hh.
Referenced by VoronoiDiagramGenerator::pushGraphEdge().
double GraphEdge::x2 |
Definition at line 131 of file Voronoi.hh.
Referenced by VoronoiDiagramGenerator::pushGraphEdge().
double GraphEdge::y1 |
Definition at line 131 of file Voronoi.hh.
Referenced by VoronoiDiagramGenerator::pushGraphEdge().
double GraphEdge::y2 |
Definition at line 131 of file Voronoi.hh.
Referenced by VoronoiDiagramGenerator::pushGraphEdge().