61 |
|
namespace OpenMD { |
62 |
|
|
63 |
|
/** |
64 |
< |
* @class InteractionManager InteractionManager is responsible for |
64 |
> |
* @class InteractionManager |
65 |
> |
* InteractionManager is responsible for |
66 |
|
* keeping track of the non-bonded interactions (C++) |
67 |
|
*/ |
68 |
|
class InteractionManager { |
81 |
|
void doSkipCorrection(InteractionData idat); |
82 |
|
void doSelfCorrection(SelfData sdat); |
83 |
|
void setCutoffRadius(RealType rCut); |
83 |
– |
void setSwitchingRadius(RealType rSwitch); |
84 |
|
RealType getSuggestedCutoffRadius(int *atid1); |
85 |
|
RealType getSuggestedCutoffRadius(AtomType *atype); |
86 |
|
|