public class Subset3D extends ScalarField3D.Default
ScalarField3D.Default, ScalarField3D.Empty
Constructor and Description |
---|
Subset3D(ScalarField3D src,
int[] x_range,
int[] y_range,
int[] z_range)
Instantiates a new subset 3 D.
|
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValueRange
public Subset3D(ScalarField3D src, int[] x_range, int[] y_range, int[] z_range)
src
- the srcx_range
- the x rangey_range
- the y rangez_range
- the z rangepublic int getWidth()
public int getHeight()
public int getDepth()
public float getValue(int x, int y, int z)
ScalarField3D
x
- the xy
- the yz
- the zpublic double[] getCoordinate(int x, int y, int z)
getCoordinate
in interface ScalarField3D
getCoordinate
in class ScalarField3D.Default