Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

molfile_volumetric_t Struct Reference

#include <molfile_plugin.h>

List of all members.

Public Attributes

char dataname [256]
float origin [3]
float xaxis [3]
float yaxis [3]
float zaxis [3]
int xsize
int ysize
int zsize
int has_scalar
int has_gradient
int has_variance
int has_color


Detailed Description

Metadata for volumetric datasets, read initially and used for subsequent memory allocations and file loading.

Definition at line 273 of file molfile_plugin.h.


Member Data Documentation

char molfile_volumetric_t::dataname[256]
 

name of volumetric data set

Definition at line 274 of file molfile_plugin.h.

Referenced by DEN_read_volumetric_metadata, open_avsfield_read, open_biomocca_read, open_brix_read, open_ccp4_read, open_cube_read, open_dsn6_read, open_dx_read, open_edm_read, open_fs4_read, open_grd_read, open_grid_read, open_map_read, open_pbeq_read, open_phi_read, open_plt_read, open_situs_read, open_spider_read, open_uhbd_read, open_vtk_read, open_xsf_read, POT_read_volumetric_metadata, read_dx_data, read_vaspchgcar_data, read_vaspchgcar_metadata, read_vaspparchg_data, read_vaspparchg_metadata, read_vtk_data, read_xsf_data, and write_dx_data.

int molfile_volumetric_t::has_color
 

flag indicating presence of voxel color data

Definition at line 305 of file molfile_plugin.h.

Referenced by DEN_read_volumetric_metadata, open_avsfield_read, open_biomocca_read, open_brix_read, open_ccp4_read, open_cube_read, open_dsn6_read, open_dx_read, open_edm_read, open_fs4_read, open_grd_read, open_grid_read, open_map_read, open_pbeq_read, open_phi_read, open_plt_read, open_situs_read, open_spider_read, open_uhbd_read, open_vtk_read, open_xsf_read, POT_read_volumetric_metadata, read_vaspchgcar_metadata, and read_vaspparchg_metadata.

int molfile_volumetric_t::has_gradient
 

flag indicating presence of vector volume

Definition at line 302 of file molfile_plugin.h.

Referenced by open_vtk_read.

int molfile_volumetric_t::has_scalar
 

flag indicating presence of scalar volume

Definition at line 301 of file molfile_plugin.h.

Referenced by open_vtk_read.

int molfile_volumetric_t::has_variance
 

flag indicating presence of variance map

Definition at line 303 of file molfile_plugin.h.

Referenced by open_vtk_read.

float molfile_volumetric_t::origin[3]
 

