Package org.robovm.apple.metalps
Class MPSImageCoordinate
- All Implemented Interfaces:
Iterable<MPSImageCoordinate>
public class MPSImageCoordinate extends Struct<MPSImageCoordinate>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSImageCoordinate.MPSImageCoordinatePtr -
Constructor Summary
Constructors Constructor Description MPSImageCoordinate()MPSImageCoordinate(long x, long y, long channel) -
Method Summary
Modifier and Type Method Description longgetChannel()longgetX()longgetY()MPSImageCoordinatesetChannel(long channel)MPSImageCoordinatesetX(long x)MPSImageCoordinatesetY(long y)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
MPSImageCoordinate
public MPSImageCoordinate() -
MPSImageCoordinate
public MPSImageCoordinate(long x, long y, long channel)
-
-
Method Details
-
getX
public long getX() -
setX
-
getY
public long getY() -
setY
-
getChannel
public long getChannel() -
setChannel
-