#include "largefiles.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include "molfile_plugin.h"
Go to the source code of this file.
Compounds | |
struct | binposhandle |
Functions | |
void * | open_binpos_read (const char *path, const char *filetype, int *natoms) |
int | read_next_timestep (void *v, int natoms, molfile_timestep_t *ts) |
void | close_file_read (void *v) |
void * | open_binpos_write (const char *path, const char *filetype, int natoms) |
int | write_timestep (void *v, const molfile_timestep_t *ts) |
void | close_file_write (void *v) |
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 | plugin |
|
Definition at line 151 of file binposplugin.c. References binposhandle::fd, and binposhandle::xyz. Referenced by VMDPLUGIN_init. |
|
Definition at line 210 of file binposplugin.c. References binposhandle::fd. Referenced by VMDPLUGIN_init. |
|
Definition at line 42 of file binposplugin.c. References binposhandle::fd, binposhandle::numatoms, binposhandle::wrongendian, and binposhandle::xyz. Referenced by VMDPLUGIN_init. |
|
Definition at line 159 of file binposplugin.c. References binposhandle::fd, and binposhandle::numatoms. Referenced by VMDPLUGIN_init. |
|
Definition at line 101 of file binposplugin.c. References molfile_timestep_t::coords, binposhandle::fd, MOLFILE_ERROR, binposhandle::numatoms, binposhandle::wrongendian, and binposhandle::xyz. Referenced by VMDPLUGIN_init. |
|
Definition at line 248 of file binposplugin.c. References VMDPLUGIN_API, and VMDPLUGIN_SUCCESS. |
|
|
Definition at line 243 of file binposplugin.c. References VMDPLUGIN_API, vmdplugin_register_cb, and VMDPLUGIN_SUCCESS. |
|
Definition at line 177 of file binposplugin.c. References molfile_timestep_t::coords, binposhandle::fd, MOLFILE_ERROR, and binposhandle::numatoms. Referenced by VMDPLUGIN_init. |
|
Definition at line 221 of file binposplugin.c. |