
#include <LennardJonesParameterTable.h>
Public Member Functions | |
| LennardJonesParameterTable () | |
| ~LennardJonesParameterTable () | |
| void | resize (int count) |
| void | set (int type1, int type2, const LennardJonesParameters ¶ms) |
| const LennardJonesParameters & | operator() (int type1, int type2) const |
| int | size () const |
Private Attributes | |
| int | myCurrentSize |
| LennardJonesParameters * | myData |
|
|
|
|
|
|
|
||||||||||||
|
Get the parameters for one pair of atom types.
|
|
|
Set the number of atom types whose information is stored in the table.
|
|
||||||||||||||||
|
|
|
|
Get the current size of the table - 5/25/01 TMC.
|
|
|
|
|
|
Data contains a triangular array. Each row is one element longer than the previous one.
|