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... | |
Volumetric dataset read/write structure with both flag/parameter sets and VMD-allocated pointers for fields to be used by the plugin.
| float* PLMD::molfile::molfile_volumetric_readwrite_t::gradient |
gradient vector field
| float* PLMD::molfile::molfile_volumetric_readwrite_t::rgb3f |
RGB floating point color texture map.
| unsigned char* PLMD::molfile::molfile_volumetric_readwrite_t::rgb3u |
RGB unsigned byte color texture map.
| float* PLMD::molfile::molfile_volumetric_readwrite_t::scalar |
scalar density/potential field data
| int PLMD::molfile::molfile_volumetric_readwrite_t::setidx |
volumetric dataset index to load/save
| float* PLMD::molfile::molfile_volumetric_readwrite_t::variance |
variance map indicating signal/noise
Hosted by GitHub
|
1.8.14
|