13 #ifndef __SHORTBONDEDINTERACTION_H
14 #define __SHORTBONDEDINTERACTION_H
17 #include "Model/IGParam.h"
18 #include "Model/Interaction.h"
19 #include "Model/Particle.h"
20 #include "Model/BondedInteraction.h"
21 #include "Model/ShortBondedInteractionCpData.h"
22 #include "Foundation/vec3.h"
57 static string getType() {
return "ShortBonded";};
58 double getEquiDist()
const {
return m_r0;};
61 void loadCheckPointData(std::istream &iStream);
68 #endif // __SHORTBONDEDINTERACTION_H