public abstract static class ScalarField3D.Default extends ScalarFieldND.Default implements ScalarField3D
ScalarField3D.Default, ScalarField3D.Empty
Modifier and Type | Method and Description |
---|---|
double[] |
getCoordinate(int x,
int y,
int z) |
int[] |
getNeighbors(int nodeID)
Gets the neighbors.
|
int |
getSize()
Gets the size.
|
float |
getValue(int nodeID)
Gets the value.
|
getValueRange
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDepth, getHeight, getValue, getWidth
getValueRange
public double[] getCoordinate(int x, int y, int z)
getCoordinate
in interface ScalarField3D
public int getSize()
ScalarFieldND
getSize
in interface ScalarFieldND
public float getValue(int nodeID)
ScalarFieldND
getValue
in interface ScalarFieldND
nodeID
- the node IDpublic int[] getNeighbors(int nodeID)
ScalarFieldND
getNeighbors
in interface ScalarFieldND
nodeID
- the node ID