Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

molfile_volumetric_readwrite_t Struct Reference

#include <molfile_plugin.h>

List of all members.

Public Attributes

int setidx
float * scalar
float * gradient
float * variance
float * rgb3f
unsigned char * rgb3u


Detailed Description

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

Definition at line 314 of file molfile_plugin.h.


Member Data Documentation

float* molfile_volumetric_readwrite_t::gradient
 

gradient vector field

Definition at line 317 of file molfile_plugin.h.

float* molfile_volumetric_readwrite_t::rgb3f
 

RGB floating point color texture map

Definition at line 319 of file molfile_plugin.h.

unsigned char* molfile_volumetric_readwrite_t::rgb3u
 

RGB unsigned byte color texture map

Definition at line 320 of file molfile_plugin.h.

float* molfile_volumetric_readwrite_t::scalar
 

scalar density/potential field data

Definition at line 316 of file molfile_plugin.h.

int molfile_volumetric_readwrite_t::setidx
 

volumetric dataset index to load/save

Definition at line 315 of file molfile_plugin.h.

float* molfile_volumetric_readwrite_t::variance
 

variance map indicating signal/noise

Definition at line 318 of file molfile_plugin.h.


The documentation for this struct was generated from the following file:
Generated on Thu Mar 28 03:08:35 2024 for VMD Plugins (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002