#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "molfile_plugin.h"
Go to the source code of this file.
Compounds | |
struct | handle_t |
Functions | |
void * | open_file_read (const char *filepath, const char *filetype, int *natoms) |
void | next_elem (int &n, int &max, molfile_graphics_t *&graphics) |
int | get_line (int &line, char *buf, int len, FILE *f) |
int | read_rawgraphics (void *v, int *nelem, const molfile_graphics_t **gdata) |
void | close_file_read (void *v) |
VMDPLUGIN_API int | VMDPLUGIN_init (void) |
VMDPLUGIN_API int | VMDPLUGIN_register (void *v, vmdplugin_register_cb cb) |
VMDPLUGIN_API int | VMDPLUGIN_fini (void) |
Variables | |
molfile_plugin_t | plugin |
|
Definition at line 489 of file raster3dplugin.C. References handle_t::fd, and handle_t::graphics. Referenced by VMDPLUGIN_init. |
|
Definition at line 55 of file raster3dplugin.C. Referenced by read_rawgraphics. |
|
Definition at line 46 of file raster3dplugin.C. Referenced by read_rawgraphics. |
|
Definition at line 31 of file raster3dplugin.C. References handle_t::fd, and handle_t::graphics. Referenced by VMDPLUGIN_init. |
|
Definition at line 107 of file raster3dplugin.C. References molfile_graphics_t::data, handle_t::fd, get_line, handle_t::graphics, MOLFILE_COLOR, MOLFILE_CYLINDER, MOLFILE_ERROR, MOLFILE_NORMS, MOLFILE_SPHERE, MOLFILE_TRIANGLE, MOLFILE_TRICOLOR, MOLFILE_TRINORM, next_elem, molfile_graphics_t::size, molfile_graphics_t::style, and molfile_graphics_t::type. Referenced by VMDPLUGIN_init. |
|
Definition at line 526 of file raster3dplugin.C. References VMDPLUGIN_API, and VMDPLUGIN_SUCCESS. |
|
|
Definition at line 521 of file raster3dplugin.C. References VMDPLUGIN_API, vmdplugin_register_cb, and VMDPLUGIN_SUCCESS. |
|
Definition at line 502 of file raster3dplugin.C. |