HE_Mesh
6.0.1
|
Public Member Functions | |
Grid2D (final double[][] values) | |
Grid2D (final float[][] values) | |
double | value (final int i, final int j) |
int | getWidth () |
int | getHeight () |
![]() | |
abstract double | value (int i, int j) |
abstract int | getWidth () |
abstract int | getHeight () |
WB_BinaryGrid2D | getBinaryGrid2D (final double threshold) |
Private Attributes | |
double[][] | values |
int | width |
wblut.geom.WB_IsoValues2D.Grid2D.Grid2D | ( | final double | values[][] | ) |
References wblut.geom.WB_IsoValues2D.Grid2D.width.
wblut.geom.WB_IsoValues2D.Grid2D.Grid2D | ( | final float | values[][] | ) |
References wblut.geom.WB_IsoValues2D.Grid2D.width.
int wblut.geom.WB_IsoValues2D.Grid2D.getHeight | ( | ) |
int wblut.geom.WB_IsoValues2D.Grid2D.getWidth | ( | ) |
References wblut.geom.WB_IsoValues2D.Grid2D.width.
double wblut.geom.WB_IsoValues2D.Grid2D.value | ( | final int | i, |
final int | j | ||
) |
|
private |
|
private |