Class MPSMatrixCopyOffsets

    • Constructor Detail

      • MPSMatrixCopyOffsets

        public MPSMatrixCopyOffsets()
      • MPSMatrixCopyOffsets

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

      • getSourceRowOffset

        public int getSourceRowOffset()
      • 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)