public class IsosurfaceRenderer extends MeshRenderer
| Modifier and Type | Field and Description |
|---|---|
protected short |
backgroundColix |
private int |
globalSlabValue |
private boolean |
hasColorRange |
protected boolean |
iHideBackground |
protected IsosurfaceMesh |
imesh |
protected boolean |
isBicolorMap |
private boolean |
iShowNormals |
private boolean |
isNavigationMode |
private Isosurface |
isosurface |
private int |
meshScale |
private int |
mySlabValue |
protected int |
nError |
private java.lang.Boolean |
showKey |
private boolean |
showNumbers |
protected float[] |
vertexValues |
antialias, bsPolygons, bsPolygonsToExport, diameter, exportPass, forceShowTriangles, frontOnly, haveBsDisplay, imageFontScaling, isGhostPass, isShell, isTranslucent, isTranslucentInherit, latticeOffset, mesh, meshSlabValue, needTranslucent, normixes, p3Screens, pt1f, pt1i, pt2f, pt2i, pt3i, renderLow, scalePixelsPerMicron, screens, selectedPolyOnly, thePlane, transformedVectors, vertexCount, vertices, volumeRender, widthcolix, exportType, g3d, isExport, mad, ms, myVisibilityFlag, shape, shapeID, tm, vwr| Constructor and Description |
|---|
IsosurfaceRenderer() |
| Modifier and Type | Method and Description |
|---|---|
private int |
getDiameter() |
protected boolean |
render() |
protected void |
render2(boolean isExport)
Overridden in DrawRenderer and IsosurfaceRenderer
|
private void |
renderContourLines() |
protected void |
renderInfo() |
protected boolean |
renderIso() |
private void |
renderLonePair(boolean isRadical) |
private boolean |
renderMeshSlab() |
private void |
renderNormals() |
protected void |
renderPoints() |
protected void |
renderTriangles(boolean fill,
boolean iShowTriangles,
boolean isExport) |
private void |
setGlobals() |
checkFront, drawEdge, drawTriangle, exportSurface, isPolygonDisplayable, isVisibleNormix, render2b, renderMesh2, setColixinitRenderer, isVisibleForMe, renderShape, setup, setViewerG3dShapeIDprotected 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 int meshScale
private int mySlabValue
private int globalSlabValue
protected boolean render()
render in class ShapeRendererprotected boolean renderIso()
private void setGlobals()
protected void renderInfo()
private boolean renderMeshSlab()
protected void render2(boolean isExport)
MeshRendererrender2 in class MeshRendererprivate void renderLonePair(boolean isRadical)
private void renderContourLines()
protected void renderPoints()
renderPoints in class MeshRendererprotected void renderTriangles(boolean fill,
boolean iShowTriangles,
boolean isExport)
renderTriangles in class MeshRendererprivate int getDiameter()
private void renderNormals()