@Name(value="Pixa")
public static class lept.PIXA
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
PIXA()
Default native constructor.
|
PIXA(long size)
Native array allocator.
|
PIXA(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
lept.BOXA |
boxa()
array of boxes
|
lept.PIXA |
boxa(lept.BOXA boxa) |
int |
n()
number of Pix in ptr array
|
lept.PIXA |
n(int n) |
int |
nalloc()
number of Pix ptrs allocated
|
lept.PIXA |
nalloc(int nalloc) |
org.bytedeco.javacpp.PointerPointer |
pix() |
lept.PIX |
pix(int i)
the array of ptrs to pix
|
lept.PIXA |
pix(int i,
lept.PIX pix) |
lept.PIXA |
pix(org.bytedeco.javacpp.PointerPointer pix) |
lept.PIXA |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
lept.PIXA |
refcount(int refcount) |
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 PIXA()
public PIXA(long size)
Pointer.position(long).public PIXA(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.PIXA position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int n()
public lept.PIXA n(int n)
@Cast(value="l_int32") public int nalloc()
public lept.PIXA nalloc(int nalloc)
@Cast(value="l_uint32") public int refcount()
public lept.PIXA refcount(int refcount)
public lept.PIX pix(int i)
@Cast(value="Pix**") public org.bytedeco.javacpp.PointerPointer pix()
public lept.PIXA pix(org.bytedeco.javacpp.PointerPointer pix)
public lept.BOXA boxa()
Copyright © 2018. All rights reserved.