ACT-CV - Machine Vision for Cognitive Modeling
|
the difference to the last one (first derivation) More...
#include <DynamicsHelpers.h>
Public Member Functions | |
Veraenderung () | |
void | Set (const _t &x) |
void | Add (const _t &x) |
const _t & | GetCurrent () const |
const _t & | GetDiff () const |
Private Attributes | |
_t | aktuell |
_t | differenz |
the difference to the last one (first derivation)
works with vectors and matrices, too
Definition at line 99 of file DynamicsHelpers.h.
Veraenderung< _t >::Veraenderung | ( | ) |
Definition at line 103 of file DynamicsHelpers.h.
void Veraenderung< _t >::Add | ( | const _t & | x) |
Definition at line 108 of file DynamicsHelpers.h.
References Veraenderung< _t >::aktuell, and Veraenderung< _t >::differenz.
const _t& Veraenderung< _t >::GetCurrent | ( | ) | const |
Definition at line 112 of file DynamicsHelpers.h.
References Veraenderung< _t >::aktuell.
const _t& Veraenderung< _t >::GetDiff | ( | ) | const |
Definition at line 115 of file DynamicsHelpers.h.
References Veraenderung< _t >::differenz.
void Veraenderung< _t >::Set | ( | const _t & | x) |
Definition at line 104 of file DynamicsHelpers.h.
References Veraenderung< _t >::aktuell, and Veraenderung< _t >::differenz.
|
private |
Definition at line 100 of file DynamicsHelpers.h.
Referenced by Veraenderung< _t >::Add(), Veraenderung< _t >::GetCurrent(), and Veraenderung< _t >::Set().
|
private |
Definition at line 101 of file DynamicsHelpers.h.
Referenced by Veraenderung< _t >::Add(), Veraenderung< _t >::GetDiff(), and Veraenderung< _t >::Set().