| Package | Description |
|---|---|
| org.web3d.x3d.jsail.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| org.web3d.x3d.sai.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IsoSurfaceVolumeDataObject
X3D node tooltip: (X3D version 3.3 or later) [X3DVolumeDataNode] IsoSurfaceVolumeData displays one or more surfaces extracted from a voxel dataset.
|
class |
SegmentedVolumeDataObject
X3D node tooltip: (X3D version 3.3 or later) [X3DVolumeDataNode] SegmentedVolumeData displays a segmented voxel dataset with different RenderStyle nodes.
|
class |
VolumeDataObject
X3D node tooltip: (X3D version 3.3 or later) VolumeData displays a simple non-segmented voxel dataset with a single RenderStyle node.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsoSurfaceVolumeData
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
SegmentedVolumeData
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
VolumeData
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DVolumeDataNode |
X3DVolumeDataNode.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
X3DVolumeDataNode |
X3DVolumeDataNode.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.
|
X3DVolumeDataNode |
X3DVolumeDataNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DVolumeDataNode |
X3DVolumeDataNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DVolumeDataNode |
X3DVolumeDataNode.setDimensions(float[] newValue)
Assign 3-tuple float array within allowed range of (0,infinity) to inputOutput SFVec3f field named dimensions.
|
X3DVolumeDataNode |
X3DVolumeDataNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DVolumeDataNode |
X3DVolumeDataNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.