GLYLIB  0.3.0b
load_pdb.h File Reference

Header file for loading pdb files into structures. More...

#include <molecules.h>
#include <structures.h>
#include <mylib.h>
Include dependency graph for load_pdb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define LA   (int)0

Functions

assemblyload_pdb (char *file_name)
int howManyMolecules ()
assemblygetAssembly ()
int findTotalResidue (int start)
int endOfMol (linedef *line)
int isAtom (linedef *line)
int getResInfo (residue *res, int start)
void init_struct ()
linetype get_type (char *)
void pdb_def ()
void rwm_line (int)
molecule load_pdb_from_slurp (fileslurp in)
fileslurp isolateInputPDB (fileslurp S)
fileslurp isolateDockedPDB (fileslurp S)
void init_struct_slurp (fileslurp S)
void rwm_line_char (char *curLine, int rwmln)
moleculegetMolecule (void)
void set_assembly_atom_molbonds_from_PDB_CONECT (assembly *asmbl, 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)

Variables

FILE * IN
linedef line [1]
int WARN
int SILENT
char froot [200]
char suf [6]
char sufc [20]
char ACT
int INWC
int DATE
int UNCUT
int UNx
int UNy
int UNz
int LASTRES
int LASTOKX
int LASTOKY
int LASTOKZ
float UNCTOL
float CRYX
float CRYY
float CRYZ
float LASTX
float LASTY
float LASTZ
int DEBUG

Detailed Description

Header file for loading pdb files into structures.

Begun at some point in the past by BLFoley and possibly modified at some point by Mike Tessier. See also the load_pdb functions.

Definition in file load_pdb.h.


Define Documentation

#define LA   (int)0

Definition at line 13 of file load_pdb.h.

 All Classes Files Functions Variables Typedefs Defines