|
atomes 1.2.1
atomes: an atomic scale modeling tool box
|
Functions to read XYZ atomic coordinates. More...
#include "global.h"#include "glview.h"#include "callbacks.h"#include "interface.h"#include "project.h"#include "bind.h"#include "readers.h"
Include dependency graph for read_xyz.c:Go to the source code of this file.
Functions | |
| int | xyz_get_atom_coordinates () |
| get the atomic coordinates from the XYZ file | |
| int | open_xyz_file (int linec) |
| open XYZ file | |
Functions to read XYZ atomic coordinates.
Definition in file read_xyz.c.
| int open_xyz_file | ( | int | linec | ) |
open XYZ file
| linec | Number of lines in the file |
Definition at line 301 of file read_xyz.c.
| int xyz_get_atom_coordinates | ( | ) |
get the atomic coordinates from the XYZ file
Definition at line 54 of file read_xyz.c.