Public Attributes | List of all members
PLMD::molfile::molfile_volumetric_t Struct Reference

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...
 

Detailed Description

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


Member Data Documentation

◆ dataname

char PLMD::molfile::molfile_volumetric_t::dataname[256]

name of volumetric data set

◆ has_color

int PLMD::molfile::molfile_volumetric_t::has_color

flag indicating presence of voxel color data

◆ has_gradient

int PLMD::molfile::molfile_volumetric_t::has_gradient

flag indicating presence of vector volume

◆ has_scalar

int PLMD::molfile::molfile_volumetric_t::has_scalar

flag indicating presence of scalar volume

◆ has_variance

int PLMD::molfile::molfile_volumetric_t::has_variance

flag indicating presence of variance map

◆ origin

float PLMD::molfile::molfile_volumetric_t::origin[3]

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

◆ xaxis

float PLMD::molfile::molfile_volumetric_t::xaxis[3]

direction (and length) for X axis

◆ xsize

int PLMD::molfile::molfile_volumetric_t::xsize

number of grid cells along the X axis

◆ yaxis

float PLMD::molfile::molfile_volumetric_t::yaxis[3]

direction (and length) for Y axis

◆ ysize

int PLMD::molfile::molfile_volumetric_t::ysize

number of grid cells along the Y axis

◆ zaxis

float PLMD::molfile::molfile_volumetric_t::zaxis[3]

direction (and length) for Z axis

◆ zsize

int PLMD::molfile::molfile_volumetric_t::zsize

number of grid cells along the Z axis


The documentation for this struct was generated from the following file: