GLYLIB  0.3.0b
BONDING

Functions

void set_molecule_atom_nodes_from_bonds (molecule *m)
int follow_molecule_atom_nodes_from_bonds (molecule *m, int iTree, atom *a)
void set_molecule_residue_molbonds (molecule *m)
void set_residue_atom_nodes_from_bonds (residue *r)
int follow_residue_atom_nodes_from_bonds (residue *r, int iTree, atom *a)
void set_molecule_residue_nodes_from_bonds (molecule *m)
int follow_molecule_residue_nodes_from_bonds (molecule *m, int iTree, residue *r)
void set_nbonds_for_atoms_in_assembly (assembly *A)

Detailed Description

Purpose: Functions associated with bonding. Begin 20110417 BLFoley

Return values for follow functions: 0 : Made it all the way to the end. All ok. -1 : Made it to an appropriate end in the middle. Don't continue. -2 : Something else happened, but probably is ok.


Function Documentation

Definition at line 18 of file bonding_utilities.c.

References residue::a, atom::mb, mywhine(), residue::na, atom::nmb, molecule::nr, residue::nrb, molindex::r, molecule::r, residue::rb, and molbond::t.

Referenced by load_amber_prmtop().

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 70 of file bonding_utilities.c.

References copy_moli_to_ensi(), follow_molecule_residue_nodes_from_bonds(), ensindex::i, residue_node::ID, is_consistent_ensi_ensi(), residue_node::isorigin, residue::mTi, mywhine(), molecule::nr, molecule::r, and molecule::rT.

Referenced by load_amber_prmtop().

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 233 of file bonding_utilities.c.

References residue::a, residue::aT, copy_moli_to_ensi(), follow_residue_atom_nodes_from_bonds(), ensindex::i, atom_node::ID, is_consistent_ensi_ensi(), atom_node::isorigin, mywhine(), residue::na, and atom::rTi.

Referenced by load_amber_prmtop().

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Files Functions Variables Typedefs Defines