|
void | mapvertices () |
|
void | polygonise () |
|
List< WB_Point > | getPolygons (final int i, final int j, final int k, final int cubeindex, final WB_Point offset, final boolean dummyrun) |
|
int | classifyCell (final int i, final int j, final int k) |
|
WB_Point | vertex (final int i, final int j, final int k, final WB_Point offset) |
|
WB_Point | xedge (final int i, final int j, final int k, final WB_Point offset, final boolean dummyrun) |
|
WB_Point | yedge (final int i, final int j, final int k, final WB_Point offset, final boolean dummyrun) |
|
WB_Point | zedge (final int i, final int j, final int k, final WB_Point offset, final boolean dummyrun) |
|
WB_Point | interp (final double isolevel, final WB_Point p1, final WB_Point p2, final double valp1, final double valp2) |
|
int | index (final int i, final int j, final int k) |
|
double | value (final int i, final int j, final int k) |
|
wblut.geom.WB_IsoSurface.WB_IsoSurface |
( |
| ) |
|
int wblut.geom.WB_IsoSurface.classifyCell |
( |
final int |
i, |
|
|
final int |
j, |
|
|
final int |
k |
|
) |
| |
|
private |
Classify cell.
- Parameters
-
- Returns
- the int
Clear boundary level.
- Returns
- self
List<WB_Point> wblut.geom.WB_IsoSurface.create |
( |
| ) |
|
List<WB_Point> wblut.geom.WB_IsoSurface.getPolygons |
( |
final int |
i, |
|
|
final int |
j, |
|
|
final int |
k, |
|
|
final int |
cubeindex, |
|
|
final WB_Point |
offset, |
|
|
final boolean |
dummyrun |
|
) |
| |
|
private |
Gets the polygons.
- Parameters
-
i | the i |
j | the j |
k | the k |
cubeindex | the cubeindex |
offset | |
dummyrun | |
- Returns
- the polygons
int wblut.geom.WB_IsoSurface.index |
( |
final int |
i, |
|
|
final int |
j, |
|
|
final int |
k |
|
) |
| |
|
private |
WB_Point wblut.geom.WB_IsoSurface.interp |
( |
final double |
isolevel, |
|
|
final WB_Point |
p1, |
|
|
final WB_Point |
p2, |
|
|
final double |
valp1, |
|
|
final double |
valp2 |
|
) |
| |
|
private |
Interp.
- Parameters
-
isolevel | the isolevel |
p1 | the p1 |
p2 | the p2 |
valp1 | the valp1 |
valp2 | the valp2 |
- Returns
- the h e_ vertex
void wblut.geom.WB_IsoSurface.mapvertices |
( |
| ) |
|
|
private |
void wblut.geom.WB_IsoSurface.polygonise |
( |
| ) |
|
|
private |
WB_IsoSurface wblut.geom.WB_IsoSurface.setBoundary |
( |
final double |
v | ) |
|
Boundary level.
- Parameters
-
- Returns
- self
WB_IsoSurface wblut.geom.WB_IsoSurface.setGamma |
( |
final double |
gamma | ) |
|
WB_IsoSurface wblut.geom.WB_IsoSurface.setInvert |
( |
final boolean |
invert | ) |
|
Invert isosurface.
- Parameters
-
- Returns
- self
WB_IsoSurface wblut.geom.WB_IsoSurface.setIsolevel |
( |
final double |
v | ) |
|
Isolevel to render.
- Parameters
-
- Returns
- self
WB_IsoSurface wblut.geom.WB_IsoSurface.setResolution |
( |
final int |
resx, |
|
|
final int |
resy, |
|
|
final int |
resz |
|
) |
| |
Number of cells.
- Parameters
-
resx | the resx |
resy | the resy |
resz | the resz |
- Returns
- self
WB_IsoSurface wblut.geom.WB_IsoSurface.setSize |
( |
final double |
dx, |
|
|
final double |
dy, |
|
|
final double |
dz |
|
) |
| |
Size of cell.
- Parameters
-
- Returns
- self
WB_IsoSurface wblut.geom.WB_IsoSurface.setValues |
( |
final double |
values[][][] | ) |
|
Values at grid points.
- Parameters
-
values | double[resx+1][resy+1][resz+1] |
- Returns
- self
WB_IsoSurface wblut.geom.WB_IsoSurface.setValues |
( |
final float |
values[][][] | ) |
|
Sets the values.
- Parameters
-
values | float[resx+1][resy+1][resz+1] |
- Returns
- self
double wblut.geom.WB_IsoSurface.value |
( |
final int |
i, |
|
|
final int |
j, |
|
|
final int |
k |
|
) |
| |
|
private |
Value.
- Parameters
-
- Returns
- the double
WB_Point wblut.geom.WB_IsoSurface.vertex |
( |
final int |
i, |
|
|
final int |
j, |
|
|
final int |
k, |
|
|
final WB_Point |
offset |
|
) |
| |
|
private |
WB_Point wblut.geom.WB_IsoSurface.xedge |
( |
final int |
i, |
|
|
final int |
j, |
|
|
final int |
k, |
|
|
final WB_Point |
offset, |
|
|
final boolean |
dummyrun |
|
) |
| |
|
private |
Xedge.
- Parameters
-
i | i: -1 .. resx+1 |
j | j: -1 .. resy+1 |
k | k: -1 .. resz+1 |
offset | |
dummyrun | |
- Returns
- edge vertex
WB_Point wblut.geom.WB_IsoSurface.yedge |
( |
final int |
i, |
|
|
final int |
j, |
|
|
final int |
k, |
|
|
final WB_Point |
offset, |
|
|
final boolean |
dummyrun |
|
) |
| |
|
private |
Yedge.
- Parameters
-
i | i: -1 .. resx+1 |
j | j: -1 .. resy+1 |
k | k: -1 .. resz+1 |
offset | |
dummyrun | |
- Returns
- edge vertex
WB_Point wblut.geom.WB_IsoSurface.zedge |
( |
final int |
i, |
|
|
final int |
j, |
|
|
final int |
k, |
|
|
final WB_Point |
offset, |
|
|
final boolean |
dummyrun |
|
) |
| |
|
private |
Zedge.
- Parameters
-
i | i: -1 .. resx+1 |
j | j: -1 .. resy+1 |
k | k: -1 .. resz+1 |
offset | |
dummyrun | |
- Returns
- edge vertex
double wblut.geom.WB_IsoSurface.boundary |
|
private |
double wblut.geom.WB_IsoSurface.cx |
|
private |
double wblut.geom.WB_IsoSurface.dx |
|
private |
boolean wblut.geom.WB_IsoSurface.invert |
|
private |
double wblut.geom.WB_IsoSurface.isolevel |
|
private |
int wblut.geom.WB_IsoSurface.resx |
|
private |
double [][][] wblut.geom.WB_IsoSurface.values |
|
private |
TIntObjectMap<VertexRemap> wblut.geom.WB_IsoSurface.vertexremaps |
|
private |
TIntObjectMap<WB_Point> wblut.geom.WB_IsoSurface.vertices |
|
private |
TIntObjectMap<WB_Point> wblut.geom.WB_IsoSurface.xedges |
|
private |
TIntObjectMap<WB_Point> wblut.geom.WB_IsoSurface.yedges |
|
private |
TIntObjectMap<WB_Point> wblut.geom.WB_IsoSurface.zedges |
|
private |
The documentation for this class was generated from the following file: