|
| WB_IsoSurfaceVOL2D () |
|
WB_IsoSurfaceVOL2D | setResolution (final int resx, final int resy) |
|
WB_IsoSurfaceVOL2D | setSize (final double dx, final double dy) |
|
WB_IsoSurfaceVOL2D | setZFactor (final double zf) |
|
WB_IsoSurfaceVOL2D | setValues (final double[][] values) |
|
WB_IsoSurfaceVOL2D | setValues (final float[][] values) |
|
WB_IsoSurfaceVOL2D | setValues (final WB_ScalarParameter function, final double xi, final double yi, final double dx, final double dy, final int width, final int height) |
|
WB_IsoSurfaceVOL2D | setValues (final WB_HashGridDouble2D values) |
|
WB_IsoSurfaceVOL2D | setValues (final String path, final PApplet home, final int width, final int height) |
|
WB_IsoSurfaceVOL2D | setValues (final String path, final PApplet home, final int width, final int height, final WB_IsoValues2D.Mode mode) |
|
WB_IsoSurfaceVOL2D | setValues (final PImage image, final PApplet home, final int width, final int height) |
|
WB_IsoSurfaceVOL2D | setValues (final PImage image, final PApplet home, final int width, final int height, final WB_IsoValues2D.Mode mode) |
|
WB_IsoSurfaceVOL2D | setValues (final WB_IsoValues2D values) |
|
WB_IsoSurfaceVOL2D | setIsolevel (final double isolevelmin, final double isolevelmax) |
|
WB_IsoSurfaceVOL2D | setCenter (final WB_Coord c) |
|
List< WB_Triangle > | getTriangles () |
|
|
int | index (final int i, final int j) |
|
double | value (final int i, final int j) |
|
WB_Point | vertex (final int i, final int j, final WB_Point offset) |
|
WB_Point | xedge (final int i, final int j, final WB_Point offset, final double isolevel) |
|
WB_Point | yedge (final int i, final int j, final WB_Point offset, final double isolevel) |
|
WB_Point | interp (final double isolevel, final WB_Point p1, final WB_Point p2, final double valp1, final double valp2) |
|
int | classifyCell (final int i, final int j) |
|
void | polygonise () |
|
void | getPolygons (final int i, final int j, final int cubeindex, final WB_Point offset) |
|
WB_Point | getIsoVertex (final int isopointindex, final int i, final int j, final WB_Point offset) |
|
wblut.geom.WB_IsoSurfaceVOL2D.WB_IsoSurfaceVOL2D |
( |
| ) |
|
int wblut.geom.WB_IsoSurfaceVOL2D.classifyCell |
( |
final int |
i, |
|
|
final int |
j |
|
) |
| |
|
private |
WB_Point wblut.geom.WB_IsoSurfaceVOL2D.getIsoVertex |
( |
final int |
isopointindex, |
|
|
final int |
i, |
|
|
final int |
j, |
|
|
final WB_Point |
offset |
|
) |
| |
|
private |
void wblut.geom.WB_IsoSurfaceVOL2D.getPolygons |
( |
final int |
i, |
|
|
final int |
j, |
|
|
final int |
cubeindex, |
|
|
final WB_Point |
offset |
|
) |
| |
|
private |
List<WB_Triangle> wblut.geom.WB_IsoSurfaceVOL2D.getTriangles |
( |
| ) |
|
int wblut.geom.WB_IsoSurfaceVOL2D.index |
( |
final int |
i, |
|
|
final int |
j |
|
) |
| |
|
private |
WB_Point wblut.geom.WB_IsoSurfaceVOL2D.interp |
( |
final double |
isolevel, |
|
|
final WB_Point |
p1, |
|
|
final WB_Point |
p2, |
|
|
final double |
valp1, |
|
|
final double |
valp2 |
|
) |
| |
|
private |
void wblut.geom.WB_IsoSurfaceVOL2D.polygonise |
( |
| ) |
|
|
private |
WB_IsoSurfaceVOL2D wblut.geom.WB_IsoSurfaceVOL2D.setIsolevel |
( |
final double |
isolevelmin, |
|
|
final double |
isolevelmax |
|
) |
| |
WB_IsoSurfaceVOL2D wblut.geom.WB_IsoSurfaceVOL2D.setResolution |
( |
final int |
resx, |
|
|
final int |
resy |
|
) |
| |
WB_IsoSurfaceVOL2D wblut.geom.WB_IsoSurfaceVOL2D.setSize |
( |
final double |
dx, |
|
|
final double |
dy |
|
) |
| |
Values at grid points.
- Parameters
-
values | double[resx+1][resy+1] |
- Returns
- self
Values at grid points.
- Parameters
-
values | float[resx+1][resy+1] |
- Returns
- self
WB_IsoSurfaceVOL2D wblut.geom.WB_IsoSurfaceVOL2D.setValues |
( |
final WB_ScalarParameter |
function, |
|
|
final double |
xi, |
|
|
final double |
yi, |
|
|
final double |
dx, |
|
|
final double |
dy, |
|
|
final int |
width, |
|
|
final int |
height |
|
) |
| |
WB_IsoSurfaceVOL2D wblut.geom.WB_IsoSurfaceVOL2D.setValues |
( |
final String |
path, |
|
|
final PApplet |
home, |
|
|
final int |
width, |
|
|
final int |
height |
|
) |
| |
WB_IsoSurfaceVOL2D wblut.geom.WB_IsoSurfaceVOL2D.setValues |
( |
final String |
path, |
|
|
final PApplet |
home, |
|
|
final int |
width, |
|
|
final int |
height, |
|
|
final WB_IsoValues2D.Mode |
mode |
|
) |
| |
WB_IsoSurfaceVOL2D wblut.geom.WB_IsoSurfaceVOL2D.setValues |
( |
final PImage |
image, |
|
|
final PApplet |
home, |
|
|
final int |
width, |
|
|
final int |
height |
|
) |
| |
WB_IsoSurfaceVOL2D wblut.geom.WB_IsoSurfaceVOL2D.setValues |
( |
final PImage |
image, |
|
|
final PApplet |
home, |
|
|
final int |
width, |
|
|
final int |
height, |
|
|
final WB_IsoValues2D.Mode |
mode |
|
) |
| |
double wblut.geom.WB_IsoSurfaceVOL2D.value |
( |
final int |
i, |
|
|
final int |
j |
|
) |
| |
|
private |
WB_Point wblut.geom.WB_IsoSurfaceVOL2D.vertex |
( |
final int |
i, |
|
|
final int |
j, |
|
|
final WB_Point |
offset |
|
) |
| |
|
private |
WB_Point wblut.geom.WB_IsoSurfaceVOL2D.xedge |
( |
final int |
i, |
|
|
final int |
j, |
|
|
final WB_Point |
offset, |
|
|
final double |
isolevel |
|
) |
| |
|
private |
WB_Point wblut.geom.WB_IsoSurfaceVOL2D.yedge |
( |
final int |
i, |
|
|
final int |
j, |
|
|
final WB_Point |
offset, |
|
|
final double |
isolevel |
|
) |
| |
|
private |
double wblut.geom.WB_IsoSurfaceVOL2D.cx |
|
private |
int [] wblut.geom.WB_IsoSurfaceVOL2D.digits = new int[4] |
|
private |
double wblut.geom.WB_IsoSurfaceVOL2D.dx |
|
private |
int [][] wblut.geom.WB_IsoSurfaceVOL2D.entries |
|
private |
double wblut.geom.WB_IsoSurfaceVOL2D.isolevelmin |
|
private |
int wblut.geom.WB_IsoSurfaceVOL2D.resx |
|
private |
List<WB_Triangle> wblut.geom.WB_IsoSurfaceVOL2D.triangles |
|
private |
IntObjectHashMap<WB_Point> wblut.geom.WB_IsoSurfaceVOL2D.vertices |
|
private |
IntObjectHashMap<WB_Point> wblut.geom.WB_IsoSurfaceVOL2D.xedges |
|
private |
IntObjectHashMap<WB_Point> wblut.geom.WB_IsoSurfaceVOL2D.yedges |
|
private |
double wblut.geom.WB_IsoSurfaceVOL2D.zFactor |
|
private |
The documentation for this class was generated from the following file: