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, getNeighborsgetValueRangeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCoordinategetNeighbors, getValueRangepublic Extract1Dfrom3D(ScalarField3D sf, int x, int y)
sf - the sfx - the xy - the ypublic float getValue(int z)
ScalarFieldNDgetValue in interface ScalarFieldNDz - the node IDpublic int getSize()
ScalarFieldNDgetSize in interface ScalarFieldNDpublic int getWidth()
getWidth in interface usf.saav.common.algorithm.Surface1D