Bayes Filters Library
|
#include <StateProcess.h>
Public Member Functions | |
virtual void | propagate (const Eigen::Ref< const Eigen::MatrixXd > &cur_states, Eigen::Ref< Eigen::MatrixXd > prop_states)=0 |
virtual void | motion (const Eigen::Ref< const Eigen::MatrixXd > &cur_states, Eigen::Ref< Eigen::MatrixXd > mot_states)=0 |
virtual bool | setProperty (const std::string &property)=0 |
virtual VectorDescription | getInputDescription ()=0 |
Returns the vector description of the input to the state equation. More... | |
virtual VectorDescription | getStateDescription ()=0 |
Returns the vector description of the output of the state equation. More... | |
Definition at line 20 of file StateProcess.h.
|
pure virtual |
Returns the vector description of the input to the state equation.
Implemented in bfl::AdditiveStateModel.
|
pure virtual |
Returns the vector description of the output of the state equation.
Implemented in bfl::WhiteNoiseAcceleration.
Referenced by bfl::sigma_point::unscented_transform().
|
pure virtual |
Implemented in bfl::AdditiveStateModel.
Referenced by bfl::sigma_point::unscented_transform().
|
pure virtual |
Implemented in bfl::LinearStateModel.
Referenced by bfl::sigma_point::unscented_transform().
|
pure virtual |
Implemented in bfl::WhiteNoiseAcceleration, and bfl::LTIStateModel.