GLYLIB  0.3.0b
INITIALIZATION

Functions

atypeATYPE_init ()
void initialize_atype (atype *at)
void initialize_rtype (rtype *rt)
void initialize_mtype (mtype *mt)
void initialize_types (types *t)
void initialize_molindex (molindex *mi)
void initialize_ensindex (ensindex *ei)
void initialize_bond (bond *b)
void initialize_bondset (bondset *bs)
void initialize_molbond (molbond *mb)
void initialize_molbondset (molbondset *mbs)
void initialize_atom (atom *a)
void initialize_residue (residue *r)
void initialize_molecule (molecule *m)
void initialize_dockinfo (dockinfo *di)
void initialize_assembly (assembly *A)
void initialize_ensemble (ensemble *E)

Function Documentation

Definition at line 22 of file ATYPE_init.c.

References atype::m, atype::n, atype::nb, and NUMAT.

void initialize_atype ( atype at)

Definition at line 37 of file initialize_GLYstruct.c.

References atype::bo, atype::m, atype::n, atype::nb, and atype::nlp.

void initialize_bond ( bond b)

Definition at line 88 of file initialize_GLYstruct.c.

References ensindex::a, INDEX_INIT, ensindex::m, bond::o, ensindex::r, bond::s, and bond::t.

void initialize_bondset ( bondset bs)

Definition at line 99 of file initialize_GLYstruct.c.

References bondset::b, and bondset::n.

void initialize_dockinfo ( dockinfo di)

Definition at line 219 of file initialize_GLYstruct.c.

Definition at line 112 of file initialize_GLYstruct.c.

References molbondset::b, and molbondset::n.

void initialize_molindex ( molindex mi)

Definition at line 70 of file initialize_GLYstruct.c.

References molindex::a, molindex::i, INDEX_INIT, molindex::m, and molindex::r.

Referenced by initialize_atom(), and initialize_residue().

Here is the caller graph for this function:

void initialize_mtype ( mtype mt)

Definition at line 54 of file initialize_GLYstruct.c.

References mtype::c, and mtype::nVP.

void initialize_rtype ( rtype rt)

Definition at line 46 of file initialize_GLYstruct.c.

References rtype::ac, rtype::c, rtype::nac, and rtype::nVP.

void initialize_types ( types t)

Definition at line 60 of file initialize_GLYstruct.c.

References types::a, types::m, types::na, types::nm, types::nr, and types::r.

 All Classes Files Functions Variables Typedefs Defines