|
Gromacs
2026.0-dev-20251119-5f0a571d
|
Classes | |
| class | PairDistance |
Implements gmx pairdist trajectory analysis module. More... | |
| class | PairDistanceModuleData |
| Temporary memory for use within a single-frame calculation. More... | |
Enumerations | |
| enum | DistanceType : int { Min, Max, Count } |
Enum value to store the selected value for -type. | |
| enum | GroupType : int { All, Residue, Molecule, None, Count } |
Enum value to store the selected value for -refgrouping/-selgrouping. | |
Functions | |
| int | initSelectionGroups (Selection *sel, const gmx_mtop_t *top, GroupType type) |
| Helper function to initialize the grouping for a selection. | |
Variables | |
|
const EnumerationArray < DistanceType, const char * > | c_distanceTypeNames = { { "min", "max" } } |
| Strings corresponding to DistanceType. | |
| const EnumerationArray < GroupType, const char * > | c_groupTypeNames |
| Strings corresponding to GroupType. More... | |
1.8.5