Class IsoSurfaceVolumeData

java.lang.Object
org.web3d.x3d.jsail.X3DConcreteElement
org.web3d.x3d.jsail.X3DConcreteNode
org.web3d.x3d.jsail.VolumeRendering.IsoSurfaceVolumeData
All Implemented Interfaces:
X3DChildNode, X3DNode, X3DBoundedObject, IsoSurfaceVolumeData, X3DVolumeDataNode

public class IsoSurfaceVolumeData extends X3DConcreteNode implements IsoSurfaceVolumeData
IsoSurfaceVolumeData displays one or more surfaces extracted from a voxel dataset.

Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes. IsoSurfaceVolumeData node tooltip: (X3D version 3.3 or later) [X3DVolumeDataNode] IsoSurfaceVolumeData displays one or more surfaces extracted from a voxel dataset. A surface is defined as the boundary between regions in the volume where the voxel values are larger than a given value (the iso value) on one side of the boundary and smaller on the other side, and the gradient magnitude is larger than surfaceTolerance.
  • Hint: IsoSurfaceVolumeData can contain a single Texture3D node with containerField='gradients' that is used to provide explicit per-voxel gradient direction information for determining surface boundaries, rather than having values implicitly calculated by the implementation.
  • Hint: IsoSurfaceVolumeData can contain another Texture3D node with containerField='voxels' containing voxel data.
  • Hint: IsoSurfaceVolumeData can contain multiple VolumeStyle nodes.
  • Warning: it is an error to define this transient outputOnly field in an X3D file, instead only use it a source for ROUTE events.
  • Warning: requires X3D profile='Full' or else include <component name='VolumeRendering' level='2'/>

