Class ObserverPoint¶
- Defined in File Observer.h
Inheritance Relationships¶
Base Type¶
public ObserverFeature
(Class ObserverFeature)
Class Documentation¶
-
class
ObserverPoint
: public ObserverFeature¶ Detects particles when reaching x = 0.
This module limits the next step size to prevent candidates from overshooting. Should be renamed to Observer1D, once old observer-scheme is removed.
Public Functions
-
DetectionState
checkDetection
(Candidate *candidate) const
-
std::string
getDescription
() const
-
size_t
addReference
() const
-
size_t
removeReference
() const
-
int
removeReferenceNoDelete
() const
-
size_t
getReferenceCount
() const
Protected Attributes
-
std::string
description
-
size_t
_referenceCount
-
DetectionState