Class MPSMatrixOffset


  • public final class MPSMatrixOffset
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int columnOffset()
      < offset to start of source region to read in columns
      int rowOffset()
      < offset to start of source region to read in rows
      void setColumnOffset​(int value)
      < offset to start of source region to read in columns
      void setRowOffset​(int value)
      < 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

      • MPSMatrixOffset

        public MPSMatrixOffset()
      • MPSMatrixOffset

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

        public MPSMatrixOffset​(int rowOffset,
                               int columnOffset)
    • Method Detail

      • rowOffset

        public int rowOffset()
        < offset to start of source region to read in rows
      • setRowOffset

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

        public int columnOffset()
        < offset to start of source region to read in columns
      • setColumnOffset

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