Bioplib
Protein Structure C Library
|
Go to the source code of this file.
Functions | |
BOOL | blInPDBZone (PDB *p, char *chain, int resnum1, char *insert1, int resnum2, char *insert2) |
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 InPDBZone.c.
BOOL blInPDBZone | ( | PDB * | p, |
char * | chain, | ||
int | resnum1, | ||
char * | insert1, | ||
int | resnum2, | ||
char * | insert2 | ||
) |
[in] | *p | Pointer to a PDB record |
[in] | *chain | Chain name |
[in] | resnum1 | First residue |
[in] | *insert1 | First insert code |
[in] | resnum2 | Second residue |
[in] | *insert2 | Second insert code |
Checks that atom stored in PDB pointer p is within the specified residue range.
N.B. This assumes ASCII coding.
Definition at line 115 of file InPDBZone.c.