#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <math.h>
#include <string.h>
#include "molfile_plugin.h"
#include "endianswap.h"
Go to the source code of this file.
Compounds | |
struct | grd_t |
Functions | |
void * | open_grd_read (const char *filepath, const char *filetype, int *natoms) |
int | read_grd_metadata (void *v, int *nsets, molfile_volumetric_t **metadata) |
int | read_grd_data (void *v, int set, float *datablock, float *colorblock) |
void | close_grd_read (void *v) |
VMDPLUGIN_API int | VMDPLUGIN_init (void) |
VMDPLUGIN_API int | VMDPLUGIN_fini (void) |
VMDPLUGIN_API int | VMDPLUGIN_register (void *v, vmdplugin_register_cb cb) |
Variables | |
molfile_plugin_t | plugin |
|
Definition at line 233 of file grdplugin.C. References grd_t::fd, and grd_t::vol. Referenced by VMDPLUGIN_register. |
|
|
Definition at line 211 of file grdplugin.C. References grd_t::fd, MOLFILE_ERROR, MOLFILE_SUCCESS, grd_t::ndata, grd_t::swap, and swap4_aligned. Referenced by VMDPLUGIN_register. |
|
Definition at line 202 of file grdplugin.C. References MOLFILE_SUCCESS, grd_t::nsets, and grd_t::vol. Referenced by VMDPLUGIN_register. |
|
Definition at line 258 of file grdplugin.C. References VMDPLUGIN_API, and VMDPLUGIN_SUCCESS. |
|
Definition at line 257 of file grdplugin.C. References VMDPLUGIN_API, and VMDPLUGIN_SUCCESS. |
|
|
Initial value: { vmdplugin_ABIVERSION, MOLFILE_PLUGIN_TYPE, "grd", "GRASP,Delphi Binary Potential Map", "Eamon Caddigan", 0, 5, VMDPLUGIN_THREADSAFE, "phi,grd" } Definition at line 245 of file grdplugin.C. |