public class NativeMatchPair
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
NativeMatchPair.ByReference
ByReference jna class
|
static class |
NativeMatchPair.ByValue
Native match pair passed to the native layer by value
|
Modifier and Type | Field and Description |
---|---|
short |
query
Query matched minutia index
|
short |
reference
Reference matched minutia index
|
Constructor and Description |
---|
NativeMatchPair()
Default Constructor
|
NativeMatchPair(com.sun.jna.Pointer p)
Structure Constructor
|
NativeMatchPair(short query,
short reference)
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 query
public short reference
public NativeMatchPair()
Default Constructor
public NativeMatchPair(com.sun.jna.Pointer p)
Structure Constructor
p
- public NativeMatchPair(short query, short reference)
Complete Constructor
query
- reference
-