Bioplib
Protein Structure C Library
|
PDB linked list manipulation. More...
#include <math.h>
#include <stdlib.h>
#include "MathType.h"
#include "SysDefs.h"
#include "pdb.h"
#include "macros.h"
#include "general.h"
Go to the source code of this file.
Functions | |
PDB * | blFindRawAtomInRes (PDB *pdb, char *atnam_in) |
PDB linked list manipulation.
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 FindRawAtomInRes.c.
[in] | *pdb | The beginning of a residue in a PDB linked list |
[in] | *atnam_in | An atom name to search for (doesn't need to be space-padded) |
Searches the raw atom name (atnam_raw) field for the specified atom name
Definition at line 116 of file FindRawAtomInRes.c.