Class MPSMatrixCopyOffsets

All Implemented Interfaces:
Iterable<MPSMatrixCopyOffsets>

public class MPSMatrixCopyOffsets
extends Struct<MPSMatrixCopyOffsets>
  • Constructor Details

    • MPSMatrixCopyOffsets

      public MPSMatrixCopyOffsets()
    • MPSMatrixCopyOffsets

      public MPSMatrixCopyOffsets​(int sourceRowOffset, int sourceColumnOffset, int destinationRowOffset, int destinationColumnOffset)
  • Method Details

    • getSourceRowOffset

      public int getSourceRowOffset()
    • setSourceRowOffset

      public MPSMatrixCopyOffsets setSourceRowOffset​(int sourceRowOffset)
    • getSourceColumnOffset

      public int getSourceColumnOffset()
    • setSourceColumnOffset

      public MPSMatrixCopyOffsets setSourceColumnOffset​(int sourceColumnOffset)
    • getDestinationRowOffset

      public int getDestinationRowOffset()
    • setDestinationRowOffset

      public MPSMatrixCopyOffsets setDestinationRowOffset​(int destinationRowOffset)
    • getDestinationColumnOffset

      public int getDestinationColumnOffset()
    • setDestinationColumnOffset

      public MPSMatrixCopyOffsets setDestinationColumnOffset​(int destinationColumnOffset)