|
Gromacs
2026.0-dev-20251106-2ba968f
|
Collaboration diagram for VsiteBondParameter:Stores information about single virtual site bonded parameter.
Public Member Functions | |
| VsiteBondParameter (InteractionFunction ftype, const InteractionOfType &vsiteInteraction) | |
| Constructor initializes datastructure. | |
Public Attributes | |
| InteractionFunction | ftype_ |
| Function type for virtual site. | |
| const InteractionOfType & | vsiteInteraction_ |
| Interaction type data. More... | |
| const InteractionOfType& VsiteBondParameter::vsiteInteraction_ |
Interaction type data.
The datastructure should never be used in a case where the InteractionType used to construct it might go out of scope before this object, as it would cause the reference to type_ to dangle.
1.8.5