|
Bayes Filters Library
|
Public Types | |
| enum | Modality |
Public Attributes | |
| Modality | modality_ |
| unsigned int | iterations_ |
| unsigned int | current_iterations_ = 0 |
| double | seconds_ |
| double | current_seconds_ = 0.0 |
| utils::CpuTimer | timer_ |
Definition at line 11 of file TimeDecreasingDynamics.cpp.
|
strong |
Definition at line 13 of file TimeDecreasingDynamics.cpp.
| unsigned int bfl::TimeDecreasingDynamics::ImplData::current_iterations_ = 0 |
Definition at line 23 of file TimeDecreasingDynamics.cpp.
Referenced by bfl::TimeDecreasingDynamics::getNoiseSample(), and bfl::TimeDecreasingDynamics::setProperty().
| double bfl::TimeDecreasingDynamics::ImplData::current_seconds_ = 0.0 |
Definition at line 27 of file TimeDecreasingDynamics.cpp.
Referenced by bfl::TimeDecreasingDynamics::getNoiseSample(), and bfl::TimeDecreasingDynamics::setProperty().
| unsigned int bfl::TimeDecreasingDynamics::ImplData::iterations_ |
Definition at line 21 of file TimeDecreasingDynamics.cpp.
Referenced by bfl::TimeDecreasingDynamics::getNoiseSample(), and bfl::TimeDecreasingDynamics::TimeDecreasingDynamics().
| Modality bfl::TimeDecreasingDynamics::ImplData::modality_ |
Definition at line 19 of file TimeDecreasingDynamics.cpp.
Referenced by bfl::TimeDecreasingDynamics::getNoiseSample(), bfl::TimeDecreasingDynamics::setProperty(), and bfl::TimeDecreasingDynamics::TimeDecreasingDynamics().
| double bfl::TimeDecreasingDynamics::ImplData::seconds_ |
Definition at line 25 of file TimeDecreasingDynamics.cpp.
Referenced by bfl::TimeDecreasingDynamics::getNoiseSample(), and bfl::TimeDecreasingDynamics::TimeDecreasingDynamics().
| utils::CpuTimer bfl::TimeDecreasingDynamics::ImplData::timer_ |
Definition at line 29 of file TimeDecreasingDynamics.cpp.
Referenced by bfl::TimeDecreasingDynamics::setProperty().
1.8.17