#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
Go to the source code of this file.
◆ COMMIT_CPDB
      
        
          | #define COMMIT_CPDB   COMMITSHA1 | 
        
      
 
 
◆ atom
◆ chain
◆ pdb
◆ residue
◆ appendAtomtoResidue()
◆ appendChaintoPdb()
      
        
          | void appendChaintoPdb  | 
          ( | 
          pdb *  | 
          P,  | 
        
        
           | 
           | 
          chain  | 
          newChain  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ appendResiduetoChain()
◆ distanceAtom()
      
        
          | float distanceAtom  | 
          ( | 
          atom *  | 
          A,  | 
        
        
           | 
           | 
          atom *  | 
          B  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ freePDB()
◆ getAtom()
◆ initPDB()
◆ parsePDB()
      
        
          | int parsePDB  | 
          ( | 
          char *  | 
          pdbFilePath,  | 
        
        
           | 
           | 
          pdb *  | 
          P,  | 
        
        
           | 
           | 
          char *  | 
          options  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ printPDB()
◆ writeFilePDB()
      
        
          | int writeFilePDB  | 
          ( | 
          FILE *  | 
          F,  | 
        
        
           | 
           | 
          const pdb *  | 
          P  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ writePDB()
      
        
          | int writePDB  | 
          ( | 
          const char *  | 
          filename,  | 
        
        
           | 
           | 
          const pdb *  | 
          P  | 
        
        
           | 
          ) | 
           |  |