Uses of Interface
org.web3d.x3d.sai.VolumeRendering.SegmentedVolumeData
Package
Description
The Volume Rendering component provides the ability to specify and render volumetric data sets.
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of SegmentedVolumeData in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeClassDescriptionclass
SegmentedVolumeData displays a segmented voxel dataset with different RenderStyle nodes. -
Uses of SegmentedVolumeData in org.web3d.x3d.sai.VolumeRendering
Modifier and TypeMethodDescriptionSegmentedVolumeData.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.SegmentedVolumeData.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.SegmentedVolumeData.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.SegmentedVolumeData.setDimensions
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named dimensions.SegmentedVolumeData.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.SegmentedVolumeData.setRenderStyle
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field renderStyle.SegmentedVolumeData.setSegmentEnabled
(boolean[] newValue) Accessor method to assign boolean array to inputOutput MFBool field named segmentEnabled.SegmentedVolumeData.setSegmentIdentifiers
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field segmentIdentifiers.SegmentedVolumeData.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.SegmentedVolumeData.setVoxels
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.