Bioplib
Protein Structure C Library
|
Find an atom within a residue allowing wild cards. More...
Go to the source code of this file.
Functions | |
PDB * | blFindAtomWildcardInRes (PDB *pdb, char *pattern) |
Find an atom within a residue allowing wild cards.
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 FindAtomWildcardInRes.c.
[in] | *pdb | Pointer to start of a residue |
[in] | *pattern | Atom name pattern to find |
Finds an atom within the residue given as a PDB pointer. Allows single character wildcards. Thus ?G? maybe used for any atom at the gamma position.
Returns the first atom which matches
Definition at line 100 of file FindAtomWildcardInRes.c.