Package hint: This org.web3d.x3d.jsail concrete class is used for implementing a standalone X3D object as a Plain Old Java Object (POJO). If you are writing Java code for use inside an X3D Script node, compile separate code using only the org.web3d.x3d.sai package instead.
See Also:
  • Field Details

    • NAME

      public static final String NAME
      String constant NAME provides name of this element: IsoSurfaceVolumeData.
      See Also:
    • COMPONENT

      public static final String COMPONENT
      String constant COMPONENT defines X3D component for the IsoSurfaceVolumeData element: VolumeRendering
      See Also:
    • LEVEL

      public static final int LEVEL
      Integer constant LEVEL provides default X3D VolumeRendering component level for this element: 2
      See Also:
    • BBOXCENTER_DEFAULT_VALUE

      public static final float[] BBOXCENTER_DEFAULT_VALUE
      SFVec3f field named bboxCenter has default value {0f,0f,0f} (Java syntax) or 0 0 0 (XML syntax).
    • BBOXDISPLAY_DEFAULT_VALUE

      public static final boolean BBOXDISPLAY_DEFAULT_VALUE
      SFBool field named bboxDisplay has default value false (Java syntax) or false (XML syntax).
      See Also:
    • BBOXSIZE_DEFAULT_VALUE

      public static final float[] BBOXSIZE_DEFAULT_VALUE
      SFVec3f field named bboxSize has default value {-1f,-1f,-1f} (Java syntax) or -1 -1 -1 (XML syntax).
    • CONTOURSTEPSIZE_DEFAULT_VALUE

      public static final float CONTOURSTEPSIZE_DEFAULT_VALUE
      SFFloat field named contourStepSize has default value 0f (Java syntax) or 0 (XML syntax).
      See Also:
    • DIMENSIONS_DEFAULT_VALUE

      public static final float[] DIMENSIONS_DEFAULT_VALUE
      SFVec3f field named dimensions has default value {1f,1f,1f} (Java syntax) or 1 1 1 (XML syntax).
    • GRADIENTS_DEFAULT_VALUE

      public static final X3DTexture3DNode GRADIENTS_DEFAULT_VALUE
      SFNode field named gradients has default value null (Java syntax) or NULL (XML syntax).
    • IS_DEFAULT_VALUE

      public static final IS IS_DEFAULT_VALUE
      SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    • METADATA_DEFAULT_VALUE

      public static final X3DMetadataObject METADATA_DEFAULT_VALUE
      SFNode field named metadata has default value null (Java syntax) or NULL (XML syntax).
    • SURFACETOLERANCE_DEFAULT_VALUE

      public static final float SURFACETOLERANCE_DEFAULT_VALUE
      SFFloat field named surfaceTolerance has default value 0f (Java syntax) or 0 (XML syntax).
      See Also:
    • SURFACEVALUES_DEFAULT_VALUE

      public static final ArrayList<Float> SURFACEVALUES_DEFAULT_VALUE
      MFFloat field named surfaceValues has default value equal to an empty list.
    • VISIBLE_DEFAULT_VALUE

      public static final boolean VISIBLE_DEFAULT_VALUE
      SFBool field named visible has default value true (Java syntax) or true (XML syntax).
      See Also:
    • VOXELS_DEFAULT_VALUE

      public static final X3DTexture3DNode VOXELS_DEFAULT_VALUE
      SFNode field named voxels has default value null (Java syntax) or NULL (XML syntax).
    • containerField_DEFAULT_VALUE

      public static final String containerField_DEFAULT_VALUE
      containerField describes typical field relationship of a node to its parent. Usage is not ordinarily needed when using this API, this default value is provided for informational purposes only.
      containerField_DEFAULT_VALUE = "children";
      containerField_ALLOWED_VALUES = {"children" }; type xs:NMTOKEN
      See Also:
    • fromField_BBOXDISPLAY

      public static final String fromField_BBOXDISPLAY
      fromField ROUTE name for SFBool field named bboxDisplay.
      See Also:
    • toField_BBOXDISPLAY

      public static final String toField_BBOXDISPLAY
      toField ROUTE name for SFBool field named bboxDisplay.
      See Also:
    • fromField_CONTOURSTEPSIZE

      public static final String fromField_CONTOURSTEPSIZE
      fromField ROUTE name for SFFloat field named contourStepSize.
      See Also:
    • toField_CONTOURSTEPSIZE

      public static final String toField_CONTOURSTEPSIZE
      toField ROUTE name for SFFloat field named contourStepSize.
      See Also:
    • fromField_DIMENSIONS

      public static final String fromField_DIMENSIONS
      fromField ROUTE name for SFVec3f field named dimensions.
      See Also:
    • toField_DIMENSIONS

      public static final String toField_DIMENSIONS
      toField ROUTE name for SFVec3f field named dimensions.
      See Also:
    • fromField_GRADIENTS

      public static final String fromField_GRADIENTS
      fromField ROUTE name for SFNode field named gradients.
      See Also:
    • toField_GRADIENTS

      public static final String toField_GRADIENTS
      toField ROUTE name for SFNode field named gradients.
      See Also:
    • fromField_IS

      public static final String fromField_IS
      fromField ROUTE name for SFNode field named IS.
      See Also:
    • fromField_METADATA

      public static final String fromField_METADATA
      fromField ROUTE name for SFNode field named metadata.
      See Also:
    • toField_METADATA

      public static final String toField_METADATA
      toField ROUTE name for SFNode field named metadata.
      See Also:
    • fromField_RENDERSTYLE

      public static final String fromField_RENDERSTYLE
      fromField ROUTE name for MFNode field named renderStyle.
      See Also:
    • toField_RENDERSTYLE

      public static final String toField_RENDERSTYLE
      toField ROUTE name for MFNode field named renderStyle.
      See Also:
    • fromField_SURFACETOLERANCE

      public static final String fromField_SURFACETOLERANCE
      fromField ROUTE name for SFFloat field named surfaceTolerance.
      See Also:
    • toField_SURFACETOLERANCE

      public static final String toField_SURFACETOLERANCE
      toField ROUTE name for SFFloat field named surfaceTolerance.
      See Also:
    • fromField_SURFACEVALUES

      public static final String fromField_SURFACEVALUES
      fromField ROUTE name for MFFloat field named surfaceValues.
      See Also:
    • toField_SURFACEVALUES

      public static final String toField_SURFACEVALUES
      toField ROUTE name for MFFloat field named surfaceValues.
      See Also:
    • fromField_VISIBLE

      public static final String fromField_VISIBLE
      fromField ROUTE name for SFBool field named visible.
      See Also:
    • toField_VISIBLE

      public static final String toField_VISIBLE
      toField ROUTE name for SFBool field named visible.
      See Also:
    • fromField_VOXELS

      public static final String fromField_VOXELS
      fromField ROUTE name for SFNode field named voxels.
      See Also:
    • toField_VOXELS

      public static final String toField_VOXELS
      toField ROUTE name for SFNode field named voxels.
      See Also:
  • Constructor Details

    • IsoSurfaceVolumeData

      public IsoSurfaceVolumeData()
      Constructor for IsoSurfaceVolumeData to initialize member variables with default values.
    • IsoSurfaceVolumeData

      public IsoSurfaceVolumeData(String DEFlabel)
      Utility constructor that assigns DEF label after initializing member variables with default values.
      Parameters:
      DEFlabel - unique DEF name for this X3D node
  • Method Details