Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

fastjet::GraphEdge Class Reference

handle an edge of the Voronoi Diagram. More...

#include <Voronoi.hh>

Collaboration diagram for fastjet::GraphEdge:

Collaboration graph
[legend]
List of all members.

Public Attributes

double x1
 coordinates of the extreme points

double y1
 coordinates of the extreme points

double x2
 coordinates of the extreme points

double y2
 coordinates of the extreme points

int point1
 indices of the parent sites that define the edge

int point2
 indices of the parent sites that define the edge

GraphEdgenext
 pointer to the next edge


Detailed Description

handle an edge of the Voronoi Diagram.

Definition at line 128 of file Voronoi.hh.


Member Data Documentation

GraphEdge* fastjet::GraphEdge::next
 

pointer to the next edge

Definition at line 137 of file Voronoi.hh.

Referenced by fastjet::VoronoiDiagramGenerator::cleanupEdges(), fastjet::VoronoiDiagramGenerator::getNext(), and fastjet::VoronoiDiagramGenerator::pushGraphEdge().

int fastjet::GraphEdge::point1
 

indices of the parent sites that define the edge

Definition at line 134 of file Voronoi.hh.

int fastjet::GraphEdge::point2
 

indices of the parent sites that define the edge

Definition at line 134 of file Voronoi.hh.

double fastjet::GraphEdge::x1
 

coordinates of the extreme points

Definition at line 131 of file Voronoi.hh.

Referenced by fastjet::VoronoiDiagramGenerator::pushGraphEdge().

double fastjet::GraphEdge::x2
 

coordinates of the extreme points

Definition at line 131 of file Voronoi.hh.

double fastjet::GraphEdge::y1
 

coordinates of the extreme points

Definition at line 131 of file Voronoi.hh.

double fastjet::GraphEdge::y2
 

coordinates of the extreme points

Definition at line 131 of file Voronoi.hh.


The documentation for this class was generated from the following file:
Generated on Mon Dec 3 11:54:29 2007 for fastjet by doxygen 1.3.4