atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Functions to read PDB files. More...
#include "global.h"
#include "glview.h"
#include "callbacks.h"
#include "interface.h"
#include "project.h"
#include "bind.h"
#include "readers.h"
#include <ctype.h>
Go to the source code of this file.
Functions | |
double | get_z_from_pdb_name (char *name) |
get Z from the PDB atom string | |
int | pdb_get_atoms_data (int linec) |
get the atomic data from the PDB file | |
int | open_pdb_file (int linec) |
open PDB file | |
Functions to read PDB files.
Definition in file read_pdb.c.
double get_z_from_pdb_name | ( | char * | name | ) |
get Z from the PDB atom string
name | the string from the PDB file |
Definition at line 59 of file read_pdb.c.
int open_pdb_file | ( | int | linec | ) |
open PDB file
linec | Number of lines in the file |
Definition at line 217 of file read_pdb.c.
int pdb_get_atoms_data | ( | int | linec | ) |
get the atomic data from the PDB file
linec | Total number of lines |
Definition at line 72 of file read_pdb.c.