public class NativePoint
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
NativePoint.ByReference
ByReference jna class
|
static class |
NativePoint.ByValue
Native match pair passed to the native layer by value
|
Modifier and Type | Field and Description |
---|---|
short |
x
Query matched minutia index
|
short |
y
Reference matched minutia index
|
Constructor and Description |
---|
NativePoint()
Default Constructor
|
NativePoint(Point point)
Copy Constructor
|
NativePoint(com.sun.jna.Pointer p)
Structure Constructor
|
NativePoint(short x,
short y)
Complete Constructor
|
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, newInstance, read, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toArray, toArray, toString, toString, write, writeField, writeField
public short x
public short y
public NativePoint()
Default Constructor
public NativePoint(com.sun.jna.Pointer p)
Structure Constructor
p
- public NativePoint(short x, short y)
Complete Constructor
query
- reference
- public NativePoint(Point point)
Copy Constructor
point
-