Clustering de Proteine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Typedefs | Enumerations | Functions | Variables
pdbreader.h File Reference
#include "entrypdb.h"
Include dependency graph for pdbreader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pdbreader
 

Typedefs

typedef enum Line_type Line_type
 

Enumerations

enum  Line_type {
  HEADER, DBREF, SEQRES, ATOM,
  HETATM, MASTER, ENDMDL, OTHER,
  TER, MODEL, END
}
 

Functions

Line_type typedeLigne (const char *line)
 

Variables

const char atom_line_iformat_ [] = "ATOM %5d%*1c%4c%1c%3c%*c%1c%4d%1c%*1c%*1c%*1c%8f%8f%8f%6f%6f%*1c%*1c%*1c%*1c%*1c%*1c%4c%2c%2c"
 

Typedef Documentation

typedef enum Line_type Line_type

Enumeration Type Documentation

enum Line_type
Enumerator
HEADER 
DBREF 
SEQRES 
ATOM 
HETATM 
MASTER 
ENDMDL 
OTHER 
TER 
MODEL 
END 

Function Documentation

Line_type typedeLigne ( const char *  line)

Here is the caller graph for this function:

Variable Documentation

const char atom_line_iformat_[] = "ATOM %5d%*1c%4c%1c%3c%*c%1c%4d%1c%*1c%*1c%*1c%8f%8f%8f%6f%6f%*1c%*1c%*1c%*1c%*1c%*1c%4c%2c%2c"