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 | |
BOOL | blCopyPDBCoords (PDB *out, PDB *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 CopyPDBCoords.c.
[in] | *in | Input PDB linked list |
[out] | *out | Output PDB linked list |
Applies the coordinates of `in' to `out'. Assumes that the structures are equivalent with identical atom ordering. Makes a simple check on resnam and atnam at each position.
Definition at line 112 of file CopyPDBCoords.c.