a utility class for keeping track of the state of a hit for DBScan More...
#include <DBScanAlg_DUNE35t.h>
Public Member Functions | |
DBScanParams () | |
void | setVisited () |
void | setNoise () |
void | setInCluster () |
void | setCount (int count) |
void | clearVisited () const |
void | incrementCount (size_t count=1) const |
bool | visited () const |
bool | isNoise () const |
bool | inCluster () const |
size_t | getCount () const |
Private Attributes | |
bool | m_visited |
bool | m_noise |
bool | m_inCluster |
size_t | m_count |
a utility class for keeping track of the state of a hit for DBScan
Definition at line 33 of file DBScanAlg_DUNE35t.h.
|
inline |
Definition at line 36 of file DBScanAlg_DUNE35t.h.
|
inline |
Definition at line 43 of file DBScanAlg_DUNE35t.h.
|
inline |
Definition at line 49 of file DBScanAlg_DUNE35t.h.
|
inline |
Definition at line 48 of file DBScanAlg_DUNE35t.h.
|
inline |
Definition at line 44 of file DBScanAlg_DUNE35t.h.
|
inline |
Definition at line 47 of file DBScanAlg_DUNE35t.h.
|
inline |
Definition at line 41 of file DBScanAlg_DUNE35t.h.
|
inline |
Definition at line 40 of file DBScanAlg_DUNE35t.h.
|
inline |
Definition at line 39 of file DBScanAlg_DUNE35t.h.
|
inline |
Definition at line 38 of file DBScanAlg_DUNE35t.h.
|
inline |
Definition at line 46 of file DBScanAlg_DUNE35t.h.
|
mutableprivate |
Definition at line 55 of file DBScanAlg_DUNE35t.h.
|
private |
Definition at line 54 of file DBScanAlg_DUNE35t.h.
|
private |
Definition at line 53 of file DBScanAlg_DUNE35t.h.
|
mutableprivate |
Definition at line 52 of file DBScanAlg_DUNE35t.h.