GLYLIB  0.3.0b
deallocate_structures.c File Reference
#include "../inc/mylib.h"
#include "../inc/molecules.h"
Include dependency graph for deallocate_structures.c:

Go to the source code of this file.

Functions

void deallocateCoord3D (coord_3D *c)
void deallocateVectormag3D (vectormag_3D *v)
void deallocatePlane (plane *p)
void deallocateCoordND (coord_nD *c)
void deallocateNDIndex (nD_index *i)
void deallocateNDPtrs (nD_ptrs *p)
void deallocateCoordNDi (coord_nDi *c)
void deallocateBoxinfo (boxinfo *bi)
void deallocateChiralityDescription (chirality_description *cd)
void deallocateBondType (bond_type *btp)
void deallocateAngleType (angle_type *atp)
void deallocateTorsionType (torsion_type *ttp)
void deallocateAtype (atype *atp)
void deallocateRtype (rtype *rtp)
void deallocateMtype (mtype *mtp)
void deallocateTypes (types *tps)
void deallocateParameterSet (parameter_set *ps)
void deallocateMolindexSet (molindex_set *ms)
void deallocateResidueTreeIndex (residue_tree_index *rti)
void deallocateMoleculeTreeIndex (molecule_tree_index *mti)
void deallocateEnsembleTreeIndex (ensemble_tree_index *eti)
void deallocateMoietySelection (moiety_selection *ms)
void deallocateBond (bond *bnd)
void deallocateBondset (bondset *bst)
void deallocateMolbond (molbond *mb)
void deallocateMolbondset (molbondset *mbs)
void deallocateAngleIndex (angle_index *ai)
void deallocateTorsionIndex (torsion_index *ti)
void deallocateAtom (atom *a)
void deallocateResidue (residue *r)
void deallocateMolecule (molecule *m)
void deallocateDockinfo (dockinfo *di)
void deallocateAssembly (assembly *a)
void deallocateFullAssembly (assembly *a)
void deallocateEnsemble (ensemble *e)

Function Documentation

Definition at line 296 of file deallocate_structures.c.

References angle_index::typ.

Referenced by deallocateAssembly().

Here is the caller graph for this function:

Definition at line 95 of file deallocate_structures.c.

Referenced by deallocateParameterSet().

Here is the caller graph for this function:

void deallocateAtype ( atype atp)

Definition at line 124 of file deallocate_structures.c.

References atype::nR.

Referenced by deallocateParameterSet(), and deallocateTypes().

Here is the caller graph for this function:

void deallocateBoxinfo ( boxinfo bi)

Definition at line 62 of file deallocate_structures.c.

References deallocateCoordND(), boxinfo::nC, and boxinfo::nCD.

Referenced by deallocateAssembly(), deallocateEnsemble(), and deallocateMolecule().

Here is the call graph for this function:

Here is the caller graph for this function:

void deallocateCoord3D ( coord_3D c)

Definition at line 40 of file deallocate_structures.c.

void deallocateCoordND ( coord_nD c)

Definition at line 45 of file deallocate_structures.c.

Referenced by deallocateBoxinfo().

Here is the caller graph for this function:

Definition at line 57 of file deallocate_structures.c.

void deallocateDockinfo ( dockinfo di)

Definition at line 416 of file deallocate_structures.c.

References deallocateMolecule().

Here is the call graph for this function:

Definition at line 234 of file deallocate_structures.c.

References deallocateMoleculeTreeIndex(), and ensemble_tree_index::nm.

Here is the call graph for this function:

Definition at line 488 of file deallocate_structures.c.

References deallocateAssembly(), deallocateMolecule(), and assembly::nm.

Here is the call graph for this function:

Definition at line 288 of file deallocate_structures.c.

References deallocateMolbond(), and molbondset::n.

Referenced by deallocateAssembly(), deallocateMolecule(), and deallocateResidue().

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 227 of file deallocate_structures.c.

References deallocateResidueTreeIndex(), and molecule_tree_index::nr.

Referenced by deallocateEnsembleTreeIndex().

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 220 of file deallocate_structures.c.

void deallocateMtype ( mtype mtp)

Definition at line 168 of file deallocate_structures.c.

Referenced by deallocateParameterSet(), and deallocateTypes().

Here is the caller graph for this function:

void deallocateNDIndex ( nD_index i)

Definition at line 49 of file deallocate_structures.c.

void deallocateNDPtrs ( nD_ptrs p)

Definition at line 53 of file deallocate_structures.c.

void deallocatePlane ( plane p)

Definition at line 42 of file deallocate_structures.c.

Definition at line 224 of file deallocate_structures.c.

Referenced by deallocateMoleculeTreeIndex().

Here is the caller graph for this function:

void deallocateRtype ( rtype rtp)

Definition at line 162 of file deallocate_structures.c.

Referenced by deallocateParameterSet(), and deallocateTypes().

Here is the caller graph for this function:

Definition at line 302 of file deallocate_structures.c.

References torsion_index::typ.

Referenced by deallocateAssembly().

Here is the caller graph for this function:

Definition at line 107 of file deallocate_structures.c.

Referenced by deallocateParameterSet().

Here is the caller graph for this function:

void deallocateTypes ( types tps)

Definition at line 173 of file deallocate_structures.c.

References deallocateAtype(), deallocateMtype(), deallocateRtype(), types::na, types::nm, and types::nr.

Here is the call graph for this function:

Definition at line 41 of file deallocate_structures.c.

 All Classes Files Functions Variables Typedefs Defines