|
Bayes Filters Library
|
This is the complete list of members for bfl::UKFPrediction, including all inherited members.
| add_state_model_ | bfl::UKFPrediction | private |
| GaussianPrediction() noexcept=default | bfl::GaussianPrediction | protected |
| GaussianPrediction(const GaussianPrediction &prediction) noexcept=delete | bfl::GaussianPrediction | protected |
| GaussianPrediction(GaussianPrediction &&prediction) noexcept=default | bfl::GaussianPrediction | protected |
| getStateModel() noexcept override | bfl::UKFPrediction | virtual |
| is_skipping() override | bfl::GaussianPrediction | virtual |
| operator=(const UKFPrediction &prediction) noexcept=delete | bfl::UKFPrediction | |
| operator=(UKFPrediction &&prediction) noexcept | bfl::UKFPrediction | |
| bfl::GaussianPrediction::operator=(const GaussianPrediction &prediction) noexcept=delete | bfl::GaussianPrediction | protected |
| bfl::GaussianPrediction::operator=(GaussianPrediction &&prediction) noexcept=default | bfl::GaussianPrediction | protected |
| predict(const GaussianMixture &prev_state, GaussianMixture &pred_state) override | bfl::GaussianPrediction | virtual |
| predictStep(const GaussianMixture &prev_state, GaussianMixture &pred_state) override | bfl::UKFPrediction | protectedvirtual |
| skip(const std::string &what_step, const bool status) override | bfl::GaussianPrediction | virtual |
| skip_ | bfl::GaussianPrediction | private |
| state_model_ | bfl::UKFPrediction | private |
| type_ | bfl::UKFPrediction | private |
| UKFPrediction(std::unique_ptr< StateModel > state_model, const double alpha, const double beta, const double kappa) noexcept | bfl::UKFPrediction | |
| UKFPrediction(std::unique_ptr< AdditiveStateModel > state_model, const double alpha, const double beta, const double kappa) noexcept | bfl::UKFPrediction | |
| UKFPrediction(const UKFPrediction &prediction) noexcept=delete | bfl::UKFPrediction | |
| UKFPrediction(UKFPrediction &&prediction) noexcept | bfl::UKFPrediction | |
| UKFPredictionType enum name | bfl::UKFPrediction | |
| ut_weight_ | bfl::UKFPrediction | private |
| ~GaussianPrediction() noexcept=default | bfl::GaussianPrediction | virtual |
| ~UKFPrediction() noexcept=default | bfl::UKFPrediction | virtual |
1.8.17