public class L_Rch
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
L_Rch.ByReference |
static class |
L_Rch.ByValue |
Modifier and Type | Field and Description |
---|---|
int |
index
index of best template
C type : l_int32 |
int |
sample
index of best sample (within the best
C type : l_int32 |
float |
score
correlation score of best template
C type : l_float32 |
com.sun.jna.Pointer |
text
character string of best template
C type : char* |
int |
width
width of best template
C type : l_int32 |
int |
xloc
x-location of template (delx + shiftx)
C type : l_int32 |
int |
yloc
y-location of template (dely + shifty)
C type : l_int32 |
Constructor and Description |
---|
L_Rch() |
L_Rch(int index,
float score,
com.sun.jna.Pointer text,
int sample,
int xloc,
int yloc,
int width) |
L_Rch(com.sun.jna.Pointer peer) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<?> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public int index
public float score
public com.sun.jna.Pointer text
public int sample
public int xloc
public int yloc
public int width
public L_Rch()
public L_Rch(int index, float score, com.sun.jna.Pointer text, int sample, int xloc, int yloc, int width)
index
- index of best templatescore
- correlation score of best templatetext
- character string of best templatesample
- index of best sample (within the bestxloc
- x-location of template (delx + shiftx)yloc
- y-location of template (dely + shifty)width
- width of best templatepublic L_Rch(com.sun.jna.Pointer peer)