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...
 
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...
 
float yaxis [3]
 direction (and length) for Y axis More...
 
float zaxis [3]
 direction (and length) for Z axis More...
 
int xsize
 number of grid cells along the X axis More...
 
int ysize
 number of grid cells along the Y axis More...
 
int zsize
 number of grid cells along the Z axis More...
 
int has_color
 flag indicating presence of voxel color data More...
 

Detailed Description

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

Member Data Documentation

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


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