29 #ifndef CDPL_BIOMOL_ATOMPROPERTYFLAG_HPP
30 #define CDPL_BIOMOL_ATOMPROPERTYFLAG_HPP
42 namespace AtomPropertyFlag
48 constexpr
unsigned int NONE = 0x0;
53 constexpr
unsigned int DEFAULT = 0x80000000;
constexpr unsigned int MODEL_NUMBER
Definition: Biomol/AtomPropertyFlag.hpp:63
constexpr unsigned int CHAIN_ID
Definition: Biomol/AtomPropertyFlag.hpp:61
constexpr unsigned int NONE
Represents an empty set of atom properties.
Definition: Biomol/AtomPropertyFlag.hpp:48
constexpr unsigned int DEFAULT
Represents the default set of atom properties.
Definition: Biomol/AtomPropertyFlag.hpp:53
constexpr unsigned int RESIDUE_SEQ_NO
Definition: Biomol/AtomPropertyFlag.hpp:57
constexpr unsigned int RESIDUE_CODE
Definition: Biomol/AtomPropertyFlag.hpp:55
constexpr unsigned int RESIDUE_INS_CODE
Definition: Biomol/AtomPropertyFlag.hpp:59
The namespace of the Chemical Data Processing Library.