.TH "MPSCNNUpsamplingBilinearNode" 3 "Mon Jul 9 2018" "Version MetalPerformanceShaders-119.3" "MetalPerformanceShaders.framework" \" -*- nroff -*- .ad l .nh .SH NAME MPSCNNUpsamplingBilinearNode .SH SYNOPSIS .br .PP .PP \fC#import \fP .PP Inherits \fBMPSNNFilterNode\fP\&. .SS "Instance Methods" .in +1c .ti -1c .RI "(nonnull instancetype) \- \fBinitWithSource:integerScaleFactorX:integerScaleFactorY:\fP" .br .ti -1c .RI "(nonnull instancetype) \- \fBinitWithSource:integerScaleFactorX:integerScaleFactorY:alignCorners:\fP" .br .in -1c .SS "Class Methods" .in +1c .ti -1c .RI "(nonnull instancetype) + \fBnodeWithSource:integerScaleFactorX:integerScaleFactorY:\fP" .br .ti -1c .RI "(nonnull instancetype) + \fBnodeWithSource:integerScaleFactorX:integerScaleFactorY:alignCorners:\fP" .br .in -1c .SS "Properties" .in +1c .ti -1c .RI "double \fBscaleFactorX\fP" .br .ti -1c .RI "double \fBscaleFactorY\fP" .br .ti -1c .RI "BOOL \fBalignCorners\fP" .br .in -1c .SH "Detailed Description" .PP Node representing a \fBMPSCNNUpsamplingBilinear\fP kernel .SH "Method Documentation" .PP .SS "\- (nonnull instancetype) initWithSource: (\fBMPSNNImageNode\fP *__nonnull) sourceNode(NSUInteger) integerScaleFactorX(NSUInteger) integerScaleFactorY" Init a node representing a \fBMPSCNNUpsamplingBilinear\fP kernel .PP \fBParameters:\fP .RS 4 \fIsourceNode\fP The \fBMPSNNImageNode\fP representing the source \fBMPSImage\fP for the filter .br \fIintegerScaleFactorX\fP The upsampling factor for the x dimension\&. .br \fIintegerScaleFactorY\fP The upsampling factor for the y dimension\&. .RE .PP \fBReturns:\fP .RS 4 \fBA\fP new MPSNNFilter node for a \fBMPSCNNUpsamplingBilinear\fP kernel\&. .RE .PP .SS "\- (nonnull instancetype) initWithSource: (\fBMPSNNImageNode\fP *__nonnull) sourceNode(NSUInteger) integerScaleFactorX(NSUInteger) integerScaleFactorY(BOOL) alignCorners" Init a node representing a \fBMPSCNNUpsamplingBilinear\fP kernel .PP \fBParameters:\fP .RS 4 \fIsourceNode\fP The \fBMPSNNImageNode\fP representing the source \fBMPSImage\fP for the filter .br \fIintegerScaleFactorX\fP The upsampling factor for the x dimension\&. .br \fIintegerScaleFactorY\fP The upsampling factor for the y dimension\&. .br \fIalignCorners\fP Specifier whether the centers of the 4 corner pixels of the input and output regions are aligned, .RE .PP \fBReturns:\fP .RS 4 \fBA\fP new MPSNNFilter node for a \fBMPSCNNUpsamplingBilinear\fP kernel\&. .RE .PP .SS "+ (nonnull instancetype) nodeWithSource: (\fBMPSNNImageNode\fP *__nonnull) sourceNode(NSUInteger) integerScaleFactorX(NSUInteger) integerScaleFactorY" Init a autoreleased node representing a \fBMPSCNNUpsamplingBilinear\fP kernel .PP \fBParameters:\fP .RS 4 \fIsourceNode\fP The \fBMPSNNImageNode\fP representing the source \fBMPSImage\fP for the filter .br \fIintegerScaleFactorX\fP The upsampling factor for the x dimension\&. .br \fIintegerScaleFactorY\fP The upsampling factor for the y dimension\&. .RE .PP \fBReturns:\fP .RS 4 \fBA\fP new MPSNNFilter node for a \fBMPSCNNUpsamplingBilinear\fP kernel\&. .RE .PP .SS "+ (nonnull instancetype) nodeWithSource: (\fBMPSNNImageNode\fP *__nonnull) sourceNode(NSUInteger) integerScaleFactorX(NSUInteger) integerScaleFactorY(BOOL) alignCorners" Init a autoreleased node representing a \fBMPSCNNUpsamplingBilinear\fP kernel .PP \fBParameters:\fP .RS 4 \fIsourceNode\fP The \fBMPSNNImageNode\fP representing the source \fBMPSImage\fP for the filter .br \fIintegerScaleFactorX\fP The upsampling factor for the x dimension\&. .br \fIintegerScaleFactorY\fP The upsampling factor for the y dimension\&. .br \fIalignCorners\fP Specifier whether the centers of the 4 corner pixels of the input and output regions are aligned, .RE .PP \fBReturns:\fP .RS 4 \fBA\fP new MPSNNFilter node for a \fBMPSCNNUpsamplingBilinear\fP kernel\&. .RE .PP .SH "Property Documentation" .PP .SS "\- (BOOL) alignCorners\fC [read]\fP, \fC [nonatomic]\fP, \fC [assign]\fP" .SS "\- (double) scaleFactorX\fC [read]\fP, \fC [nonatomic]\fP, \fC [assign]\fP" .SS "\- (double) scaleFactorY\fC [read]\fP, \fC [nonatomic]\fP, \fC [assign]\fP" .SH "Author" .PP Generated automatically by Doxygen for MetalPerformanceShaders\&.framework from the source code\&.