org.jmol.jvxl.calc
Class MarchingSquares.ContourVertex

java.lang.Object
  extended by javax.vecmath.Tuple3f
      extended by javax.vecmath.Point3f
          extended by org.jmol.jvxl.calc.MarchingSquares.ContourVertex
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
MarchingSquares

private static class MarchingSquares.ContourVertex
extends javax.vecmath.Point3f


Field Summary
(package private)  float value
           
 
Fields inherited from class javax.vecmath.Tuple3f
x, y, z
 
Constructor Summary
MarchingSquares.ContourVertex(javax.vecmath.Point3f vertexXYZ)
           
 
Method Summary
(package private)  void setValue(float value)
           
 
Methods inherited from class javax.vecmath.Point3f
distance, distanceL1, distanceLinf, distanceSquared, project
 
Methods inherited from class javax.vecmath.Tuple3f
absolute, absolute, add, add, clamp, clamp, clampMax, clampMax, clampMin, clampMin, clone, epsilonEquals, equals, equals, get, get, getX, getY, getZ, hashCode, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, scaleAdd, set, set, set, set, setX, setY, setZ, sub, sub, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

float value
Constructor Detail

MarchingSquares.ContourVertex

MarchingSquares.ContourVertex(javax.vecmath.Point3f vertexXYZ)
Method Detail

setValue

void setValue(float value)