|
Gromacs
2026.0-dev-20251107-70abc26
|
#include "gromacs/utility/flags.h"
Include dependency graph for selectionenums.h:
This graph shows which files directly or indirectly include this file:Declares common types used in selections.
Classes | |
| struct | gmx::SelectionTopologyProperties |
| Describes topology properties required for selection evaluation. More... | |
Typedefs | |
|
typedef FlagsTemplate < SelectionFlag > | gmx::SelectionFlags |
| Holds a collection of SelectionFlag values. | |
Enumerations | |
| enum | e_coverfrac_t { CFRAC_NONE, CFRAC_SOLIDANGLE } |
| Defines the type of covered fraction. More... | |
| enum | gmx::SelectionFlag : uint64_t { efSelection_OnlyStatic = 1 << 0, efSelection_OnlyAtoms = 1 << 1, efSelection_OnlySorted = 1 << 2, gmx::efSelection_DynamicMask = 1 << 3, gmx::efSelection_DisallowEmpty = 1 << 4, gmx::efSelection_EvaluateVelocities = 1 << 5, gmx::efSelection_EvaluateForces = 1 << 6 } |
| Flags for options. More... | |
1.8.5