|
Gromacs
2025.3
|
This graph shows which files directly or indirectly include this file: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... | |
1.8.5