LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "DBScanAlg.h"
Public Member Functions | |
dbsPoint (double X=0.0, double Y=0.0, double dX=0.0, double dY=0.0) | |
BoundingBox | bounds () const |
void | Expand (double DX, double DY) |
Public Attributes | |
double | x |
double | y |
double | dx |
double | dy |
Definition at line 35 of file DBScanAlg.h.
|
inline |
Definition at line 38 of file DBScanAlg.h.
BoundingBox dbsPoint::bounds | ( | ) | const |
Definition at line 36 of file DBScanAlg.cxx.
References util::abs(), dx, dy, x, and y.
Referenced by cluster::DBScanAlg::InitScan(), cluster::DBScanAlg::RegionQuery(), and cluster::DBScanAlg::RegionQuery_vector().
|
inline |
Definition at line 41 of file DBScanAlg.h.
double dbsPoint::dx |
Definition at line 37 of file DBScanAlg.h.
Referenced by bounds().
double dbsPoint::dy |
Definition at line 37 of file DBScanAlg.h.
Referenced by bounds().
double dbsPoint::x |
Definition at line 36 of file DBScanAlg.h.
Referenced by bounds().
double dbsPoint::y |
Definition at line 36 of file DBScanAlg.h.
Referenced by bounds(), cluster::DBScanAlg::run_dbscan_cluster(), cluster::DBScanAlg::run_FN_cluster(), and cluster::DBScanAlg::run_FN_naive_cluster().