Package org.robovm.apple.metalps
Class MPSMatrixCopyOffsets
- All Implemented Interfaces:
Iterable<MPSMatrixCopyOffsets>
public class MPSMatrixCopyOffsets extends Struct<MPSMatrixCopyOffsets>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSMatrixCopyOffsets.MPSMatrixCopyOffsetsPtr -
Constructor Summary
Constructors Constructor Description MPSMatrixCopyOffsets()MPSMatrixCopyOffsets(int sourceRowOffset, int sourceColumnOffset, int destinationRowOffset, int destinationColumnOffset) -
Method Summary
Modifier and Type Method Description intgetDestinationColumnOffset()intgetDestinationRowOffset()intgetSourceColumnOffset()intgetSourceRowOffset()MPSMatrixCopyOffsetssetDestinationColumnOffset(int destinationColumnOffset)MPSMatrixCopyOffsetssetDestinationRowOffset(int destinationRowOffset)MPSMatrixCopyOffsetssetSourceColumnOffset(int sourceColumnOffset)MPSMatrixCopyOffsetssetSourceRowOffset(int sourceRowOffset)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
-
MPSMatrixCopyOffsets
public MPSMatrixCopyOffsets() -
MPSMatrixCopyOffsets
public MPSMatrixCopyOffsets(int sourceRowOffset, int sourceColumnOffset, int destinationRowOffset, int destinationColumnOffset)
-
-
Method Details
-
getSourceRowOffset
public int getSourceRowOffset() -
setSourceRowOffset
-
getSourceColumnOffset
public int getSourceColumnOffset() -
setSourceColumnOffset
-
getDestinationRowOffset
public int getDestinationRowOffset() -
setDestinationRowOffset
-
getDestinationColumnOffset
public int getDestinationColumnOffset() -
setDestinationColumnOffset
-