59 void setForceField(
ForceField* ff) { forceField_ = ff; };
60 void setSimulatedAtomTypes(AtomTypeSet& simtypes) {
70 LJParam getLJParam(
AtomType* atomType);
71 RealType getLJSigma(
AtomType* atomType);
72 RealType getLJEpsilon(
AtomType* atomType);
73 RealType getGayBerneCut(
int atid);
76 map<int, ShapeAtomType*> ShapesMap;
77 map<int, AtomType*> LJMap;
80 AtomTypeSet simTypes_;