public static class ScalarField3D.Empty extends ScalarField3D.Default
ScalarField3D.Default, ScalarField3D.Empty| Constructor and Description |
|---|
Empty(int w,
int h,
int d,
float default_val)
Instantiates a new empty.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth() |
int |
getHeight() |
float |
getValue(int x,
int y,
int z)
Gets the value.
|
int |
getWidth() |
getCoordinate, getNeighbors, getSize, getValuegetValueRangeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValueRangepublic Empty(int w,
int h,
int d,
float default_val)
w - the wh - the hd - the ddefault_val - the default valpublic int getWidth()
public int getHeight()
public int getDepth()
public float getValue(int x,
int y,
int z)
ScalarField3Dx - the xy - the yz - the z