GLYLIB
0.3.0b
|
#include "../inc/mylib.h"
#include "../inc/molecules.h"
Go to the source code of this file.
void deallocateAngleIndex | ( | angle_index * | ai | ) |
Definition at line 296 of file deallocate_structures.c.
References angle_index::typ.
Referenced by deallocateAssembly().
void deallocateAngleType | ( | angle_type * | atp | ) |
Definition at line 95 of file deallocate_structures.c.
Referenced by deallocateParameterSet().
void deallocateAssembly | ( | assembly * | a | ) |
Definition at line 440 of file deallocate_structures.c.
References deallocateAngleIndex(), deallocateBoxinfo(), deallocateMolbond(), deallocateMolbondset(), deallocateParameterSet(), deallocateTorsionIndex(), assembly::nANG, assembly::nb, assembly::nBOX, assembly::nmbs, assembly::nOD, assembly::nPRM, and assembly::nTOR.
Referenced by deallocateEnsemble(), and deallocateFullAssembly().
void deallocateAtype | ( | atype * | atp | ) |
Definition at line 124 of file deallocate_structures.c.
References atype::nR.
Referenced by deallocateParameterSet(), and deallocateTypes().
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().
void deallocateChiralityDescription | ( | chirality_description * | cd | ) |
Definition at line 75 of file deallocate_structures.c.
References chirality_description::niso.
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().
void deallocateCoordNDi | ( | coord_nDi * | c | ) |
Definition at line 57 of file deallocate_structures.c.
void deallocateDockinfo | ( | dockinfo * | di | ) |
Definition at line 416 of file deallocate_structures.c.
References deallocateMolecule().
void deallocateEnsemble | ( | ensemble * | e | ) |
Definition at line 495 of file deallocate_structures.c.
References deallocateAssembly(), deallocateBoxinfo(), deallocateMolecule(), deallocateParameterSet(), ensemble::nA, ensemble::nBOX, ensemble::nm, ensemble::nOD, and ensemble::nPRM.
void deallocateEnsembleTreeIndex | ( | ensemble_tree_index * | eti | ) |
Definition at line 234 of file deallocate_structures.c.
References deallocateMoleculeTreeIndex(), and ensemble_tree_index::nm.
void deallocateFullAssembly | ( | assembly * | a | ) |
Definition at line 488 of file deallocate_structures.c.
References deallocateAssembly(), deallocateMolecule(), and assembly::nm.
void deallocateMoietySelection | ( | moiety_selection * | ms | ) |
Definition at line 241 of file deallocate_structures.c.
References moiety_selection::naN, moiety_selection::nmN, and moiety_selection::nrN.
void deallocateMolbondset | ( | molbondset * | mbs | ) |
Definition at line 288 of file deallocate_structures.c.
References deallocateMolbond(), and molbondset::n.
Referenced by deallocateAssembly(), deallocateMolecule(), and deallocateResidue().
void deallocateMoleculeTreeIndex | ( | molecule_tree_index * | mti | ) |
Definition at line 227 of file deallocate_structures.c.
References deallocateResidueTreeIndex(), and molecule_tree_index::nr.
Referenced by deallocateEnsembleTreeIndex().
void deallocateMolindexSet | ( | molindex_set * | ms | ) |
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().
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 deallocateParameterSet | ( | parameter_set * | ps | ) |
Definition at line 190 of file deallocate_structures.c.
References deallocateAngleType(), deallocateAtype(), deallocateBondType(), deallocateMtype(), deallocateRtype(), deallocateTorsionType(), parameter_set::nANT, parameter_set::nAT, parameter_set::nBT, parameter_set::nHBT, parameter_set::nMT, parameter_set::nNBT, parameter_set::nRT, and parameter_set::nTRT.
Referenced by deallocateAssembly(), and deallocateEnsemble().
void deallocatePlane | ( | plane * | p | ) |
Definition at line 42 of file deallocate_structures.c.
void deallocateResidueTreeIndex | ( | residue_tree_index * | rti | ) |
Definition at line 224 of file deallocate_structures.c.
Referenced by deallocateMoleculeTreeIndex().
void deallocateRtype | ( | rtype * | rtp | ) |
Definition at line 162 of file deallocate_structures.c.
Referenced by deallocateParameterSet(), and deallocateTypes().
void deallocateTorsionIndex | ( | torsion_index * | ti | ) |
Definition at line 302 of file deallocate_structures.c.
References torsion_index::typ.
Referenced by deallocateAssembly().
void deallocateTorsionType | ( | torsion_type * | ttp | ) |
Definition at line 107 of file deallocate_structures.c.
Referenced by deallocateParameterSet().
void deallocateTypes | ( | types * | tps | ) |
Definition at line 173 of file deallocate_structures.c.
References deallocateAtype(), deallocateMtype(), deallocateRtype(), types::na, types::nm, and types::nr.
void deallocateVectormag3D | ( | vectormag_3D * | v | ) |
Definition at line 41 of file deallocate_structures.c.