Bioplib
Protein Structure C Library
|
Routines for handling zones in PDB linked lists. More...
Go to the source code of this file.
Functions | |
BOOL | blFindZonePDB (PDB *pdb, int start, char *startinsert, int stop, char *stopinsert, char *chain, int mode, PDB **pdb_start, PDB **pdb_stop) |
Routines for handling zones in PDB linked lists.
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 FindZonePDB.c.
BOOL blFindZonePDB | ( | PDB * | pdb, |
int | start, | ||
char * | startinsert, | ||
int | stop, | ||
char * | stopinsert, | ||
char * | chain, | ||
int | mode, | ||
PDB ** | pdb_start, | ||
PDB ** | pdb_stop | ||
) |
[in] | *pdb | PDB linked list |
[in] | start | Resnum of start of zone |
[in] | *startinsert | Insert code for start of zone |
[in] | stop | Resnum of end of zone |
[in] | *stopinsert | Insert code for end of zone |
[in] | *chain | Chain name |
[in] | mode | ZONE_MODE_RESNUM: Use PDB residue numbers/chain ZONE_MODE_SEQUENTIAL: Use sequential numbering |
[out] | **pdb_start | Start of zone |
[out] | **pdb_stop | End of zone |
Finds pointers to the start and end of a zone in a PDB linked list. The end is the atom after the specified zone
Definition at line 105 of file FindZonePDB.c.