13 #ifndef __SIMPLENTABLE_H
14 #define __SIMPLENTABLE_H
17 #include "Geometry/SimpleParticle.h"
18 #include "Geometry/BasicInteraction.h"
38 vector<SimpleParticle> *m_data;
41 int m_numInsertedParticles;
43 virtual int index(
const Vec3&)
const=0;
44 virtual vector<int> allidx(
const Vec3&)
const=0;
51 int getNumInsertedParticles()
const;
54 virtual void getInteractions(set<BasicInteraction,BILess>&,
double)=0;
70 Vec3 m_xshift,m_yshift;
86 #endif //__SIMPLENTABLE_H