public class Extract1Dfrom3D extends ScalarField1D.Default implements ScalarField1D
ScalarField1D.Default, ScalarField1D.Empty
Constructor and Description |
---|
Extract1Dfrom3D(ScalarField3D sf,
int x,
int y)
Instantiates a new extract 1 dfrom 3 D.
|
Modifier and Type | Method and Description |
---|---|
int |
getSize()
Gets the size.
|
float |
getValue(int z)
Gets the value.
|
int |
getWidth() |
getCoordinate, getNeighbors
getValueRange
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCoordinate
getNeighbors, getValueRange
public Extract1Dfrom3D(ScalarField3D sf, int x, int y)
sf
- the sfx
- the xy
- the ypublic float getValue(int z)
ScalarFieldND
getValue
in interface ScalarFieldND
z
- the node IDpublic int getSize()
ScalarFieldND
getSize
in interface ScalarFieldND
public int getWidth()
getWidth
in interface usf.saav.common.algorithm.Surface1D