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.
|
getValueRangeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDepth, getHeight, getValue, getWidthgetValueRangepublic double[] getCoordinate(int x,
int y,
int z)
getCoordinate in interface ScalarField3Dpublic int getSize()
ScalarFieldNDgetSize in interface ScalarFieldNDpublic float getValue(int nodeID)
ScalarFieldNDgetValue in interface ScalarFieldNDnodeID - the node IDpublic int[] getNeighbors(int nodeID)
ScalarFieldNDgetNeighbors in interface ScalarFieldNDnodeID - the node ID