ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | Private Attributes | List of all members
Veraenderung< _t > Class Template Reference

the difference to the last one (first derivation) More...

#include <DynamicsHelpers.h>

Collaboration diagram for Veraenderung< _t >:
Collaboration graph

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
 

Detailed Description

template<class _t>
class Veraenderung< _t >

the difference to the last one (first derivation)

works with vectors and matrices, too

Definition at line 99 of file DynamicsHelpers.h.

Constructor & Destructor Documentation

template<class _t >
Veraenderung< _t >::Veraenderung ( )

Definition at line 103 of file DynamicsHelpers.h.

Member Function Documentation

template<class _t >
void Veraenderung< _t >::Add ( const _t &  x)
template<class _t >
const _t& Veraenderung< _t >::GetCurrent ( ) const

Definition at line 112 of file DynamicsHelpers.h.

References Veraenderung< _t >::aktuell.

template<class _t >
const _t& Veraenderung< _t >::GetDiff ( ) const

Definition at line 115 of file DynamicsHelpers.h.

References Veraenderung< _t >::differenz.

template<class _t >
void Veraenderung< _t >::Set ( const _t &  x)

Member Data Documentation

template<class _t >
_t Veraenderung< _t >::aktuell
private
template<class _t >
_t Veraenderung< _t >::differenz
private

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


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)