| Package | Description |
|---|---|
| org.web3d.x3d.jsail.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| Modifier and Type | Method and Description |
|---|---|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.addRenderStyle(X3DNode newValue)
Add single child node to existing array of renderStyle nodes (if any).
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.addSurfaceValues(float newValue)
Add singleton float value to MFFloat surfaceValues field.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.addSurfaceValues(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat surfaceValues field.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.clearGradients()
Utility method to clear SFNode value of gradients field.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.clearRenderStyle()
Utility method to clear MFNode value of renderStyle field.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.clearSurfaceValues()
Utility method to clear MFFloat value of surfaceValues field.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.clearVoxels()
Utility method to clear SFNode value of voxels field.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxCenter(float x,
float y,
float z)
Assign values to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxSize(float x,
float y,
float z)
Assign values to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setContourStepSize(float newValue)
Assign float value to inputOutput SFFloat field named contourStepSize.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setContourStepSize(SFFloatObject newValue)
Assign typed object value to SFFloat contourStepSize field, similar to
setContourStepSize(float). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setDimensions(float[] newValue)
Assign 3-tuple float array within allowed range of (0,infinity) to inputOutput SFVec3f field named dimensions.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setDimensions(float x,
float y,
float z)
Assign values to SFVec3f dimensions field, similar to
setDimensions(float[]). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setDimensions(SFVec3fObject newValue)
Assign typed object value to SFVec3f dimensions field, similar to
setDimensions(float[]). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setGradients(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field gradients.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setGradients(X3DTexture3DNode newValue)
Assign X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field gradients.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setRenderStyle(java.util.ArrayList<X3DVolumeRenderStyleNode> newValue)
Assign ArrayList value of MFNode renderStyle field, similar to
setRenderStyle(X3DNode[]). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setRenderStyle(X3DConcreteNode newValue)
Utility method to set single SFNode as IsoSurfaceVolumeDataObject renderStyle.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setRenderStyle(X3DNode[] newValue)
Assign X3DVolumeRenderStyleNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field renderStyle.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setSurfaceTolerance(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named surfaceTolerance.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setSurfaceTolerance(SFFloatObject newValue)
Assign typed object value to SFFloat surfaceTolerance field, similar to
setSurfaceTolerance(float). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setSurfaceValues(java.util.ArrayList<java.lang.Float> newValue)
Assign ArrayList value of MFFloat surfaceValues field, similar to
setSurfaceValues(float[]). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setSurfaceValues(float[] newValue)
Assign Float array to inputOutput MFFloat field named surfaceValues.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setSurfaceValues(int[] newValue)
Assign floating-point array value of MFFloat surfaceValues field, similar to
setSurfaceValues(float[]). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setSurfaceValues(MFFloatObject newValue)
Assign typed object value to MFFloat surfaceValues field, similar to
setSurfaceValues(float[]). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setUSE(IsoSurfaceVolumeDataObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setVoxels(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field voxels.
|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setVoxels(X3DTexture3DNode newValue)
Assign X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.
|
| Modifier and Type | Method and Description |
|---|---|
IsoSurfaceVolumeDataObject |
IsoSurfaceVolumeDataObject.setUSE(IsoSurfaceVolumeDataObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.