13 #ifndef __WALLINTERACTION_H
14 #define __WALLINTERACTION_H
17 #include "Interaction.h"
46 virtual bool hasTag(
int,
int)
const;
47 virtual Vec3 getPosFirst()
const {
return m_p->getPos();};
50 virtual void calcForces()=0;
51 virtual double getStiffness(){
return 0.0;};
54 #include "WallInteraction.hpp"
56 #endif //__WALLINTERACTION_H