Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations | Functions
pbcenums.h File Reference
+ This graph shows which files directly or indirectly include this file:

Description

Defines enum classes for centering and unit cell types.

Author
Paul Bauer paul..nosp@m.baue.nosp@m.r.q@g.nosp@m.mail.nosp@m..com

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...