Bioplib
Protein Structure C Library
|
Go to the source code of this file.
Functions | |
BOOL | blKillSidechain (PDB *ResStart, PDB *NextRes, BOOL doCB) |
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 KillSidechain.c.
[in] | *ResStart | Start of a residue in linked list |
[in] | *NextRes | Start of next residue |
[in] | doCB | Flag to kill CB as part of s/c |
Kills sidechains by calls to KillPDB() for residues between ResStart and NextRes. If doCB is set, will kill the CB.
N.B. At least 1 backbone atom must occur in the linked list before the sidechain.
Definition at line 111 of file KillSidechain.c.