Bayes Filters Library
Public Member Functions | List of all members
bfl::ExogenousProcess Class Referenceabstract

#include <ExogenousProcess.h>

Inheritance diagram for bfl::ExogenousProcess:
[legend]

Public Member Functions

virtual void propagate (const Eigen::Ref< const Eigen::MatrixXd > &cur_states, Eigen::Ref< Eigen::MatrixXd > prop_states)=0
 
virtual bool setProperty (const std::string &property)=0
 
virtual VectorDescription getStateDescription () const =0
 Returns the vector description of the output of the state equation. More...
 

Detailed Description

Definition at line 20 of file ExogenousProcess.h.

Member Function Documentation

◆ getStateDescription()

virtual VectorDescription bfl::ExogenousProcess::getStateDescription ( ) const
pure virtual

Returns the vector description of the output of the state equation.

◆ propagate()

virtual void bfl::ExogenousProcess::propagate ( const Eigen::Ref< const Eigen::MatrixXd > &  cur_states,
Eigen::Ref< Eigen::MatrixXd >  prop_states 
)
pure virtual

◆ setProperty()

virtual bool bfl::ExogenousProcess::setProperty ( const std::string &  property)
pure virtual

The documentation for this class was generated from the following file: