Uses of Class
org.web3d.x3d.jsail.VolumeRendering.IsoSurfaceVolumeData
Package
Description
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of IsoSurfaceVolumeData in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeMethodDescriptionIsoSurfaceVolumeData.addComments
(String newComment) Add comment as String to contained commentsList.IsoSurfaceVolumeData.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.IsoSurfaceVolumeData.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.IsoSurfaceVolumeData.addRenderStyle
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for renderStyle field.IsoSurfaceVolumeData.addRenderStyle
(X3DNode newValue) Add single child node to existing array of renderStyle nodes (if any).IsoSurfaceVolumeData.addSurfaceValues
(float newValue) Add singleton float value to MFFloat surfaceValues field.IsoSurfaceVolumeData.addSurfaceValues
(SFFloat newValue) Add singleton SFFloat value to MFFloat surfaceValues field.IsoSurfaceVolumeData.clearGradients()
Utility method to clear SFNode value of gradients field.IsoSurfaceVolumeData.clearIS()
Utility method to clear SFNode value of IS field.IsoSurfaceVolumeData.clearMetadata()
Utility method to clear SFNode value of metadata field.IsoSurfaceVolumeData.clearRenderStyle()
Utility method to clear MFNode value of renderStyle field.IsoSurfaceVolumeData.clearSurfaceValues()
Utility method to clear MFFloat value of surfaceValues field.IsoSurfaceVolumeData.clearVoxels()
Utility method to clear SFNode value of voxels field.IsoSurfaceVolumeData.setBboxCenter
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.IsoSurfaceVolumeData.setBboxCenter
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxCenter(float[])
.IsoSurfaceVolumeData.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.IsoSurfaceVolumeData.setBboxCenter
(float x, float y, float z) Assign values to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.IsoSurfaceVolumeData.setBboxCenter
(SFVec3f newValue) Assign typed object value to SFVec3f bboxCenter field, similar tosetBboxCenter(float[])
.IsoSurfaceVolumeData.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.IsoSurfaceVolumeData.setBboxDisplay
(SFBool newValue) Assign typed object value to SFBool bboxDisplay field, similar tosetBboxDisplay(boolean)
.IsoSurfaceVolumeData.setBboxSize
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetBboxSize(float[])
.IsoSurfaceVolumeData.setBboxSize
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetBboxSize(float[])
.IsoSurfaceVolumeData.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.IsoSurfaceVolumeData.setBboxSize
(float x, float y, float z) Assign values to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.IsoSurfaceVolumeData.setBboxSize
(SFVec3f newValue) Assign typed object value to SFVec3f bboxSize field, similar tosetBboxSize(float[])
.IsoSurfaceVolumeData.setContourStepSize
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetContourStepSize(float)
.IsoSurfaceVolumeData.setContourStepSize
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named contourStepSize.IsoSurfaceVolumeData.setContourStepSize
(SFFloat newValue) Assign typed object value to SFFloat contourStepSize field, similar tosetContourStepSize(float)
.final IsoSurfaceVolumeData
IsoSurfaceVolumeData.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.IsoSurfaceVolumeData.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final IsoSurfaceVolumeData
IsoSurfaceVolumeData.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.IsoSurfaceVolumeData.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final IsoSurfaceVolumeData
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.IsoSurfaceVolumeData.setDimensions
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetDimensions(float[])
.IsoSurfaceVolumeData.setDimensions
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetDimensions(float[])
.IsoSurfaceVolumeData.setDimensions
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named dimensions.IsoSurfaceVolumeData.setDimensions
(float x, float y, float z) Assign values to SFVec3f dimensions field, similar tosetDimensions(float[])
.IsoSurfaceVolumeData.setDimensions
(SFVec3f newValue) Assign typed object value to SFVec3f dimensions field, similar tosetDimensions(float[])
.IsoSurfaceVolumeData.setGradients
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field gradients.IsoSurfaceVolumeData.setGradients
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field gradients.final IsoSurfaceVolumeData
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.IsoSurfaceVolumeData.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.IsoSurfaceVolumeData.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.IsoSurfaceVolumeData.setRenderStyle
(ArrayList<X3DVolumeRenderStyleNode> newValue) Assign ArrayList value of MFNode renderStyle field, similar tosetRenderStyle(org.web3d.x3d.sai.Core.X3DNode[])
.IsoSurfaceVolumeData.setRenderStyle
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.VolumeRendering.X3DVolumeRenderStyleNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field renderStyle.IsoSurfaceVolumeData.setSurfaceTolerance
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSurfaceTolerance(float)
.IsoSurfaceVolumeData.setSurfaceTolerance
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named surfaceTolerance.IsoSurfaceVolumeData.setSurfaceTolerance
(SFFloat newValue) Assign typed object value to SFFloat surfaceTolerance field, similar tosetSurfaceTolerance(float)
.IsoSurfaceVolumeData.setSurfaceValues
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetSurfaceValues(float[])
.IsoSurfaceVolumeData.setSurfaceValues
(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named surfaceValues.IsoSurfaceVolumeData.setSurfaceValues
(int[] newValue) Assign floating-point array value of MFFloat surfaceValues field, similar tosetSurfaceValues(float[])
.IsoSurfaceVolumeData.setSurfaceValues
(ArrayList<Float> newValue) Assign ArrayList value of MFFloat surfaceValues field, similar tosetSurfaceValues(float[])
.IsoSurfaceVolumeData.setSurfaceValues
(MFFloat newValue) Assign typed object value to MFFloat surfaceValues field, similar tosetSurfaceValues(float[])
.final IsoSurfaceVolumeData
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.IsoSurfaceVolumeData.setUSE
(IsoSurfaceVolumeData DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.IsoSurfaceVolumeData.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.IsoSurfaceVolumeData.setVisible
(SFBool newValue) Assign typed object value to SFBool visible field, similar tosetVisible(boolean)
.IsoSurfaceVolumeData.setVoxels
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field voxels.IsoSurfaceVolumeData.setVoxels
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.Modifier and TypeMethodDescriptionIsoSurfaceVolumeData.setUSE
(IsoSurfaceVolumeData DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.