GLYLIB
0.3.0b
|
#include <molecules.h>
#include <gly_codeutils.h>
#include <gly_fileutils.h>
#include <structures.h>
Go to the source code of this file.
Functions | |
fileslurp | get_ensemble_PDB_ATOM_lines (ensemble *E, char isource, int savei, char raltname, int xs) |
fileslurp | get_assembly_PDB_ATOM_lines (assembly *A, char isource, int savei, char raltname, int xs) |
fileslurp | get_assembly_PDB_CONECT_lines (assembly *A, char isource, int savei) |
fileslurp | get_molecule_PDB_CONECT_lines (molecule *m, int savei) |
fileslurp | get_atom_PDB_CONECT_lines_assembly (assembly *A, atom *a, int savei) |
const char * | get_PDB_line_for_ATOM (atom *a, residue *r, int ai, int ri, int asave, char raltname, int xs) |
void | make_ATOM_HETATM (char *pdbline) |
fileslurp | get_residue_PDB_ATOM_lines (residue *r, int ri, int ainit, int rsave, int asave, char raltname, int xs) |
fileslurp | get_molecule_PDB_ATOM_lines (molecule *mol, int rinit, int ainit, int rsave, int asave, char oneres, char raltname, int xs) |
void | outputMolPDB (molecule *, char *) |
void | outputAsmblPDB (assembly *, char *) |
Variables | |
int | NUMAT |
int NUMAT |
file PDB.h
Contains header info relevant to reading and writing PDB files.
Definition at line 39 of file PDB.h.
Referenced by ATYPE_init().