14 #ifndef __BWALLINTERACTIONGROUP_H
15 #define __BWALLINTERACTIONGROUP_H
18 #include "Model/BWallInteraction.h"
19 #include "Model/EWallInteraction.h"
20 #include "Model/WallIG.h"
21 #include "Model/EWallInteractionGroup.h"
45 CBWallIGP(
const std::string&,
const std::string&,
double,
int,
int);
47 int getTag()
const{
return m_tag;};
48 int getMask()
const{
return m_mask;};
50 friend ostream& operator<<(ostream&,
const CBWallIGP&);
57 template <
class T> ostream& operator<<(ostream &, const CBWallInteractionGroup<T> &);
82 virtual void calcForces();
89 #include "BWallInteractionGroup.hpp"
91 #endif //__BWALLINTERACTIONGROUP_H