#include <stdlib.h>#include <stdio.h>#include <ctype.h>#include <math.h>#include <string.h>#include "molfile_plugin.h"#include "largefiles.h"#include "vmdconio.h"Go to the source code of this file.
Compounds | |
| struct | vtk_t |
Defines | |
| #define | THISPLUGIN plugin |
| #define | LINESIZE 2040 |
Functions | |
| char * | vtkgets (char *s, int n, FILE *stream) |
| int | vtkgetstrcmp (char *s, int n, FILE *stream, const char *cmpstr) |
| void * | open_vtk_read (const char *filepath, const char *filetype, int *natoms) |
| int | read_vtk_metadata (void *v, int *nsets, molfile_volumetric_t **metadata) |
| int | read_vtk_data (void *v, int set, float *datablock, float *colorblock) |
| void | close_vtk_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 | vtkplugin |
|
|
Definition at line 69 of file vtkplugin.C. Referenced by open_vtk_read. |
|
|
Definition at line 66 of file vtkplugin.C. |
|
|
Definition at line 402 of file vtkplugin.C. References vtk_t::fd, and vtk_t::vol. Referenced by VMDPLUGIN_init. |
|
||||||||||||||||
|
||||||||||||||||||||
|
Definition at line 267 of file vtkplugin.C. References molfile_volumetric_t::dataname, vtk_t::fd, vtk_t::isBinary, MOLFILE_ERROR, vtk_t::vol, molfile_volumetric_t::xsize, molfile_volumetric_t::ysize, and molfile_volumetric_t::zsize. Referenced by VMDPLUGIN_init. |
|
||||||||||||||||
|
Definition at line 257 of file vtkplugin.C. References vtk_t::nsets, and vtk_t::vol. Referenced by VMDPLUGIN_init. |
|
|
Definition at line 443 of file vtkplugin.C. References VMDPLUGIN_API, and VMDPLUGIN_SUCCESS. |
|
|
||||||||||||
|
Definition at line 438 of file vtkplugin.C. References VMDPLUGIN_API, vmdplugin_register_cb, and VMDPLUGIN_SUCCESS. |
|
||||||||||||||||
|
Definition at line 81 of file vtkplugin.C. Referenced by open_vtk_read, and vtkgetstrcmp. |
|
||||||||||||||||||||
|
Definition at line 101 of file vtkplugin.C. References vtkgets. Referenced by open_vtk_read. |
|
|
Definition at line 415 of file vtkplugin.C. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002