ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
JetVoronoiDiagramHelpers::Point Class Reference

#include <JetVoronoiDiagramHelpers.h>

Collaboration diagram for JetVoronoiDiagramHelpers::Point:

Public Member Functions

 Point (coord the_x=0, coord the_y=0)
 
 Point (const Point &a)
 

Public Attributes

coord x
 
coord y
 

Detailed Description

Default object of 2D space.

Definition at line 50 of file JetVoronoiDiagramHelpers.h.

Constructor & Destructor Documentation

◆ Point() [1/2]

JetVoronoiDiagramHelpers::Point::Point ( coord  the_x = 0,
coord  the_y = 0 
)
inline

Definition at line 51 of file JetVoronoiDiagramHelpers.h.

51 : x(the_x), y(the_y){};

◆ Point() [2/2]

JetVoronoiDiagramHelpers::Point::Point ( const Point a)
inline

Definition at line 52 of file JetVoronoiDiagramHelpers.h.

52 : x(a.x), y(a.y) {};

Member Data Documentation

◆ x

coord JetVoronoiDiagramHelpers::Point::x

Definition at line 54 of file JetVoronoiDiagramHelpers.h.

◆ y

coord JetVoronoiDiagramHelpers::Point::y

Definition at line 55 of file JetVoronoiDiagramHelpers.h.


The documentation for this class was generated from the following file:
JetVoronoiDiagramHelpers::Point::x
coord x
Definition: JetVoronoiDiagramHelpers.h:52
JetVoronoiDiagramHelpers::Point::y
coord y
Definition: JetVoronoiDiagramHelpers.h:55
a
TList * a
Definition: liststreamerinfos.cxx:10