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
Specifies the PDB model number of an atom.
Definition: Biomol/AtomPropertyFlag.hpp:78
constexpr unsigned int CHAIN_ID
Specifies the chain identifier of an atom.
Definition: Biomol/AtomPropertyFlag.hpp:73
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
Specifies the residue sequence number of an atom.
Definition: Biomol/AtomPropertyFlag.hpp:63
constexpr unsigned int RESIDUE_CODE
Specifies the residue three-letter code of an atom.
Definition: Biomol/AtomPropertyFlag.hpp:58
constexpr unsigned int RESIDUE_INS_CODE
Specifies the residue insertion code of an atom.
Definition: Biomol/AtomPropertyFlag.hpp:68
The namespace of the Chemical Data Processing Library.