|
Public Member Functions |
| | CoulombMultiGridDirectTableForce () |
| | CoulombMultiGridDirectTableForce (Real s, unsigned int n) |
| | CoulombMultiGridDirectTableForce (CoulombMultiGridDirectTableForce const &other) |
| CoulombMultiGridDirectTableForce & | operator= (CoulombMultiGridDirectTableForce const &other) |
| | ~CoulombMultiGridDirectTableForce () |
| void | operator() (Real &energy, Real &force, Real distSquared, Real, const Vector3D &, const GenericTopology *topo, int atom1, int atom2, ExclusionClass excl) const |
| void | getParameters (std::vector< Parameter > ¶meters) const |
Static Public Member Functions |
| void | accumulateEnergy (ScalarStructure *energies, Real energy) |
| Real | getEnergy (const ScalarStructure *energies) |
| std::string | getId () |
| unsigned int | getParameterSize () |
| CoulombMultiGridDirectTableForce | make (std::string &, const std::vector< Value > &values) |
Private Types |
| enum | { DEFAULT__SIZE = 20000
} |
Private Attributes |
| Real * | myTable |
| Real | myS |
| Real | myRS |
| Real | myFac |
| unsigned int | myN |