#include "largefiles.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "molfile_plugin.h"
Go to the source code of this file.
Compounds | |
struct | dlpolydata |
Defines | |
#define | M_PI_2 1.57079632679489661922 |
Functions | |
void * | open_dlpoly_read (const char *filename, const char *filetype, int *natoms) |
void * | open_dlpoly_config_read (const char *filename, const char *filetype, int *natoms) |
int | read_dlpoly_structure (void *mydata, int *optflags, molfile_atom_t *atoms) |
int | read_dlpoly_config_structure (void *mydata, int *optflags, molfile_atom_t *atoms) |
int | read_dlpoly_timestep (void *mydata, int natoms, molfile_timestep_t *ts) |
int | read_dlpoly_config_timestep (void *mydata, int natoms, molfile_timestep_t *ts) |
void | close_dlpoly_read (void *mydata) |
VMDPLUGIN_API int | VMDPLUGIN_init () |
VMDPLUGIN_API int | VMDPLUGIN_register (void *v, vmdplugin_register_cb cb) |
VMDPLUGIN_API int | VMDPLUGIN_fini () |
Variables | |
molfile_plugin_t | dlpoly2plugin |
molfile_plugin_t | dlpoly3plugin |
molfile_plugin_t | dlpolypluginconfig |
|
Definition at line 34 of file dlpolyplugin.c. |
|
Definition at line 671 of file dlpolyplugin.c. References dlpolydata::file. Referenced by VMDPLUGIN_init. |
|
Definition at line 106 of file dlpolyplugin.c. References dlpolydata::cellwarnflag, dlpolydata::dlpolyversion, dlpolydata::file, and dlpolydata::numatoms. Referenced by VMDPLUGIN_init. |
|
Definition at line 45 of file dlpolyplugin.c. References dlpolydata::cellwarnflag, dlpolydata::dlpolyversion, dlpolydata::file, and dlpolydata::numatoms. Referenced by VMDPLUGIN_init. |
|
Definition at line 275 of file dlpolyplugin.c. References molfile_atom_t::chain, dlpolydata::file, MOLFILE_EOF, MOLFILE_ERROR, MOLFILE_NOOPTIONS, molfile_atom_t::name, dlpolydata::numatoms, molfile_atom_t::resid, molfile_atom_t::resname, molfile_atom_t::segid, and molfile_atom_t::type. Referenced by VMDPLUGIN_init. |
|
Definition at line 555 of file dlpolyplugin.c. References molfile_timestep_t::A, molfile_timestep_t::B, molfile_timestep_t::C, dlpolydata::cellwarnflag, molfile_timestep_t::coords, dlpolydata::file, MOLFILE_EOF, and MOLFILE_ERROR. Referenced by VMDPLUGIN_init. |
|
Definition at line 147 of file dlpolyplugin.c. References molfile_atom_t::chain, dlpolydata::dlpolyversion, dlpolydata::file, MOLFILE_EOF, MOLFILE_ERROR, MOLFILE_NOOPTIONS, molfile_atom_t::name, dlpolydata::numatoms, molfile_atom_t::resid, molfile_atom_t::resname, molfile_atom_t::segid, and molfile_atom_t::type. Referenced by VMDPLUGIN_init. |
|
Definition at line 370 of file dlpolyplugin.c. References molfile_timestep_t::A, molfile_timestep_t::B, molfile_timestep_t::C, dlpolydata::cellwarnflag, molfile_timestep_t::coords, dlpolydata::dlpolyversion, dlpolydata::file, MOLFILE_EOF, and MOLFILE_ERROR. Referenced by VMDPLUGIN_init. |
|
Definition at line 741 of file dlpolyplugin.c. References VMDPLUGIN_API, and VMDPLUGIN_SUCCESS. |
|
|
Definition at line 733 of file dlpolyplugin.c. References VMDPLUGIN_API, vmdplugin_register_cb, and VMDPLUGIN_SUCCESS. |
|
Definition at line 679 of file dlpolyplugin.c. |
|
Definition at line 680 of file dlpolyplugin.c. |
|
Definition at line 682 of file dlpolyplugin.c. |