FastJet 3.4.1
|
#include <fastjet/internal/ClosestPair2D.hh>
Public Member Functions | |
double | distance2 (const Point &other) const |
returns the distance between two of these objects More... | |
Public Attributes | |
Coord2D | coord |
the point's coordinates More... | |
Point * | neighbour |
a pointer to its closest neighbour in our structure More... | |
double | neighbour_dist2 |
the corresponding squared distance More... | |
triplet< circulator > | circ |
circulators for each of the shifts of the shuffles More... | |
unsigned int | review_flag |
indicates that something special is currently happening to this point More... | |
Definition at line 194 of file ClosestPair2D.hh.
|
inline |
returns the distance between two of these objects
Definition at line 209 of file ClosestPair2D.hh.
Coord2D fastjet::ClosestPair2D::Point::coord |
the point's coordinates
Definition at line 197 of file ClosestPair2D.hh.
Point* fastjet::ClosestPair2D::Point::neighbour |
a pointer to its closest neighbour in our structure
Definition at line 199 of file ClosestPair2D.hh.
double fastjet::ClosestPair2D::Point::neighbour_dist2 |
the corresponding squared distance
Definition at line 201 of file ClosestPair2D.hh.
triplet<circulator> fastjet::ClosestPair2D::Point::circ |
circulators for each of the shifts of the shuffles
Definition at line 203 of file ClosestPair2D.hh.
unsigned int fastjet::ClosestPair2D::Point::review_flag |
indicates that something special is currently happening to this point
Definition at line 206 of file ClosestPair2D.hh.