Class MPSMatrixCopyOffsets


  • public final class MPSMatrixCopyOffsets
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        MPSMatrixCopyOffsets()  
        MPSMatrixCopyOffsets​(int sourceRowOffset, int sourceColumnOffset, int destinationRowOffset, int destinationColumnOffset)  
      protected MPSMatrixCopyOffsets​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int destinationColumnOffset()
      < offset to start of destination region to read in columns
      int destinationRowOffset()
      < offset to start of destination region to read in rows
      void setDestinationColumnOffset​(int value)
      < offset to start of destination region to read in columns
      void setDestinationRowOffset​(int value)
      < offset to start of destination region to read in rows
      void setSourceColumnOffset​(int value)
      < offset to start of source region to read in columns
      void setSourceRowOffset​(int value)
      < offset to start of source region to read in rows
      int sourceColumnOffset()
      < offset to start of source region to read in columns
      int sourceRowOffset()
      < offset to start of source region to read in rows
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MPSMatrixCopyOffsets

        public MPSMatrixCopyOffsets()
      • MPSMatrixCopyOffsets

        protected MPSMatrixCopyOffsets​(org.moe.natj.general.Pointer peer)
      • MPSMatrixCopyOffsets

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

      • sourceRowOffset

        public int sourceRowOffset()
        < offset to start of source region to read in rows
      • setSourceRowOffset

        public void setSourceRowOffset​(int value)
        < offset to start of source region to read in rows
      • sourceColumnOffset

        public int sourceColumnOffset()
        < offset to start of source region to read in columns
      • setSourceColumnOffset

        public void setSourceColumnOffset​(int value)
        < offset to start of source region to read in columns
      • destinationRowOffset

        public int destinationRowOffset()
        < offset to start of destination region to read in rows
      • setDestinationRowOffset

        public void setDestinationRowOffset​(int value)
        < offset to start of destination region to read in rows
      • destinationColumnOffset

        public int destinationColumnOffset()
        < offset to start of destination region to read in columns
      • setDestinationColumnOffset

        public void setDestinationColumnOffset​(int value)
        < offset to start of destination region to read in columns