atomes 1.1.15
atomes: an atomic scale modeling tool box
|
Functions to read Chem3d atomic coordinates. More...
#include "global.h"
#include "glview.h"
#include "callbacks.h"
#include "interface.h"
#include "project.h"
#include "bind.h"
#include "readers.h"
Go to the source code of this file.
Functions | |
void | check_for_species (double v, int ato) |
Fill the species for each atom and the associated data. | |
int | c3d_get_atom_coordinates () |
get the atomic coordinates from the C3D file | |
int | open_c3d_file (int linec) |
open C3D file | |
Functions to read Chem3d atomic coordinates.
Definition in file read_c3d.c.
int c3d_get_atom_coordinates | ( | ) |
get the atomic coordinates from the C3D file
Definition at line 56 of file read_c3d.c.
|
extern |
Fill the species for each atom and the associated data.
v | Z |
ato | the atom id |
Definition at line 196 of file read_coord.c.
int open_c3d_file | ( | int | linec | ) |
open C3D file
linec | Number of lines in the file |
Definition at line 322 of file read_c3d.c.