Bioplib
Protein Structure C Library
|
Routines to add N-terminal hydrogens and C-terminal oxygens. More...
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "SysDefs.h"
#include "MathType.h"
#include "pdb.h"
#include "macros.h"
Go to the source code of this file.
Macros | |
#define | MAXBUFF 160 |
Functions | |
int | blCalcTetraHCoords (PDB *nter, COOR *coor) |
Routines to add N-terminal hydrogens and C-terminal oxygens.
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.
int CalcTetraHCoords(PDB *nter, COOR *coor)
Calculate the coordinates for 3 tetrahedral hydrogens given a pointer to the residue onto which they are to be added. Normally called from AddNTerHs()
Definition in file CalcTetraHCoords.c.
#define MAXBUFF 160 |
Definition at line 88 of file CalcTetraHCoords.c.
[in] | *nter | Pointer to the N-terminus |
[out] | *coor | Array of hydrogen coordinates |
Calculates coordinates for the extra hydrogens.
Definition at line 117 of file CalcTetraHCoords.c.