|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcct.math.polyg.Polygonizer
cct.math.polyg.java3d.j3dPolygonizer
public class j3dPolygonizer
Title: Molecular Structure Viewer/Editor
Description: Computational Chemistry Toolkit
Copyright: Copyright (c) 2006
Company: ANU
| Field Summary | |
|---|---|
(package private) boolean |
marchingTetras
|
| Fields inherited from class cct.math.polyg.Polygonizer |
|---|
dataOrigin, fStepSize, fTargetValue, function, iDataSetSize, Normals, Triangles, Vertices |
| Constructor Summary | |
|---|---|
j3dPolygonizer()
|
|
j3dPolygonizer(float[] origin,
int[] dataSetSize,
float stepSize,
float isovalue,
ImplicitFunctionInterface fun)
|
|
| Method Summary | |
|---|---|
javax.media.j3d.Shape3D |
getSurface()
|
javax.media.j3d.TriangleArray |
getTriangleArray()
|
static void |
main(java.lang.String[] args)
|
void |
marchCubes()
|
void |
setMarchingTatrahedrons(boolean enable)
|
| Methods inherited from class cct.math.polyg.Polygonizer |
|---|
dispose, getNormals, getVertices, marchingCubes, marchingCubes2, marchingTetrahedrons, marchTetrahedrons, noTriangles |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
boolean marchingTetras
| Constructor Detail |
|---|
public j3dPolygonizer()
public j3dPolygonizer(float[] origin,
int[] dataSetSize,
float stepSize,
float isovalue,
ImplicitFunctionInterface fun)
| Method Detail |
|---|
public void setMarchingTatrahedrons(boolean enable)
public javax.media.j3d.Shape3D getSurface()
public void marchCubes()
public javax.media.j3d.TriangleArray getTriangleArray()
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||