Bioplib
Protein Structure C Library
|
Go to the source code of this file.
Functions | |
int | blGetPDBCoor (PDB *pdb, COOR **coor) |
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 GetPDBCoor.c.
[in] | *pdb | PDB linked list |
[out] | **coor | Array of coordinate structure pointers |
Get the coordinates out of a PDB linked list into an array of type COOR The COOR array is allocated for you
Definition at line 104 of file GetPDBCoor.c.