31 #ifndef _OMCOMPUTEDVELOCITY_H 32 #define _OMCOMPUTEDVELOCITY_H 51 void computeObservation(
double* state,
double* velocity,
const MatNd* currentAction,
double dt)
const final;
66 virtual void computeState(
double* state,
const MatNd* currentAction,
double dt)
const = 0;
75 #endif //_OMCOMPUTEDVELOCITY_H
void computeObservation(double *state, double *velocity, const MatNd *currentAction, double dt) const final
virtual ~OMComputedVelocity()
virtual void computeState(double *state, const MatNd *currentAction, double dt) const =0