@Name(value="PixaComp") public static class lept.PIXAC extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
PIXAC()
Default native constructor.
|
PIXAC(long size)
Native array allocator.
|
PIXAC(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
lept.BOXA |
boxa()
array of boxes
|
lept.PIXAC |
boxa(lept.BOXA boxa) |
int |
n()
number of PixComp in ptr array
|
lept.PIXAC |
n(int n) |
int |
nalloc()
number of PixComp ptrs allocated
|
lept.PIXAC |
nalloc(int nalloc) |
int |
offset()
indexing offset into ptr array
|
lept.PIXAC |
offset(int offset) |
PointerPointer |
pixc() |
lept.PIXC |
pixc(int i)
the array of ptrs to PixComp
|
lept.PIXAC |
pixc(int i,
lept.PIXC pixc) |
lept.PIXAC |
pixc(PointerPointer pixc) |
lept.PIXAC |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic PIXAC()
public PIXAC(long size)
Pointer.position(long).public PIXAC(Pointer p)
Pointer.Pointer(Pointer).public lept.PIXAC position(long position)
public lept.PIXAC n(int n)
public lept.PIXAC nalloc(int nalloc)
public lept.PIXAC offset(int offset)
public lept.PIXC pixc(int i)
public lept.PIXAC pixc(int i, lept.PIXC pixc)
@Cast(value="PixComp**") public PointerPointer pixc()
public lept.PIXAC pixc(PointerPointer pixc)
public lept.BOXA boxa()
public lept.PIXAC boxa(lept.BOXA boxa)
Copyright © 2019. All rights reserved.