stateObservation::NoiseBase Class Referenceabstract

#include <state-observation/noise/noise-base.hpp>

Inheritance diagram for stateObservation::NoiseBase:

Public Member Functions

virtual ~NoiseBase ()
 Virtual destructor. More...
 
virtual Vector getNoisy (const Vector &)=0
 The method to overload to produce the noisy version of a given vector. More...
 

Constructor & Destructor Documentation

◆ ~NoiseBase()

virtual stateObservation::NoiseBase::~NoiseBase ( )
inlinevirtual

Virtual destructor.

Member Function Documentation

◆ getNoisy()

virtual Vector stateObservation::NoiseBase::getNoisy ( const Vector )
pure virtual

The method to overload to produce the noisy version of a given vector.

Implemented in stateObservation::GaussianWhiteNoise.


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