Class MPSImageBox

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol
Direct Known Subclasses:
MPSImageTent

public class MPSImageBox
extends MPSUnaryImageKernel
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • MPSImageBox

      public MPSImageBox()
    • MPSImageBox

      protected MPSImageBox​(NSObject.Handle h, long handle)
    • MPSImageBox

      protected MPSImageBox​(NSObject.SkipInit skipInit)
    • MPSImageBox

      public MPSImageBox​(MTLDevice device, long kernelWidth, long kernelHeight)
    • MPSImageBox

      public MPSImageBox​(NSCoder decoder, MTLDevice device)
      Since:
      Available in iOS 11.0 and later.
    • MPSImageBox

      public MPSImageBox​(NSCoder coder)
  • Method Details

    • getKernelHeight

      public long getKernelHeight()
    • getKernelWidth

      public long getKernelWidth()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(MTLDevice device, long kernelWidth, long kernelHeight)
    • init

      protected long init​(NSCoder decoder, MTLDevice device)
      Overrides:
      init in class MPSUnaryImageKernel
      Since:
      Available in iOS 11.0 and later.