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

GRIDCELL Struct Reference

set of 8 volume samples used for isosurface extraction. More...

#include <Isosurface.h>

List of all members.

Public Attributes

XYZ p [8]
 8 vertices (corners of cube). More...

XYZ g [8]
 8 gradient values. More...

float val [8]
 8 density values. More...

int cubeindex


Detailed Description

set of 8 volume samples used for isosurface extraction.

Definition at line 29 of file Isosurface.h.


Member Data Documentation

int GRIDCELL::cubeindex
 

Definition at line 33 of file Isosurface.h.

Referenced by IsoSurface::DoCellGeneral, IsoSurface::DoGridPosNorms, and IsoSurface::Polygonise.

XYZ GRIDCELL::g[8]
 

8 gradient values.

Definition at line 31 of file Isosurface.h.

Referenced by IsoSurface::DoCellGeneral, IsoSurface::DoGridPosNorms, and IsoSurface::VertexInterp.

XYZ GRIDCELL::p[8]
 

8 vertices (corners of cube).

Definition at line 30 of file Isosurface.h.

Referenced by IsoSurface::DoCellGeneral, IsoSurface::DoGridPosNorms, and IsoSurface::VertexInterp.

float GRIDCELL::val[8]
 

8 density values.

Definition at line 32 of file Isosurface.h.

Referenced by IsoSurface::DoCellGeneral, IsoSurface::DoGridPosNorms, and IsoSurface::VertexInterp.


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