Class SoResetImageProcessing

  • All Implemented Interfaces:
    SafeDisposable

    @Deprecated(since="2023.2")
    public class SoResetImageProcessing
    extends SoImageVizEngine
    Deprecated.
    As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.
    SoResetImageProcessing engine sets all pixels/voxels values of the input image to a constant value. The SoResetImageProcessing engine sets all pixels/voxels values of the input image to a constant value.

    File format/default:

    ResetImageProcessing {

      computeMode MODE_AUTO
      inImage NULL
      intensityValue 0.0f
    }


    Library references: eraseimg

    • Field Detail

      • inImage

        public final SoSFImageDataAdapter inImage
        Deprecated.
        The input image. Default value is NULL. Supported types include: grayscale binary label color image.
      • intensityValue

        public final SoSFFloat intensityValue
        Deprecated.
        The reset intensity value. Default value is 0.0f.
    • Constructor Detail

      • SoResetImageProcessing

        public SoResetImageProcessing()
        Deprecated.
        Constructor.