#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "molfile_plugin.h"
#include "vaspplugin.h"
#include "periodic_table.h"
Go to the source code of this file.
Functions | |
void * | open_vaspxml_read (const char *filename, const char *filetype, int *natoms) |
int | read_vaspxml_structure (void *mydata, int *optflags, molfile_atom_t *atoms) |
int | read_vaspxml_timestep (void *mydata, int natoms, molfile_timestep_t *ts) |
void | close_vaspxml_read (void *mydata) |
int | VMDPLUGIN_init () |
int | VMDPLUGIN_register (void *v, vmdplugin_register_cb cb) |
int | VMDPLUGIN_fini () |
Variables | |
molfile_plugin_t | plugin |
|
Definition at line 223 of file vaspxmlplugin.c. References vasp_plugindata_free. Referenced by VMDPLUGIN_init. |
|
Definition at line 45 of file vaspxmlplugin.c. References vasp_plugindata_t::cell, vasp_plugindata_t::file, vasp_plugindata_t::filename, MOLFILE_NUMATOMS_UNKNOWN, vasp_plugindata_t::numatoms, vasp_plugindata_t::titleline, vasp_buildrotmat, vasp_plugindata_free, and vasp_plugindata_malloc. Referenced by VMDPLUGIN_init. |
|
|
Definition at line 187 of file vaspxmlplugin.c. References vasp_plugindata_t::cell, molfile_timestep_t::coords, vasp_plugindata_t::file, MOLFILE_EOF, vasp_plugindata_t::numatoms, vasp_plugindata_t::rotmat, and vasp_timestep_unitcell. Referenced by VMDPLUGIN_init. |
|
Definition at line 256 of file vaspxmlplugin.c. References VMDPLUGIN_SUCCESS. |
|
|
Definition at line 251 of file vaspxmlplugin.c. References vmdplugin_register_cb, and VMDPLUGIN_SUCCESS. |
|
Definition at line 231 of file vaspxmlplugin.c. |