|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttoxi.volume.ArrayIsoSurface
public class ArrayIsoSurface

IsoSurface class based on C version by Paul Bourke and Lingo version by myself.
| Field Summary | |
|---|---|
float |
isoValue
|
| Constructor Summary | |
|---|---|
ArrayIsoSurface(VolumetricSpace volume)
|
|
| Method Summary | |
|---|---|
toxi.geom.mesh.Mesh3D |
computeSurfaceMesh(toxi.geom.mesh.Mesh3D mesh,
float iso)
Computes the surface mesh for the given volumetric data and iso value. |
void |
reset()
Resets mesh vertices to default positions and clears face index. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float isoValue
| Constructor Detail |
|---|
public ArrayIsoSurface(VolumetricSpace volume)
| Method Detail |
|---|
public toxi.geom.mesh.Mesh3D computeSurfaceMesh(toxi.geom.mesh.Mesh3D mesh,
float iso)
computeSurfaceMesh in interface IsoSurfacemesh - existing mesh container or nulliso - surface iso value
public void reset()
computeSurfaceMesh(Mesh3D, float)
reset in interface IsoSurface
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||