Package org.robovm.apple.metalps
Class MPSDimensionSlice
- All Implemented Interfaces:
Iterable<MPSDimensionSlice>
public class MPSDimensionSlice extends Struct<MPSDimensionSlice>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSDimensionSlice.MPSDimensionSlicePtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MPSDimensionSlice()MPSDimensionSlice(long start, long length) -
Method Summary
Modifier and Type Method Description longgetLength()longgetStart()MPSDimensionSlicesetLength(long length)MPSDimensionSlicesetStart(long start)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, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
MPSDimensionSlice
public MPSDimensionSlice() -
MPSDimensionSlice
public MPSDimensionSlice(long start, long length)
-
-
Method Details
-
getStart
public long getStart() -
setStart
-
getLength
public long getLength() -
setLength
-