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 | |
| int | has_color |
| flag indicating presence of voxel color data | |
| float | origin [3] |
| origin: origin of volume (x=0, y=0, z=0 corner | |
| float | xaxis [3] |
| direction (and length) for X axis | |
| int | xsize |
| number of grid cells along the X axis | |
| float | yaxis [3] |
| direction (and length) for Y axis | |
| int | ysize |
| number of grid cells along the Y axis | |
| float | zaxis [3] |
| direction (and length) for Z axis | |
| int | zsize |
| number of grid cells along the Z axis | |
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
| 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.13.2
|