public interface ScalarField3D extends ScalarFieldND, usf.saav.common.algorithm.Surface3D
| Modifier and Type | Interface and Description |
|---|---|
static class |
ScalarField3D.Default
The Class Default.
|
static class |
ScalarField3D.Empty
The Class Empty.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getCoordinate(int x,
int y,
int z) |
int |
getDepth() |
int |
getHeight() |
float |
getValue(int x,
int y,
int z)
Gets the value.
|
int |
getWidth() |
getNeighbors, getSize, getValue, getValueRangeint getWidth()
getWidth in interface usf.saav.common.algorithm.Surface1DgetWidth in interface usf.saav.common.algorithm.Surface2DgetWidth in interface usf.saav.common.algorithm.Surface3Dint getHeight()
getHeight in interface usf.saav.common.algorithm.Surface2DgetHeight in interface usf.saav.common.algorithm.Surface3Dint getDepth()
getDepth in interface usf.saav.common.algorithm.Surface3Dfloat getValue(int x,
int y,
int z)
x - the xy - the yz - the zdouble[] getCoordinate(int x,
int y,
int z)