|
| | QuadraticBondStretch () |
| |
| virtual | ~QuadraticBondStretch () |
| |
| virtual void | clear () |
| |
| virtual bool | extractSection (ForceFieldParameters ¶meters, const String §ion_name) |
| |
| virtual bool | extractSection (Parameters ¶meters, const String §ion_name) |
| |
| bool | hasParameters (Atom::Type I, Atom::Type J) const |
| |
| QuadraticBondStretch::Values | getParameters (Atom::Type I, Atom::Type J) const |
| |
| bool | assignParameters (QuadraticBondStretch::Values ¶meters, Atom::Type I, Atom::Type J) const |
| |
| | ParameterSection () |
| |
| | ParameterSection (const ParameterSection ¶meter_section) |
| |
| virtual | ~ParameterSection () |
| |
| bool | extractSection (Parameters ¶meters, const String §ion_name) |
| |
| const String & | getSectionName () const |
| |
| const String & | getValue (const String &key, const String &variable) const |
| |
| bool | has (const String &key, const String &variable) const |
| |
| bool | has (const String &key) const |
| |
| bool | hasVariable (const String &variable) const |
| |
| Position | getColumnIndex (const String &variable) const |
| |
| Size | getNumberOfVariables () const |
| |
| Size | getNumberOfKeys () const |
| |
| const String & | getValue (Position key_index, Position variable_index) const |
| |
| const String & | getKey (Position key_index) const |
| |
| const ParameterSection & | operator= (const ParameterSection §ion) |
| |
| virtual bool | isValid () const |
| |
| bool | operator== (const ParameterSection ¶meter_section) const |
| |
QuadraticBondStretch.
Molecular Mechanics Parameter: class describing the parameters required for a harmonic stretch potential.
Definition at line 25 of file quadraticBondStretch.h.