![]() |
Chemical Data Processing Library Python API - Version 1.4.0
|
Provides keys for built-in biomolecular Chem.Atom properties. More...
Inheritance diagram for CDPL.Biomol.AtomProperty:Static Public Attributes | |
| RESIDUE_ATOM_NAME = CDPL.Base.LookupKey('RESIDUE_ATOM_NAME') | |
| Specifies the residue-local name of the atom (e.g. More... | |
| RESIDUE_ALT_ATOM_NAME = CDPL.Base.LookupKey('RESIDUE_ALT_ATOM_NAME') | |
| Specifies the alternative residue-local name of the atom. More... | |
| RESIDUE_LEAVING_ATOM_FLAG = CDPL.Base.LookupKey('RESIDUE_LEAVING_ATOM_FLAG') | |
| Specifies whether the atom is a leaving atom in the parent residue. More... | |
| RESIDUE_LINKING_ATOM_FLAG = CDPL.Base.LookupKey('RESIDUE_LINKING_ATOM_FLAG') | |
| Specifies whether the atom is a linking atom between residues. More... | |
| RESIDUE_CODE = CDPL.Base.LookupKey('RESIDUE_CODE') | |
| Specifies the residue code (three-letter code) of the residue the atom belongs to. More... | |
| RESIDUE_SEQUENCE_NUMBER = CDPL.Base.LookupKey('RESIDUE_SEQUENCE_NUMBER') | |
| Specifies the sequence number of the residue the atom belongs to. More... | |
| RESIDUE_INSERTION_CODE = CDPL.Base.LookupKey('RESIDUE_INSERTION_CODE') | |
| Specifies the insertion code of the residue the atom belongs to. More... | |
| HETERO_ATOM_FLAG = CDPL.Base.LookupKey('HETERO_ATOM_FLAG') | |
| Specifies whether the atom is a hetero atom (HETATM record in PDB). More... | |
| CHAIN_ID = CDPL.Base.LookupKey('CHAIN_ID') | |
| Specifies the chain identifier of the chain the atom belongs to. More... | |
| ALT_LOCATION_ID = CDPL.Base.LookupKey('ALT_LOCATION_ID') | |
| Specifies the alternate-location identifier of the atom. More... | |
| ENTITY_ID = CDPL.Base.LookupKey('ENTITY_ID') | |
| Specifies the identifier of the entity the atom belongs to (e.g. More... | |
| MODEL_NUMBER = CDPL.Base.LookupKey('MODEL_NUMBER') | |
| Specifies the model number of the model the atom belongs to. More... | |
| SERIAL_NUMBER = CDPL.Base.LookupKey('SERIAL_NUMBER') | |
| Specifies the serial number of the atom as read from or written to the input file. More... | |
| OCCUPANCY = CDPL.Base.LookupKey('OCCUPANCY') | |
| Specifies the occupancy of the atom as read from or written to the input file. More... | |
| B_FACTOR = CDPL.Base.LookupKey('B_FACTOR') | |
| Specifies the isotropic temperature (B-) factor of the atom. More... | |
Provides keys for built-in biomolecular Chem.Atom properties.
|
static |
Specifies the residue-local name of the atom (e.g.
CA, CB).
Value Type: std::string
|
static |
Specifies the alternative residue-local name of the atom.
Value Type: std::string
|
static |
Specifies whether the atom is a leaving atom in the parent residue.
Value Type: bool
|
static |
Specifies whether the atom is a linking atom between residues.
Value Type: bool
|
static |
Specifies the residue code (three-letter code) of the residue the atom belongs to.
Value Type: std::string
|
static |
Specifies the sequence number of the residue the atom belongs to.
Value Type: long
|
static |
Specifies the insertion code of the residue the atom belongs to.
Value Type: char
|
static |
Specifies whether the atom is a hetero atom (HETATM record in PDB).
Value Type: bool
|
static |
Specifies the chain identifier of the chain the atom belongs to.
Value Type: std::string
|
static |
Specifies the alternate-location identifier of the atom.
Value Type: char
|
static |
Specifies the identifier of the entity the atom belongs to (e.g.
an mmCIF entity ID).
Value Type: std::string
|
static |
Specifies the model number of the model the atom belongs to.
Value Type: std::size_t
|
static |
Specifies the serial number of the atom as read from or written to the input file.
Value Type: long
|
static |
Specifies the occupancy of the atom as read from or written to the input file.
Value Type: double
|
static |
Specifies the isotropic temperature (B-) factor of the atom.
Value Type: double