Class SoScaleByFactorProcessing

  • All Implemented Interfaces:
    SafeDisposable

    @Deprecated(since="2023.2")
    public class SoScaleByFactorProcessing
    extends SoImageVizEngine
    Deprecated.
    As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.
    SoScaleByFactorProcessing image filter. The SoScaleByFactorProcessing filter generates a zoomed image with user defined zoom factors using the interpolation mode selected by the user.

    File format/default:

    ScaleByFactorProcessing {

      computeMode MODE_AUTO
      inImage NULL
      scaleFactor 2.0f
      precisionMode NEARBY_PIXEL
    }


    Library references: zoomfactor

    • Constructor Detail

      • SoScaleByFactorProcessing

        public SoScaleByFactorProcessing()
        Deprecated.
        Constructor.