Uses of Interface
org.web3d.x3d.sai.VolumeRendering.X3DVolumeDataNode
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.VolumeRendering | |
| org.web3d.x3d.sai.VolumeRendering |
-
Uses of X3DVolumeDataNode in org.web3d.x3d.jsail.VolumeRendering
Classes in org.web3d.x3d.jsail.VolumeRendering that implement X3DVolumeDataNode Modifier and Type Class Description classIsoSurfaceVolumeDataObjectIsoSurfaceVolumeData displays one or more surfaces extracted from a voxel dataset.classSegmentedVolumeDataObjectSegmentedVolumeData displays a segmented voxel dataset with different RenderStyle nodes.classVolumeDataObjectVolumeData displays a simple non-segmented voxel dataset with a single RenderStyle node. -
Uses of X3DVolumeDataNode in org.web3d.x3d.sai.VolumeRendering
Subinterfaces of X3DVolumeDataNode in org.web3d.x3d.sai.VolumeRendering Modifier and Type Interface Description interfaceIsoSurfaceVolumeDataIsoSurfaceVolumeData displays one or more surfaces extracted from a voxel dataset.interfaceSegmentedVolumeDataSegmentedVolumeData displays a segmented voxel dataset with different RenderStyle nodes.interfaceVolumeDataVolumeData displays a simple non-segmented voxel dataset with a single RenderStyle node.Methods in org.web3d.x3d.sai.VolumeRendering that return X3DVolumeDataNode Modifier and Type Method Description X3DVolumeDataNodeX3DVolumeDataNode. setBboxCenter(float[] newValue)Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.X3DVolumeDataNodeX3DVolumeDataNode. setBboxSize(float[] newValue)Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.X3DVolumeDataNodeX3DVolumeDataNode. setDimensions(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named dimensions.X3DVolumeDataNodeX3DVolumeDataNode. setDisplayBBox(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.X3DVolumeDataNodeX3DVolumeDataNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DVolumeDataNodeX3DVolumeDataNode. setVisible(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named visible.