public class L_Rcha
extends com.sun.jna.Structure
| Modifier and Type | Class | Description |
|---|---|---|
static class |
L_Rcha.ByReference |
|
static class |
L_Rcha.ByValue |
| Modifier and Type | Field | Description |
|---|---|---|
Numa.ByReference |
naindex |
indices of best templates
C type : Numa* |
Numa.ByReference |
nasample |
indices of best samples
C type : Numa* |
Numa.ByReference |
nascore |
correlation scores of best templates
C type : Numa* |
Numa.ByReference |
nawidth |
widths of best templates
C type : Numa* |
Numa.ByReference |
naxloc |
x-locations of templates (delx + shiftx)
C type : Numa* |
Numa.ByReference |
nayloc |
y-locations of templates (dely + shifty)
C type : Numa* |
Sarray.ByReference |
satext |
character strings of best templates
C type : Sarray* |
| Constructor | Description |
|---|---|
L_Rcha() |
|
L_Rcha(Numa.ByReference naindex,
Numa.ByReference nascore,
Sarray.ByReference satext,
Numa.ByReference nasample,
Numa.ByReference naxloc,
Numa.ByReference nayloc,
Numa.ByReference nawidth) |
|
L_Rcha(com.sun.jna.Pointer peer) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
Gets this Structure's field names in their proper order.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, 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, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic Numa.ByReference naindex
public Numa.ByReference nascore
public Sarray.ByReference satext
public Numa.ByReference nasample
public Numa.ByReference naxloc
public Numa.ByReference nayloc
public Numa.ByReference nawidth
public L_Rcha()
public L_Rcha(Numa.ByReference naindex, Numa.ByReference nascore, Sarray.ByReference satext, Numa.ByReference nasample, Numa.ByReference naxloc, Numa.ByReference nayloc, Numa.ByReference nawidth)
naindex - indices of best templatesnascore - correlation scores of best templatessatext - character strings of best templatesnasample - indices of best samplesnaxloc - x-locations of templates (delx + shiftx)nayloc - y-locations of templates (dely + shifty)nawidth - widths of best templatespublic L_Rcha(com.sun.jna.Pointer peer)
Copyright © 2026. All rights reserved.