#include <SeedStopInfo.h>
Public Member Functions | |
unsigned short | candidatesPerSeed () const |
SeedStopInfo () | |
void | setCandidatesPerSeed (unsigned short value) |
void | setStopReason (SeedStopReason value) |
SeedStopReason | stopReason () const |
unsigned char | stopReasonUC () const |
~SeedStopInfo ()=default | |
Private Attributes | |
unsigned short | candidatesPerSeed_ = 0 |
SeedStopReason | stopReason_ = SeedStopReason::UNINITIALIZED |
Definition at line 6 of file SeedStopInfo.h.
|
inline |
Definition at line 8 of file SeedStopInfo.h.
|
default |
|
inline |
Definition at line 12 of file SeedStopInfo.h.
References candidatesPerSeed_.
Referenced by TrackBuildingAnalyzer::analyze().
|
inline |
Definition at line 11 of file SeedStopInfo.h.
References candidatesPerSeed_, and relativeConstraints::value.
|
inline |
Definition at line 14 of file SeedStopInfo.h.
References stopReason_, and relativeConstraints::value.
|
inline |
Definition at line 15 of file SeedStopInfo.h.
References stopReason_.
Referenced by TrackBuildingAnalyzer::analyze().
|
inline |
Definition at line 16 of file SeedStopInfo.h.
References stopReason_.
Referenced by TrackBuildingAnalyzer::analyze().
|
private |
Definition at line 19 of file SeedStopInfo.h.
Referenced by candidatesPerSeed(), and setCandidatesPerSeed().
|
private |
Definition at line 20 of file SeedStopInfo.h.
Referenced by setStopReason(), stopReason(), and stopReasonUC().