origin: origin of volume (x=0, y=0, z=0 corner

Definition at line 275 of file molfile_plugin.h.

Referenced by DEN_read_volumetric_metadata, open_avsfield_read, open_biomocca_read, open_brix_read, open_ccp4_read, open_cube_read, open_dsn6_read, open_dx_read, open_edm_read, open_fs4_read, open_grd_read, open_grid_read, open_map_read, open_pbeq_read, open_phi_read, open_plt_read, open_situs_read, open_spider_read, open_uhbd_read, open_vtk_read, open_xsf_read, POT_read_volumetric_metadata, read_vaspchgcar_metadata, read_vaspparchg_metadata, write_dx_data, write_edm_data, and write_situs_data.

float molfile_volumetric_t::xaxis[3]
 

direction (and length) for X axis

Definition at line 286 of file molfile_plugin.h.

Referenced by DEN_read_volumetric_metadata, open_avsfield_read, open_biomocca_read, open_brix_read, open_ccp4_read, open_cube_read, open_dsn6_read, open_dx_read, open_edm_read, open_fs4_read, open_grd_read, open_grid_read, open_map_read, open_pbeq_read, open_phi_read, open_plt_read, open_situs_read, open_spider_read, open_uhbd_read, open_vtk_read, open_xsf_read, POT_read_volumetric_metadata, read_vaspchgcar_metadata, read_vaspparchg_metadata, write_dx_data, write_edm_data, and write_situs_data.

int molfile_volumetric_t::xsize
 

number of grid cells along the X axis

Definition at line 296 of file molfile_plugin.h.

Referenced by DEN_read_volumetric_data, DEN_read_volumetric_metadata, open_avsfield_read, open_biomocca_read, open_brix_read, open_ccp4_read, open_cube_read, open_dsn6_read, open_dx_read, open_edm_read, open_fs4_read, open_grd_read, open_grid_read, open_map_read, open_pbeq_read, open_phi_read, open_plt_read, open_situs_read, open_spider_read, open_uhbd_read, open_vtk_read, open_xsf_read, POT_read_volumetric_data, POT_read_volumetric_metadata, read_avsfield_data, read_binary_dx_data, read_biomocca_data, read_brix_data, read_ccp4_data, read_cube_data, read_dsn6_data, read_dx_data, read_edm_data, read_fs4_data, read_grid_data, read_map_data, read_plt_data, read_situs_data, read_spider_data, read_uhbd_data, read_vaspchgcar_data, read_vaspchgcar_metadata, read_vaspparchg_data, read_vaspparchg_metadata, read_vtk_data, read_xsf_data, write_dx_data, write_edm_data, and write_situs_data.

float molfile_volumetric_t::yaxis[3]
 

direction (and length) for Y axis

Definition at line 287 of file molfile_plugin.h.

Referenced by DEN_read_volumetric_metadata, open_avsfield_read, open_biomocca_read, open_brix_read, open_ccp4_read, open_cube_read, open_dsn6_read, open_dx_read, open_edm_read, open_fs4_read, open_grd_read, open_grid_read, open_map_read, open_pbeq_read, open_phi_read, open_plt_read, open_situs_read, open_spider_read, open_uhbd_read, open_vtk_read, open_xsf_read, POT_read_volumetric_metadata, read_vaspchgcar_metadata, read_vaspparchg_metadata, write_dx_data, write_edm_data, and write_situs_data.

int molfile_volumetric_t::ysize
 

number of grid cells along the Y axis

Definition at line 297 of file molfile_plugin.h.

Referenced by DEN_read_volumetric_data, DEN_read_volumetric_metadata, open_avsfield_read, open_biomocca_read, open_brix_read, open_ccp4_read, open_cube_read, open_dsn6_read, open_dx_read, open_edm_read, open_fs4_read, open_grd_read, open_grid_read, open_map_read, open_pbeq_read, open_phi_read, open_plt_read, open_situs_read, open_spider_read, open_uhbd_read, open_vtk_read, open_xsf_read, POT_read_volumetric_data, POT_read_volumetric_metadata, read_avsfield_data, read_binary_dx_data, read_biomocca_data, read_brix_data, read_ccp4_data, read_cube_data, read_dsn6_data, read_dx_data, read_edm_data, read_fs4_data, read_grid_data, read_map_data, read_plt_data, read_situs_data, read_spider_data, read_uhbd_data, read_vaspchgcar_data, read_vaspchgcar_metadata, read_vaspparchg_data, read_vaspparchg_metadata, read_vtk_data, read_xsf_data, write_dx_data, write_edm_data, and write_situs_data.

float molfile_volumetric_t::zaxis[3]
 

direction (and length) for Z axis

Definition at line 288 of file molfile_plugin.h.

Referenced by DEN_read_volumetric_metadata, open_avsfield_read, open_biomocca_read, open_brix_read, open_ccp4_read, open_cube_read, open_dsn6_read, open_dx_read, open_edm_read, open_fs4_read, open_grd_read, open_grid_read, open_map_read, open_pbeq_read, open_phi_read, open_plt_read, open_situs_read, open_spider_read, open_uhbd_read, open_vtk_read, open_xsf_read, POT_read_volumetric_metadata, read_vaspchgcar_metadata, read_vaspparchg_metadata, write_dx_data, write_edm_data, and write_situs_data.

int molfile_volumetric_t::zsize
 

number of grid cells along the Z axis

Definition at line 298 of file molfile_plugin.h.

Referenced by DEN_read_volumetric_data, DEN_read_volumetric_metadata, open_avsfield_read, open_biomocca_read, open_brix_read, open_ccp4_read, open_cube_read, open_dsn6_read, open_dx_read, open_edm_read, open_fs4_read, open_grd_read, open_grid_read, open_map_read, open_pbeq_read, open_phi_read, open_plt_read, open_situs_read, open_spider_read, open_uhbd_read, open_vtk_read, open_xsf_read, POT_read_volumetric_data, POT_read_volumetric_metadata, read_avsfield_data, read_binary_dx_data, read_biomocca_data, read_brix_data, read_ccp4_data, read_cube_data, read_dsn6_data, read_dx_data, read_edm_data, read_fs4_data, read_grid_data, read_map_data, read_plt_data, read_situs_data, read_spider_data, read_uhbd_data, read_vaspchgcar_data, read_vaspchgcar_metadata, read_vaspparchg_data, read_vaspparchg_metadata, read_vtk_data, read_xsf_data, write_dx_data, write_edm_data, and write_situs_data.


The documentation for this struct was generated from the following file:
Generated on Thu Mar 28 03:08:35 2024 for VMD Plugins (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002