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, getValueRange
int getWidth()
getWidth
in interface usf.saav.common.algorithm.Surface1D
getWidth
in interface usf.saav.common.algorithm.Surface2D
getWidth
in interface usf.saav.common.algorithm.Surface3D
int getHeight()
getHeight
in interface usf.saav.common.algorithm.Surface2D
getHeight
in interface usf.saav.common.algorithm.Surface3D
int getDepth()
getDepth
in interface usf.saav.common.algorithm.Surface3D
float getValue(int x, int y, int z)
x
- the xy
- the yz
- the zdouble[] getCoordinate(int x, int y, int z)