|
Gromacs
2026.0-dev-20251105-11eb1db
|
#include <gromacs/topology/topology.h>
Contains the simulation atom groups.
Organized as containers for the different SimulationAtomGroupTypes
Public Member Functions | |
| int | numberOfGroupNumbers (SimulationAtomGroupType group) const |
| Number of atoms for which group numbers are stored for a single SimulationGroup. More... | |
Public Attributes | |
|
gmx::EnumerationArray < SimulationAtomGroupType, AtomGroupIndices > | groups |
| Group numbers for each of the different SimulationAtomGroupType groups. | |
| std::vector< char ** > | groupNames |
| Names of groups, stored as pointer to the entries in the symbol table. | |
|
gmx::EnumerationArray < SimulationAtomGroupType, std::vector< unsigned char > > | groupNumbers |
| Indices into groups for each atom for each of the different SimulationAtomGroupType groups. | |
|
inline |
Number of atoms for which group numbers are stored for a single SimulationGroup.
| [in] | group | The group type. |
1.8.5