public final class MPSMatrixOffset
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MPSMatrixOffset() |
|
MPSMatrixOffset(int rowOffset,
int columnOffset) |
protected |
MPSMatrixOffset(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and 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
|
public MPSMatrixOffset()
protected MPSMatrixOffset(org.moe.natj.general.Pointer peer)
public MPSMatrixOffset(int rowOffset,
int columnOffset)
public int rowOffset()
public void setRowOffset(int value)
public int columnOffset()
public void setColumnOffset(int value)