Bioplib
Protein Structure C Library
|
Go to the source code of this file.
Functions | |
BOOL | blMovePDB (PDB *move, PDB **from, PDB **to) |
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 MovePDB.c.
[in] | *move | PDB record to be moved |
[in,out] | **from | Start of PDB linked list containing record |
[in,out] | **to | Start of output linked list |
Moves a PDB record from one linked list to another. from and to should point to the start of the 2 lists. If the to list hasn't been started, to should be NULL. Returns TRUE if moved, FALSE otherwise.