public interface ScalarField2D extends ScalarFieldND, usf.saav.common.algorithm.Surface2D
Modifier and Type | Interface and Description |
---|---|
static class |
ScalarField2D.Default
The Class Default.
|
static class |
ScalarField2D.Empty
The Class Empty.
|
static class |
ScalarField2D.Test
The Class Test.
|
Modifier and Type | Method and Description |
---|---|
double[] |
getCoordinate(int x,
int y) |
float |
getValue(int x,
int y)
Gets the value.
|
usf.saav.common.mvc.swing.TImage |
toPImage(usf.saav.common.mvc.swing.TGraphics g,
usf.saav.common.colormap.Colormap colormap) |
getNeighbors, getSize, getValue, getValueRange
float getValue(int x, int y)
x
- the xy
- the ydouble[] getCoordinate(int x, int y)
usf.saav.common.mvc.swing.TImage toPImage(usf.saav.common.mvc.swing.TGraphics g, usf.saav.common.colormap.Colormap colormap)