org.jcae.viewer3d.fd.sd
Class WireZ

java.lang.Object
  extended by org.jcae.viewer3d.fd.sd.Wire
      extended by org.jcae.viewer3d.fd.sd.WireZ

public class WireZ
extends Wire


Field Summary
 
Fields inherited from class org.jcae.viewer3d.fd.sd.Wire
max, min, position1, position2
 
Constructor Summary
WireZ()
           
 
Method Summary
 float[] getCoordinates(float[][] grid)
           
 float[] getCoordinates(float[][] grid, int i)
           
 int[] getXYZGridIndices(int i)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WireZ

public WireZ()
Method Detail

getCoordinates

public float[] getCoordinates(float[][] grid)
Specified by:
getCoordinates in class Wire

toString

public java.lang.String toString()
Specified by:
toString in class Wire

getCoordinates

public float[] getCoordinates(float[][] grid,
                              int i)
Specified by:
getCoordinates in class Wire

getXYZGridIndices

public int[] getXYZGridIndices(int i)
Specified by:
getXYZGridIndices in class Wire