public class IsosurfaceRenderer extends MeshRenderer
Modifier and Type | Field and Description |
---|---|
protected short |
backgroundColix |
private boolean |
hasColorRange |
protected boolean |
iHideBackground |
protected IsosurfaceMesh |
imesh |
protected boolean |
isBicolorMap |
private boolean |
iShowNormals |
private boolean |
isNavigationMode |
private Isosurface |
isosurface |
protected int |
nError |
private javax.vecmath.Point3f |
ptTemp |
private javax.vecmath.Point3i |
ptTempi |
private java.lang.Boolean |
showKey |
private boolean |
showNumbers |
protected float[] |
vertexValues |
antialias, bsPolygons, bsSlab, diameter, exportPass, frontOnly, haveBsDisplay, haveBsSlabDisplay, haveBsSlabGhost, imageFontScaling, isTranslucent, latticeOffset, mesh, normixes, pt1f, pt1i, pt2f, pt2i, pt3i, scalePixelsPerMicron, screens, thePlane, transformedVectors, vertexCount, vertices, volumeRender, width
colix, exportType, g3d, isExport, mad, madBeg, madEnd, madMid, modelSet, myVisibilityFlag, shape, shapeID, viewer
Constructor and Description |
---|
IsosurfaceRenderer() |
Modifier and Type | Method and Description |
---|---|
protected void |
initRenderer() |
protected void |
render() |
protected void |
render2(boolean isExport) |
private void |
renderContourLines() |
protected void |
renderInfo() |
private void |
renderLonePair(boolean isRadical) |
private boolean |
renderMesh(int mySlabValue,
int slabValue) |
private void |
renderNormals() |
protected void |
renderPoints() |
protected void |
renderTriangles(boolean fill,
boolean iShowTriangles,
boolean isExport) |
private void |
showKey() |
checkNormals, drawLine, drawTriangle, exportSurface, isPolygonDisplayable, render1, setColix
render, setViewerG3dShapeID
protected boolean iHideBackground
protected boolean isBicolorMap
protected short backgroundColix
protected int nError
protected float[] vertexValues
protected IsosurfaceMesh imesh
private Isosurface isosurface
private boolean isNavigationMode
private boolean iShowNormals
private boolean showNumbers
private java.lang.Boolean showKey
private boolean hasColorRange
private final javax.vecmath.Point3f ptTemp
private final javax.vecmath.Point3i ptTempi
protected void initRenderer()
initRenderer
in class ShapeRenderer
protected void render()
render
in class MeshRenderer
protected void renderInfo()
private void showKey()
private boolean renderMesh(int mySlabValue, int slabValue)
protected void render2(boolean isExport)
render2
in class MeshRenderer
private void renderLonePair(boolean isRadical)
private void renderContourLines()
protected void renderPoints()
renderPoints
in class MeshRenderer
protected void renderTriangles(boolean fill, boolean iShowTriangles, boolean isExport)
renderTriangles
in class MeshRenderer
private void renderNormals()