Gromacs
2020-beta1
|
#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 group numbers for a single SimulationGroup. More... | |
Public Attributes | |
gmx::EnumerationArray < SimulationAtomGroupType, AtomGroupIndices > | groups |
Groups of particles. | |
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 |
Group numbers for the different SimulationAtomGroupType groups. | |
|
inline |
Number of group numbers for a single SimulationGroup.
[in] | group | Integer value for the group type. |