public class Pixaa
extends com.sun.jna.Structure
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Pixaa.ByReference |
|
static class |
Pixaa.ByValue |
| Modifier and Type | Field | Description |
|---|---|---|
Boxa.ByReference |
boxa |
array of boxes
C type : Boxa* |
int |
n |
number of Pixa in ptr array
C type : l_int32 |
int |
nalloc |
number of Pixa ptrs allocated
C type : l_int32 |
com.sun.jna.ptr.PointerByReference |
pixa |
array of ptrs to pixa
C type : Pixa** |
| Constructor | Description |
|---|---|
Pixaa() |
|
Pixaa(int n,
int nalloc,
com.sun.jna.ptr.PointerByReference pixa,
Boxa.ByReference boxa) |
|
Pixaa(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 int n
public int nalloc
public com.sun.jna.ptr.PointerByReference pixa
public Boxa.ByReference boxa
public Pixaa()
public Pixaa(int n,
int nalloc,
com.sun.jna.ptr.PointerByReference pixa,
Boxa.ByReference boxa)
n - number of Pixa in ptr arraynalloc - number of Pixa ptrs allocatedpixa - array of ptrs to pixaboxa - array of boxespublic Pixaa(com.sun.jna.Pointer peer)
Copyright © 2026. All rights reserved.