#include "vmdplugin.h"
Go to the source code of this file.
Compounds | |
struct | molfile_atom_t |
struct | molfile_graphics_t |
struct | molfile_metadata_t |
struct | molfile_plugin_t |
struct | molfile_timestep_t |
struct | molfile_volumetric_t |
Defines | |
#define | MOLFILE_PLUGIN_TYPE "mol file reader" |
#define | MOLFILE_CONVERTER_PLUGIN_TYPE "mol file converter" |
#define | MOLFILE_SUCCESS 0 /**< succeeded in reading file */ |
#define | MOLFILE_EOF -1 /**< end of file */ |
#define | MOLFILE_ERROR -1 /**< error reading/opening a file */ |
#define | MOLFILE_NOSTRUCTUREDATA -2 /**< no structure data in this file */ |
#define | MOLFILE_NUMATOMS_UNKNOWN -1 /**< unknown number of atoms */ |
#define | MOLFILE_NUMATOMS_NONE 0 /**< no atoms in this file type */ |
Enumerations | |
enum | molfile_graphics_type { MOLFILE_POINT, MOLFILE_TRIANGLE, MOLFILE_TRINORM, MOLFILE_NORMS, MOLFILE_LINE, MOLFILE_CYLINDER, MOLFILE_CAPCYL, MOLFILE_CONE, MOLFILE_SPHERE, MOLFILE_TEXT, MOLFILE_COLOR, MOLFILE_TRICOLOR } |
Definition in file molfile_plugin.h.
|
Plugin optional data field availability flag Definition at line 106 of file molfile_plugin.h. Referenced by read_pdb_structure, and write_structure. |
|
Plugin optional data field availability flag Definition at line 107 of file molfile_plugin.h. Referenced by open_bgf_read, read_cube_structure, read_pdb_structure, read_xsf_structure, read_xyz_structure, and write_structure. |
|
Plugin optional data field availability flag Definition at line 102 of file molfile_plugin.h. Referenced by open_bgf_read, read_pdb_structure, and write_structure. |
|
Plugin optional data field availability flag Definition at line 108 of file molfile_plugin.h. Referenced by read_pdb_structure. |
|
Plugin optional data field availability flag Definition at line 104 of file molfile_plugin.h. Referenced by open_bgf_read, open_mol2_read, read_car_structure, read_mdf_structure, read_parm7_structure, read_parm_structure, read_pqr_structure, read_psf, and write_pqr_structure. |
|
File converter plugins use the same API but register under a different type so that regular file readers can have priority. Definition at line 37 of file molfile_plugin.h. Referenced by VMDPLUGIN_init. |
|
Definition at line 41 of file molfile_plugin.h. Referenced by read_bgf_timestep, read_car_timestep, read_cube_timestep, read_dlpoly_structure, read_dlpoly_timestep, read_js_timestep, read_mol2_timestep, and read_next_timestep. |
|
|
Plugin optional data field availability flag Definition at line 100 of file molfile_plugin.h. Referenced by open_bgf_read, read_pdb_structure, and write_structure. |
|
Plugin optional data field availability flag Definition at line 103 of file molfile_plugin.h. Referenced by read_cube_structure, read_parm7_structure, read_parm_structure, read_pdb_structure, read_psf, read_xsf_structure, and read_xyz_structure. |
|
Plugin optional data field availability flag Definition at line 99 of file molfile_plugin.h. Referenced by open_mol2_read, read_cor_structure, read_cpmd_structure, read_g96_structure, read_gamess_structure, read_gro_structure, read_lammps_structure, read_mmtk_cdf_structure, and read_molden_structure. |
|
Definition at line 43 of file molfile_plugin.h. Referenced by read_cdf_structure. |
|
Definition at line 46 of file molfile_plugin.h. Referenced by open_avsfield_read, open_brix_read, open_ccp4_read, open_cor_file, open_dsn6_read, open_dx_read, open_edm_read, open_fs4_read, open_grd_read, open_grid_read, open_map_read, open_phi_read, open_plt_read, open_psf_read, open_situs_read, open_spider_read, and open_uhbd_read. |
|
Definition at line 45 of file molfile_plugin.h. Referenced by open_crd_read. |
|
Plugin optional data field availability flag Definition at line 101 of file molfile_plugin.h. Referenced by open_bgf_read, read_mdf_structure, read_pdb_structure, and write_structure. |
|
Define a common plugin type to be used when registering the plugin. Definition at line 31 of file molfile_plugin.h. Referenced by register_cb. |
|
Plugin optional data field availability flag Definition at line 105 of file molfile_plugin.h. Referenced by read_cube_structure, read_pdb_structure, read_pqr_structure, read_xsf_structure, read_xyz_structure, and write_pqr_structure. |
|
|
Enumeration of all of the supported graphics objects that can be read from graphics file reader plugins.
Definition at line 171 of file molfile_plugin.h. |