org.jcae.viewer3d.fd.sd
Class Plate
java.lang.Object
org.jcae.viewer3d.fd.sd.Plate
- Direct Known Subclasses:
- PlateX, PlateY, PlateZ
public abstract class Plate
- extends java.lang.Object
|
Constructor Summary |
Plate()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
position
public int position
min1
public int min1
min2
public int min2
max1
public int max1
max2
public int max2
values
public float[] values
Plate
public Plate()
getCoordinates
public abstract float[] getCoordinates(float[][] grid)
getCoordinates
public abstract float[] getCoordinates(float[][] grid,
int i,
int j)
getXYZGridIndices
public abstract int[] getXYZGridIndices(int i,
int j)
getStringPosition
protected abstract java.lang.String getStringPosition()
numberOfCells
public int numberOfCells()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object