#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_vaspoutcar_read (const char *filename, const char *filetype, int *natoms) |
int | read_vaspoutcar_structure (void *mydata, int *optflags, molfile_atom_t *atoms) |
int | read_vaspoutcar_timestep (void *mydata, int natoms, molfile_timestep_t *ts) |
void | close_vaspoutcar_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 254 of file vaspoutcarplugin.c. References vasp_plugindata_free. Referenced by VMDPLUGIN_init. |
|
Definition at line 38 of file vaspoutcarplugin.c. References vasp_plugindata_t::cell, vasp_plugindata_t::file, vasp_plugindata_t::filename, MOLFILE_NUMATOMS_UNKNOWN, vasp_plugindata_t::numatoms, vasp_buildrotmat, vasp_plugindata_free, and vasp_plugindata_malloc. Referenced by VMDPLUGIN_init. |
|
|
Definition at line 219 of file vaspoutcarplugin.c. References 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 287 of file vaspoutcarplugin.c. References VMDPLUGIN_SUCCESS. |
|
|
Definition at line 282 of file vaspoutcarplugin.c. References vmdplugin_register_cb, and VMDPLUGIN_SUCCESS. |
|
Definition at line 262 of file vaspoutcarplugin.c. |