org.jmol.jvxl.calc
Class MarchingSquares.ContourVertex
java.lang.Object
org.jmol.jvxl.calc.MarchingSquares.ContourVertex
- Enclosing class:
- MarchingSquares
private static class MarchingSquares.ContourVertex
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vertexXYZ
javax.vecmath.Point3f vertexXYZ
voxelLocation
javax.vecmath.Point3i voxelLocation
pixelLocation
int[] pixelLocation
value
float value
vertexIndex
int vertexIndex
MarchingSquares.ContourVertex
MarchingSquares.ContourVertex(int x,
int y,
int z,
javax.vecmath.Point3f vertexXYZ,
int vPt)
setValue
void setValue(float value,
VolumeData volumeData)
setPixelLocation
void setPixelLocation(javax.vecmath.Point3i pt)