Uses of Interface
org.web3d.x3d.sai.VolumeRendering.IsoSurfaceVolumeData
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.VolumeRendering | |
| org.web3d.x3d.sai.VolumeRendering |
-
Uses of IsoSurfaceVolumeData in org.web3d.x3d.jsail.VolumeRendering
Classes in org.web3d.x3d.jsail.VolumeRendering that implement IsoSurfaceVolumeData Modifier and Type Class Description classIsoSurfaceVolumeDataObjectIsoSurfaceVolumeData displays one or more surfaces extracted from a voxel dataset. -
Uses of IsoSurfaceVolumeData in org.web3d.x3d.sai.VolumeRendering
Methods in org.web3d.x3d.sai.VolumeRendering that return IsoSurfaceVolumeData Modifier and Type Method Description IsoSurfaceVolumeDataIsoSurfaceVolumeData. setBboxCenter(float[] newValue)Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.IsoSurfaceVolumeDataIsoSurfaceVolumeData. setBboxSize(float[] newValue)Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.IsoSurfaceVolumeDataIsoSurfaceVolumeData. setContourStepSize(float newValue)Accessor method to assign float value to inputOutput SFFloat field named contourStepSize.IsoSurfaceVolumeDataIsoSurfaceVolumeData. setDimensions(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named dimensions.IsoSurfaceVolumeDataIsoSurfaceVolumeData. setDisplayBBox(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.IsoSurfaceVolumeDataIsoSurfaceVolumeData. setGradients(X3DTexture3DNode newValue)Accessor method to assign X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field gradients.IsoSurfaceVolumeDataIsoSurfaceVolumeData. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.IsoSurfaceVolumeDataIsoSurfaceVolumeData. setRenderStyle(X3DNode[] newValue)Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field renderStyle.IsoSurfaceVolumeDataIsoSurfaceVolumeData. setSurfaceTolerance(float newValue)Accessor method to assign float value to inputOutput SFFloat field named surfaceTolerance.IsoSurfaceVolumeDataIsoSurfaceVolumeData. setSurfaceValues(float[] newValue)Accessor method to assign float array to inputOutput MFFloat field named surfaceValues.IsoSurfaceVolumeDataIsoSurfaceVolumeData. setVisible(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named visible.IsoSurfaceVolumeDataIsoSurfaceVolumeData. setVoxels(X3DTexture3DNode newValue)Accessor method to assign X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.