GLYLIB
0.3.0b
|
#include <load_pdb.h>
Go to the source code of this file.
Functions | |
assembly * | load_pdb (char *file_name) |
molecule | load_pdb_from_slurp (fileslurp in) |
void | set_assembly_atom_molbonds_from_PDB_CONECT (assembly *A, linedef *ln, const char *file_name, int nlines) |
void | set_assembly_residue_molbonds_from_PDB_LINK (assembly *asmbl, linedef *ln, const char *file_name, int nlines) |
fileslurp | isolateInputPDB (fileslurp S) |
fileslurp | isolateDockedPDB (fileslurp S) |
int | howManyMolecules () |
assembly * | getAssembly () |
int | findTotalResidue (int start) |
int | endOfMol (linedef *line) |
int | isAtom (linedef *line) |
int | getResInfo (residue *res, int start) |
molecule * | getMolecule (void) |