org.jmol.jvxl.calc
Class MarchingSquares.ContourVertex

java.lang.Object
  extended by org.jmol.jvxl.calc.MarchingSquares.ContourVertex
Enclosing class:
MarchingSquares

private static class MarchingSquares.ContourVertex
extends java.lang.Object


Field Summary
(package private)  int[] pixelLocation
           
(package private)  float value
           
(package private)  int vertexIndex
           
(package private)  javax.vecmath.Point3f vertexXYZ
           
(package private)  javax.vecmath.Point3i voxelLocation
           
 
Constructor Summary
MarchingSquares.ContourVertex(int x, int y, int z, javax.vecmath.Point3f vertexXYZ, int vPt)
           
 
Method Summary
(package private)  void setPixelLocation(javax.vecmath.Point3i pt)
           
(package private)  void setValue(float value, VolumeData volumeData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertexXYZ

javax.vecmath.Point3f vertexXYZ

voxelLocation

javax.vecmath.Point3i voxelLocation

pixelLocation

int[] pixelLocation

value

float value

vertexIndex

int vertexIndex
Constructor Detail

MarchingSquares.ContourVertex

MarchingSquares.ContourVertex(int x,
                              int y,
                              int z,
                              javax.vecmath.Point3f vertexXYZ,
                              int vPt)
Method Detail

setValue

void setValue(float value,
              VolumeData volumeData)

setPixelLocation

void setPixelLocation(javax.vecmath.Point3i pt)