#include <stdlib.h>#include <stdio.h>#include <ctype.h>#include <math.h>#include <string.h>#include "molfile_plugin.h"Go to the source code of this file.
Compounds | |
| struct | graphics_list |
| struct | stl_t |
Typedefs | |
| typedef graphics_list | molfile_graphics_list |
Functions | |
| void * | open_file_read (const char *filepath, const char *filetype, int *natoms) |
| int | read_rawgraphics (void *v, int *nelem, const molfile_graphics_t **data) |
| void | close_file_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 239 of file stlplugin.C. References stl_t::fd, and stl_t::graphics. Referenced by VMDPLUGIN_register. |
|
||||||||||||||||
|
Definition at line 63 of file stlplugin.C. References stl_t::fd, and stl_t::graphics. Referenced by VMDPLUGIN_register. |
|
||||||||||||||||
|
Definition at line 80 of file stlplugin.C. References molfile_graphics_t::data, stl_t::fd, graphics_list::gItem, stl_t::graphics, MOLFILE_ERROR, MOLFILE_SUCCESS, MOLFILE_TRIANGLE, graphics_list::next, and molfile_graphics_t::type. Referenced by VMDPLUGIN_register. |
|
|
Definition at line 264 of file stlplugin.C. References VMDPLUGIN_API, and VMDPLUGIN_SUCCESS. |
|
|
Definition at line 263 of file stlplugin.C. References VMDPLUGIN_API, and VMDPLUGIN_SUCCESS. |
|
||||||||||||
|
Definition at line 265 of file stlplugin.C. References close_file_read, molfile_plugin_t::close_file_read, open_file_read, molfile_plugin_t::open_file_read, read_rawgraphics, molfile_plugin_t::read_rawgraphics, VMDPLUGIN_API, vmdplugin_register_cb, and VMDPLUGIN_SUCCESS. |
|
|
Initial value: {
vmdplugin_ABIVERSION,
MOLFILE_PLUGIN_TYPE,
"stl",
"STL Stereolithography Triangle Mesh",
"Eamon Caddigan",
0,
1,
VMDPLUGIN_THREADSAFE,
"stl"
}Definition at line 251 of file stlplugin.C. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002