#include <haresdb.h>
Inheritance diagram for HaResDB:

Public Member Functions | |
| int | Init () |
| bool | IsInitiated () |
| HaMolecule * | GetMolTemplForRes (const char *res_templ_name) |
| Get a pointer for a molecule with the residue template. | |
| HaResidue * | GetTemplateForResidue (const char *res_full_name) |
| Get a template residue by full name. | |
| HaAtom * | GetTemplateForAtom (HaAtom *aptr) |
| Get A template for an atom. | |
| HaMolecule * | GetTemplResAtomMaps (HaResidue *pres, map< MatPoint *, MatPoint *, less< MatPoint * > > &res_to_templ_map, map< MatPoint *, MatPoint *, less< MatPoint * > > &templ_to_res_map) |
| Get Template Molecule with a template of the residue and maps between Atom pointers of the residue and its template. | |
Public Attributes | |
| bool | init_flag |
| list< HaString > | res_db_files |
Static Public Attributes | |
| HaString | res_db_dir = "" |
Protected Member Functions | |
| void | SetStdParams () |
1.3.6