Class MPSImageAreaMax

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

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

    • MPSImageAreaMax

      public MPSImageAreaMax()
    • MPSImageAreaMax

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

      protected MPSImageAreaMax​(NSObject.SkipInit skipInit)
    • MPSImageAreaMax

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

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

      public MPSImageAreaMax​(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.