Bioplib
Protein Structure C Library
|
Go to the source code of this file.
Functions | |
void | blWriteCrystPDB (FILE *fp, VEC3F UnitCell, VEC3F CellAngles, char *spacegroup, REAL OrigMatrix[3][4], REAL ScaleMatrix[3][4]) |
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 WriteCrystPDB.c.
void blWriteCrystPDB | ( | FILE * | fp, |
VEC3F | UnitCell, | ||
VEC3F | CellAngles, | ||
char * | spacegroup, | ||
REAL | OrigMatrix[3][4], | ||
REAL | ScaleMatrix[3][4] | ||
) |
[in] | *fp | Output file pointet |
[in] | UnitCell | The unit cell dimensions |
[in] | CellAngles | The unit cell angles |
[in] | *spacegroup | The crystal's space group |
[in] | OrigMatrix | The origin matrix |
[in] | ScaleMatrix | The scale matrix |
Write crystal parameters (unit cell, space group, origin and scale matrices) to a PDB file.
Definition at line 102 of file WriteCrystPDB.c.