Bioplib
Protein Structure C Library
|
Find CofG of a PDB linked list. More...
Go to the source code of this file.
Functions | |
void | blGetCofGPDBRange (PDB *start, PDB *stop, VEC3F *cg) |
Find CofG of a PDB linked list.
This code is NOT IN THE PUBLIC DOMAIN, but it may be copied according to the conditions laid out in the accompanying file COPYING.DOC.
The code may be modified as required, but any modifications must be documented so that the person responsible can be identified.
The code may not be sold commercially or included as part of a commercial product except as described in the file COPYING.DOC.
Definition in file GetCofGPDBRange.c.
[in] | *start | Start of region of interest in PDB list |
[in] | *stop | Beginning of next residue |
[out] | *cg | Centre of geometry of specified region |
Find CofG of a range in a PDB linked list, ignoring NULL coordinates (specified as all coords==9999.000)
Definition at line 99 of file GetCofGPDBRange.c.