public final class MPSImageCoordinate
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MPSImageCoordinate() |
|
MPSImageCoordinate(long x,
long y,
long channel) |
protected |
MPSImageCoordinate(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
long |
channel()
< The index of the channel or feature channel within the pixel
|
void |
setChannel(long value)
< The index of the channel or feature channel within the pixel
|
void |
setX(long value)
< The horizontal component of the coordinate.
|
void |
setY(long value)
< The vertical component of the coordinate.
|
long |
x()
< The horizontal component of the coordinate.
|
long |
y()
< The vertical component of the coordinate.
|
public MPSImageCoordinate()
protected MPSImageCoordinate(org.moe.natj.general.Pointer peer)
public MPSImageCoordinate(long x,
long y,
long channel)
public long x()
public void setX(long value)
public long y()
public void setY(long value)
public long channel()
public void setChannel(long value)