![]() |
Chemical Data Processing Library Python API - Version 1.4.0
|
Provides keys for built-in Chem.MolecularGraph properties. More...
Inheritance diagram for CDPL.Biomol.MolecularGraphProperty:Static Public Attributes | |
| RESIDUE_CODE = CDPL.Base.LookupKey('RESIDUE_CODE') | |
| Specifies the residue code (three-letter code) of the residue described by the molecular graph. More... | |
| RESIDUE_SEQUENCE_NUMBER = CDPL.Base.LookupKey('RESIDUE_SEQUENCE_NUMBER') | |
| Specifies the residue sequence number of the residue described by the molecular graph. More... | |
| RESIDUE_INSERTION_CODE = CDPL.Base.LookupKey('RESIDUE_INSERTION_CODE') | |
| Specifies the residue insertion code of the residue described by the molecular graph. More... | |
| CHAIN_ID = CDPL.Base.LookupKey('CHAIN_ID') | |
| Specifies the identifier of the chain the molecular graph belongs to. More... | |
| MODEL_NUMBER = CDPL.Base.LookupKey('MODEL_NUMBER') | |
| Specifies the model number assigned to the molecular graph. More... | |
| PDB_DATA = CDPL.Base.LookupKey('PDB_DATA') | |
| Specifies the associated PDB data record. More... | |
| MMCIF_DATA = CDPL.Base.LookupKey('MMCIF_DATA') | |
| Specifies the associated mmCIF data record. More... | |
Provides keys for built-in Chem.MolecularGraph properties.
|
static |
Specifies the residue code (three-letter code) of the residue described by the molecular graph.
Value Type: std::string
|
static |
Specifies the residue sequence number of the residue described by the molecular graph.
Value Type: long
|
static |
Specifies the residue insertion code of the residue described by the molecular graph.
Value Type: char
|
static |
Specifies the identifier of the chain the molecular graph belongs to.
Value Type: std::string
|
static |
Specifies the model number assigned to the molecular graph.
Value Type: std::size_t
|
static |
Specifies the associated PDB data record.
Value Type: Biomol.PDBData.SharedPointer
|
static |
Specifies the associated mmCIF data record.
Value Type: Biomol.MMCIFData.SharedPointer