13 #ifndef __EWALLINTERACTIONGROUP_H
14 #define __EWALLINTERACTIONGROUP_H
17 #include "Model/EWallInteraction.h"
18 #include "Model/WallIG.h"
19 #include "Model/ElasticInteractionGroup.h"
20 #include "Model/IGParam.h"
35 std::string m_wallname;
38 CEWallIGP(
const std::string&,
const std::string&,
double);
40 std::string getWallName()
const {
return m_wallname;};
41 friend ostream& operator<<(ostream&,
const CEWallIGP&);
49 template <
class T> ostream& operator<< (ostream &, const CEWallInteractionGroup<T> &);
58 vector<CElasticWallInteraction<T> > m_interactions;
74 virtual void calcForces();
81 #include "EWallInteractionGroup.hpp"
83 #endif //__EWALLINTERACTIONGROUP_H