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, getValuegetValueRangeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCoordinategetNeighbors, getSize, getValue, getValueRangepublic 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 ScalarField3DgetWidth in interface usf.saav.common.algorithm.Surface1DgetWidth in interface usf.saav.common.algorithm.Surface2DgetWidth in interface usf.saav.common.algorithm.Surface3Dpublic int getHeight()
getHeight in interface ScalarField3DgetHeight in interface usf.saav.common.algorithm.Surface2DgetHeight in interface usf.saav.common.algorithm.Surface3Dpublic int getDepth()
getDepth in interface ScalarField3DgetDepth in interface usf.saav.common.algorithm.Surface3Dpublic float getValue(int x,
int y,
int z)
ScalarField3DgetValue in interface ScalarField3Dx - the xy - the yz - the z