#include <stdlib.h>#include <stdio.h>#include <ctype.h>#include <math.h>#include <string.h>#include "endianswap.h"#include "molfile_plugin.h"Go to the source code of this file.
Compounds | |
| struct | spider_t |
Defines | |
| #define | LINESIZE 85 |
Functions | |
| void * | open_spider_read (const char *filepath, const char *filetype, int *natoms) |
| int | read_spider_metadata (void *v, int *nsets, molfile_volumetric_t **metadata) |
| int | read_spider_data (void *v, int set, float *datablock, float *colorblock) |
| void | close_spider_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 44 of file spiderplugin.C. |
|
|
Definition at line 289 of file spiderplugin.C. References spider_t::fd, and spider_t::vol. Referenced by VMDPLUGIN_register. |
|
||||||||||||||||
|
||||||||||||||||||||
|
Definition at line 267 of file spiderplugin.C. References spider_t::byteswap, spider_t::fd, MOLFILE_SUCCESS, swap4_aligned, spider_t::vol, molfile_volumetric_t::xsize, molfile_volumetric_t::ysize, and molfile_volumetric_t::zsize. Referenced by VMDPLUGIN_register. |
|
||||||||||||||||
|
Definition at line 258 of file spiderplugin.C. References MOLFILE_SUCCESS, spider_t::nsets, and spider_t::vol. Referenced by VMDPLUGIN_register. |
|
|
Definition at line 314 of file spiderplugin.C. References VMDPLUGIN_API, and VMDPLUGIN_SUCCESS. |
|
|
Definition at line 313 of file spiderplugin.C. References VMDPLUGIN_API, and VMDPLUGIN_SUCCESS. |
|
||||||||||||
|
|
Initial value: {
vmdplugin_ABIVERSION,
MOLFILE_PLUGIN_TYPE,
"spider",
"SPIDER Density Map",
"John Stone",
0,
4,
VMDPLUGIN_THREADSAFE,
"spider"
}Definition at line 301 of file spiderplugin.C. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002