![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Provides keys for built-in Chem::Atom properties. More...
Variables | |
| CDPL_BIOMOL_API const Base::LookupKey | RESIDUE_ATOM_NAME |
| Specifies the residue name of the atom (e.g. CA, CB). More... | |
| CDPL_BIOMOL_API const Base::LookupKey | RESIDUE_ALT_ATOM_NAME |
| Specifies the alternative residue name of the atom. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | RESIDUE_LEAVING_ATOM_FLAG |
| Specifies whether the atom is a leaving atom in the parent residue. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | RESIDUE_LINKING_ATOM_FLAG |
| Specifies whether the atom is a linking atom between residues. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | RESIDUE_CODE |
| Specifies the three-letter code of the residue the atom belongs to. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | RESIDUE_SEQUENCE_NUMBER |
| Specifies the sequence number of the residue the atom belongs to. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | RESIDUE_INSERTION_CODE |
| Specifies the insertion code of the residue the atom belongs to. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | HETERO_ATOM_FLAG |
| Specifies whether the atom is a heteroatom. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | SERIAL_NUMBER |
| Specifies the serial number of the atom. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | CHAIN_ID |
| Specifies the identifier of the chain the atom belongs to. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | ALT_LOCATION_ID |
| Specifies the alternate location identifier of the atom. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | ENTITY_ID |
| Specifies the identifier of the entity the atom belongs to). More... | |
| CDPL_BIOMOL_API const Base::LookupKey | MODEL_NUMBER |
| Specifies the number of the model the atom belongs to. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | OCCUPANCY |
| Specifies the occupancy of the atom. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | B_FACTOR |
| Specifies the isotropic temperature (B) factor of the atom. More... | |
Provides keys for built-in Chem::Atom properties.
|
extern |
Specifies the residue name of the atom (e.g. CA, CB).
Value Type: std::string
|
extern |
Specifies the alternative residue name of the atom.
Value Type: std::string
|
extern |
Specifies whether the atom is a leaving atom in the parent residue.
Value Type: bool
|
extern |
Specifies whether the atom is a linking atom between residues.
Value Type: bool
|
extern |
Specifies the three-letter code of the residue the atom belongs to.
Value Type: std::string
|
extern |
Specifies the sequence number of the residue the atom belongs to.
Value Type: long
|
extern |
Specifies the insertion code of the residue the atom belongs to.
Value Type: char
|
extern |
Specifies whether the atom is a heteroatom.
Value Type: bool
|
extern |
Specifies the serial number of the atom.
Value Type: long
|
extern |
Specifies the identifier of the chain the atom belongs to.
Value Type: std::string
|
extern |
Specifies the alternate location identifier of the atom.
Value Type: char
|
extern |
Specifies the identifier of the entity the atom belongs to).
Value Type: std::string
|
extern |
Specifies the number of the model the atom belongs to.
Value Type: std::size_t
|
extern |
Specifies the occupancy of the atom.
Value Type: double
|
extern |
Specifies the isotropic temperature (B) factor of the atom.
Value Type: double