Bioplib
Protein Structure C Library
 All Data Structures Files Functions Variables Typedefs Macros Pages
Macros | Functions
atomtype.c File Reference

Set atom types in a PDB file. More...

#include "general.h"
#include "pdb.h"

Go to the source code of this file.

Macros

#define MAXBUFF   240
 

Functions

STRINGLISTblSetPDBAtomTypes (PDB *pdb)
 

Detailed Description

Set atom types in a PDB file.

Version
V2.0
Date
22.07.15
Author
Dr. Andrew C. R. Martin
Institute of Structural & Molecular Biology, University College London, Gower Street, London. WC1E 6BT.
andre.nosp@m.w@bi.nosp@m.oinf..nosp@m.org..nosp@m.uk andre.nosp@m.w.ma.nosp@m.rtin@.nosp@m.ucl..nosp@m.ac.uk

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.

Description:

This code sets atomtypes for PDB atoms. See pdb.h/ATOMTYPE_xxxx for the types

Usage:

Revision History:

Definition in file atomtype.c.

Macro Definition Documentation

#define MAXBUFF   240

Definition at line 70 of file atomtype.c.

Function Documentation

STRINGLIST* blSetPDBAtomTypes ( PDB pdb)
Parameters
[in,out]*pdbPDB linked list
Returns
STRINGLIST of any warning messages NULL if all OK
  • 21.07.15 Original By: ACRM

Definition at line 95 of file atomtype.c.