public interface ScalarFieldND
Modifier and Type | Interface and Description |
---|---|
static class |
ScalarFieldND.Default
The Class Default.
|
Modifier and Type | Method and Description |
---|---|
int[] |
getNeighbors(int nodeID)
Gets the neighbors.
|
int |
getSize()
Gets the size.
|
float |
getValue(int nodeID)
Gets the value.
|
double[] |
getValueRange()
Gets the value range.
|
int getSize()
float getValue(int nodeID)
nodeID
- the node IDint[] getNeighbors(int nodeID)
nodeID
- the node IDdouble[] getValueRange()