Bioplib
Protein Structure C Library
|
Go to the source code of this file.
Functions | |
void | blSetResnam (PDB *ResStart, PDB *NextRes, char *resnam, int resnum, char *insert, char *chain) |
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 SetResnam.c.
void blSetResnam | ( | PDB * | ResStart, |
PDB * | NextRes, | ||
char * | resnam, | ||
int | resnum, | ||
char * | insert, | ||
char * | chain | ||
) |
[in,out] | *ResStart | Pointer to start of residue (linked list) |
[in] | *NextRes | Pointer to start of next residue |
[in] | *resnam | Residue name to set |
[in] | resnum | Residue number to set |
[in] | *insert | Insert label to set |
[in] | *chain | Chain label to set |
Change the residue name, number, insert and chain for an amino acid.
Definition at line 101 of file SetResnam.c.