public class PixaComp
extends com.sun.jna.Structure
| Modifier and Type | Class | Description |
|---|---|---|
static class |
PixaComp.ByReference |
|
static class |
PixaComp.ByValue |
| Modifier and Type | Field | Description |
|---|---|---|
Boxa.ByReference |
boxa |
array of boxes
C type : Boxa* |
int |
n |
number of PixComp in ptr array
C type : l_int32 |
int |
nalloc |
number of PixComp ptrs allocated
C type : l_int32 |
int |
offset |
indexing offset into ptr array
C type : l_int32 |
PixComp.ByReference[] |
pixc |
the array of ptrs to PixComp
C type : PixComp** |
| Constructor | Description |
|---|---|
PixaComp() |
|
PixaComp(int n,
int nalloc,
int offset,
PixComp.ByReference[] pixc,
Boxa.ByReference boxa) |
|
PixaComp(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 int offset
public PixComp.ByReference[] pixc
public Boxa.ByReference boxa
public PixaComp()
public PixaComp(int n,
int nalloc,
int offset,
PixComp.ByReference[] pixc,
Boxa.ByReference boxa)
n - number of PixComp in ptr arraynalloc - number of PixComp ptrs allocatedoffset - indexing offset into ptr arraypixc - the array of ptrs to PixCompboxa - array of boxespublic PixaComp(com.sun.jna.Pointer peer)
Copyright © 2026. All rights reserved.