Class MPSImageReduceUnary

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol
Direct Known Subclasses:
MPSImageReduceColumnMax, MPSImageReduceColumnMean, MPSImageReduceColumnMin, MPSImageReduceColumnSum, MPSImageReduceRowMax, MPSImageReduceRowMean, MPSImageReduceRowMin, MPSImageReduceRowSum

public class MPSImageReduceUnary
extends MPSUnaryImageKernel
Since:
Available in iOS 11.3 and later.
  • Constructor Details

    • MPSImageReduceUnary

      public MPSImageReduceUnary()
    • MPSImageReduceUnary

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

      protected MPSImageReduceUnary​(NSObject.SkipInit skipInit)
    • MPSImageReduceUnary

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

      public MPSImageReduceUnary​(NSCoder coder)
  • Method Details

    • getClipRectSource

      public MTLRegion getClipRectSource()
    • setClipRectSource

      public void setClipRectSource​(MTLRegion v)
    • supportsSecureCoding

      public static boolean supportsSecureCoding()