public class Composite3D extends ScalarField3D.Default implements ScalarField3D
ScalarField3D.Default, ScalarField3D.Empty
Constructor and Description |
---|
Composite3D(ScalarField3D base,
ScalarField3D composite,
int offX,
int offY,
int offZ)
Instantiates a new composite 3 D.
|
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, getValue
getValueRange
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCoordinate
getNeighbors, getSize, getValue, getValueRange
public Composite3D(ScalarField3D base, ScalarField3D composite, int offX, int offY, int offZ)
base
- the basecomposite
- the compositeoffX
- the off XoffY
- the off YoffZ
- the off Zpublic int getWidth()
getWidth
in interface ScalarField3D
getWidth
in interface usf.saav.common.algorithm.Surface1D
getWidth
in interface usf.saav.common.algorithm.Surface2D
getWidth
in interface usf.saav.common.algorithm.Surface3D
public int getHeight()
getHeight
in interface ScalarField3D
getHeight
in interface usf.saav.common.algorithm.Surface2D
getHeight
in interface usf.saav.common.algorithm.Surface3D
public int getDepth()
getDepth
in interface ScalarField3D
getDepth
in interface usf.saav.common.algorithm.Surface3D
public float getValue(int x, int y, int z)
ScalarField3D
getValue
in interface ScalarField3D
x
- the xy
- the yz
- the z