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

Volumetric dataset read/write structure with both flag/parameter sets and VMD-allocated pointers for fields to be used by the plugin. More...

#include <molfile_plugin.h>

Public Attributes

float * gradient
 gradient vector field
More...
 
float * rgb3f
 RGB floating point color texture map
More...
 
unsigned char * rgb3u
 RGB unsigned byte color texture map
More...
 
float * scalar
 scalar density/potential field data
More...
 
int setidx
 volumetric dataset index to load/save More...
 
float * variance
 variance map indicating signal/noise
More...
 

Detailed Description

Volumetric dataset read/write structure with both flag/parameter sets and VMD-allocated pointers for fields to be used by the plugin.

Member Data Documentation

◆ gradient

float* PLMD::molfile::molfile_volumetric_readwrite_t::gradient

gradient vector field

◆ rgb3f

float* PLMD::molfile::molfile_volumetric_readwrite_t::rgb3f

RGB floating point color texture map

◆ rgb3u

unsigned char* PLMD::molfile::molfile_volumetric_readwrite_t::rgb3u

RGB unsigned byte color texture map

◆ scalar

float* PLMD::molfile::molfile_volumetric_readwrite_t::scalar

scalar density/potential field data

◆ setidx

int PLMD::molfile::molfile_volumetric_readwrite_t::setidx

volumetric dataset index to load/save

◆ variance

float* PLMD::molfile::molfile_volumetric_readwrite_t::variance

variance map indicating signal/noise


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