Gromacs
2020.4
|
Defines enum classes for centering and unit cell types.
Enumerations | |
enum | gmx::CenteringType { Triclinic, Rectangular, Zero, Count } |
Helper enum class to define centering types. | |
enum | gmx::UnitCellType { 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... | |