#include <Isosurface.h>
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 |
Definition at line 29 of file Isosurface.h.
|
Definition at line 33 of file Isosurface.h. Referenced by IsoSurface::DoCellGeneral, IsoSurface::DoGridPosNorms, and IsoSurface::Polygonise. |
|
8 gradient values.
Definition at line 31 of file Isosurface.h. Referenced by IsoSurface::DoCellGeneral, IsoSurface::DoGridPosNorms, and IsoSurface::VertexInterp. |
|
8 vertices (corners of cube).
Definition at line 30 of file Isosurface.h. Referenced by IsoSurface::DoCellGeneral, IsoSurface::DoGridPosNorms, and IsoSurface::VertexInterp. |
|
8 density values.
Definition at line 32 of file Isosurface.h. Referenced by IsoSurface::DoCellGeneral, IsoSurface::DoGridPosNorms, and IsoSurface::VertexInterp. |