Class SoCopyImageProcessing

  • All Implemented Interfaces:
    SafeDisposable

    @Deprecated(since="2023.2")
    public class SoCopyImageProcessing
    extends SoImageVizEngine
    Deprecated.
    As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.
    SoCopyImageProcessing engine copies an image into another image. The SoCopyImageProcessing engine copies an image into another image. If the output image does not exist, SoCopyImageProcessing creates it. If the output image already exists, it is replaced by the copy, and the previous image of that name is lost.

    SoCropImageProcessing, SoPasteImageProcessing.

    File format/default:

    CopyImageProcessing {

      computeMode MODE_AUTO
      inImage NULL
    }


    Library references: copy

    • Constructor Detail

      • SoCopyImageProcessing

        public SoCopyImageProcessing()
        Deprecated.
        Constructor.