Bioplib
Protein Structure C Library
|
Create a new PDB linked list with a copy of a residue. More...
Go to the source code of this file.
Functions | |
PDB * | blDupeResiduePDB (PDB *in) |
Create a new PDB linked list with a copy of a residue.
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 DupeResiduePDB.c.
[in] | *in | PDB linked list pointing to residue to duplicate |
Makes a duplicate PDB linked list of just the residue pointed to by `in'. Note that CONECT data will not be preserved since it would not be valid.
Definition at line 100 of file DupeResiduePDB.c.