Metadata for volumetric datasets, read initially and used for subsequent memory allocations and file loading. More...
#include <molfile_plugin.h>
Public Attributes | |
char | dataname [256] |
name of volumetric data set More... | |
int | has_color |
flag indicating presence of voxel color data More... | |
int | has_gradient |
flag indicating presence of vector volume More... | |
int | has_scalar |
flag indicating presence of scalar volume More... | |
int | has_variance |
flag indicating presence of variance map More... | |
float | origin [3] |
origin: origin of volume (x=0, y=0, z=0 corner More... | |
float | xaxis [3] |
direction (and length) for X axis More... | |
int | xsize |
number of grid cells along the X axis More... | |
float | yaxis [3] |
direction (and length) for Y axis More... | |
int | ysize |
number of grid cells along the Y axis More... | |
float | zaxis [3] |
direction (and length) for Z axis More... | |
int | zsize |
number of grid cells along the Z axis More... | |
Metadata for volumetric datasets, read initially and used for subsequent memory allocations and file loading.
char PLMD::molfile::molfile_volumetric_t::dataname[256] |
name of volumetric data set
int PLMD::molfile::molfile_volumetric_t::has_color |
flag indicating presence of voxel color data
int PLMD::molfile::molfile_volumetric_t::has_gradient |
flag indicating presence of vector volume
int PLMD::molfile::molfile_volumetric_t::has_scalar |
flag indicating presence of scalar volume
int PLMD::molfile::molfile_volumetric_t::has_variance |
flag indicating presence of variance map
float PLMD::molfile::molfile_volumetric_t::origin[3] |
origin: origin of volume (x=0, y=0, z=0 corner
float PLMD::molfile::molfile_volumetric_t::xaxis[3] |
direction (and length) for X axis
int PLMD::molfile::molfile_volumetric_t::xsize |
number of grid cells along the X axis
float PLMD::molfile::molfile_volumetric_t::yaxis[3] |
direction (and length) for Y axis
int PLMD::molfile::molfile_volumetric_t::ysize |
number of grid cells along the Y axis
float PLMD::molfile::molfile_volumetric_t::zaxis[3] |
direction (and length) for Z axis
int PLMD::molfile::molfile_volumetric_t::zsize |
number of grid cells along the Z axis
Hosted by GitHub | 1.8.14 |