public final class MPSMatrixCopyOffsets
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MPSMatrixCopyOffsets() |
|
MPSMatrixCopyOffsets(int sourceRowOffset,
int sourceColumnOffset,
int destinationRowOffset,
int destinationColumnOffset) |
protected |
MPSMatrixCopyOffsets(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and 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
|
public MPSMatrixCopyOffsets()
protected MPSMatrixCopyOffsets(org.moe.natj.general.Pointer peer)
public MPSMatrixCopyOffsets(int sourceRowOffset,
int sourceColumnOffset,
int destinationRowOffset,
int destinationColumnOffset)
public int sourceRowOffset()
public void setSourceRowOffset(int value)
public int sourceColumnOffset()
public void setSourceColumnOffset(int value)
public int destinationRowOffset()
public void setDestinationRowOffset(int value)
public int destinationColumnOffset()
public void setDestinationColumnOffset(int value)