![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Provides keys for built-in Chem::MolecularGraph properties. More...
Variables | |
| CDPL_BIOMOL_API const Base::LookupKey | RESIDUE_CODE |
| Specifies the residue code (three-letter code) of the residue described by the molecular graph. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | RESIDUE_SEQUENCE_NUMBER |
| Specifies the residue sequence number of the residue described by the molecular graph. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | RESIDUE_INSERTION_CODE |
| Specifies the residue insertion code of the residue described by the molecular graph. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | CHAIN_ID |
| Specifies the identifier of the chain the molecular graph belongs to. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | MODEL_NUMBER |
| Specifies the model number assigned to the molecular graph. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | PDB_DATA |
| Specifies the associated PDB data record. More... | |
| CDPL_BIOMOL_API const Base::LookupKey | MMCIF_DATA |
| Specifies the associated mmCIF data record. More... | |
Provides keys for built-in Chem::MolecularGraph properties.
|
extern |
Specifies the residue code (three-letter code) of the residue described by the molecular graph.
Value Type: std::string
|
extern |
Specifies the residue sequence number of the residue described by the molecular graph.
Value Type: long
|
extern |
Specifies the residue insertion code of the residue described by the molecular graph.
Value Type: char
|
extern |
Specifies the identifier of the chain the molecular graph belongs to.
Value Type: std::string
|
extern |
Specifies the model number assigned to the molecular graph.
Value Type: std::size_t
|
extern |
Specifies the associated PDB data record.
Value Type: Biomol::PDBData::SharedPointer
|
extern |