13 #ifndef MODEL_ROTLOCALDAMPING_H
14 #define MODEL_ROTLOCALDAMPING_H
17 #include "Model/LocalDampingIGP.h"
18 #include "Foundation/vec3.h"
19 #include "Foundation/quintuple.h"
42 typedef pair<bool,double> (
CRotLocalDamping::* CheckedScalarFieldFunction)()
const;
54 void setTimeStepSize(
double dt);
57 virtual bool hasTag(
int,
int)
const;
58 virtual Vec3 getPosFirst()
const {
return m_p->getPos();};
59 virtual Vec3 getPosSecond()
const {
return Vec3(0.0,0.0,0.0);};
60 virtual Vec3 getPos()
const {
return m_p->getPos();};
76 Vec3 getForce()
const;
79 #include "Model/RotLocalDamping.hpp"
81 #endif //__ROTLOCALDAMPING_H