@Name(value="PixaComp")
public static class lept.PIXAC
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
PIXAC()
Default native constructor.
|
PIXAC(long size)
Native array allocator.
|
PIXAC(org.bytedeco.javacpp.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) |
org.bytedeco.javacpp.PointerPointer |
pixc() |
lept.PIXC |
pixc(int i)
the array of ptrs to PixComp
|
lept.PIXAC |
pixc(int i,
lept.PIXC pixc) |
lept.PIXAC |
pixc(org.bytedeco.javacpp.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(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.PIXAC position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int n()
public lept.PIXAC n(int n)
@Cast(value="l_int32") public int nalloc()
public lept.PIXAC nalloc(int nalloc)
@Cast(value="l_int32") public int offset()
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 org.bytedeco.javacpp.PointerPointer pixc()
public lept.PIXAC pixc(org.bytedeco.javacpp.PointerPointer pixc)
public lept.BOXA boxa()
public lept.PIXAC boxa(lept.BOXA boxa)
Copyright © 2018. All rights reserved.