OpenStructure
|
#include <compound.hh>
Public Types | |
enum | Dialect { PDB = 'P', CHARMM = 'C', OPLS = 'O', AMBER = 'A' } |
Public Member Functions | |
Compound (const String &id) | |
const String & | GetID () const |
Dialect | GetDialect () const |
String | GetDialectAsString () const |
void | SetDialect (Dialect dialect) |
void | SetOneLetterCode (char olc) |
char | GetOneLetterCode () const |
void | SetChemClass (mol::ChemClass chem_class) |
mol::ChemClass | GetChemClass () const |
void | SetChemType (mol::ChemType chem_type) |
mol::ChemType | GetChemType () const |
bool | IsPeptideLinking () const |
bool | IsNucleotideLinking () const |
void | AddAtom (const AtomSpec &atom) |
void | AddBond (const BondSpec &bond) |
const AtomSpecList & | GetAtomSpecs () const |
int | GetAtomSpecIndex (const String &name) const |
const String & | GetName () |
void | SetName (const String &name) |
void | SetFormula (const String &formula) |
const String & | GetFormula () |
const BondSpecList & | GetBondSpecs () const |
const Date & | GetModificationDate () const |
const Date & | GetCreationDate () const |
void | SetModificationDate (const Date &mod_date) |
void | SetCreationDate (const Date &creation_date) |
Knows about the atoms and bonds of a chemical compounds.
Definition at line 135 of file compound.hh.
enum Dialect |
Definition at line 137 of file compound.hh.
Definition at line 144 of file compound.hh.
|
inline |
Definition at line 222 of file compound.hh.
|
inline |
Definition at line 226 of file compound.hh.
int GetAtomSpecIndex | ( | const String & | name | ) | const |
|
inline |
Definition at line 230 of file compound.hh.
|
inline |
Definition at line 244 of file compound.hh.
|
inline |
Definition at line 198 of file compound.hh.
|
inline |
PDB ligand classification from component dictionary.
The PDB classifies all compounds into 7 categories. This classification is extracted from the PDB component dictionary (field: pdbx_type)
Definition at line 210 of file compound.hh.
|
inline |
Definition at line 251 of file compound.hh.
|
inline |
Definition at line 163 of file compound.hh.
|
inline |
Definition at line 165 of file compound.hh.
|
inline |
Definition at line 242 of file compound.hh.
|
inline |
three-letter code that is unique for every compound
Definition at line 160 of file compound.hh.
|
inline |
Definition at line 247 of file compound.hh.
|
inline |
Definition at line 236 of file compound.hh.
|
inline |
one letter code, if available.
For compounds without a defined one-letter code, the code is set to "?". One letter codes are ambigous. For instance, both glycine and guanosine have G as their one-letter code.
Definition at line 190 of file compound.hh.
|
inline |
Definition at line 218 of file compound.hh.
|
inline |
Definition at line 214 of file compound.hh.
|
inline |
Definition at line 194 of file compound.hh.
|
inline |
Definition at line 202 of file compound.hh.
|
inline |
Definition at line 261 of file compound.hh.
|
inline |
Definition at line 179 of file compound.hh.
|
inline |
Definition at line 240 of file compound.hh.
|
inline |
Definition at line 256 of file compound.hh.
|
inline |
Definition at line 238 of file compound.hh.
|
inline |
Definition at line 181 of file compound.hh.