Gromacs
2024.3
|
Defines enum classes for centering and unit cell types.
Enumerations | |
enum | gmx::CenteringType : int { Triclinic, Rectangular, Zero, Count } |
Helper enum class to define centering types. | |
enum | gmx::UnitCellType : int { Triclinic, Rectangular, Compact, Count } |
Helper enum class to define Unit cell representation types. | |
Functions | |
const char * | gmx::centerTypeNames (CenteringType type) |
Get names for the different centering types. More... | |
const char * | gmx::unitCellTypeNames (UnitCellType type) |
Get names for the different unit cell representation types. More... | |