@Name(value="CCBorda")
public static class lept.CCBORDA
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
CCBORDA()
Default native constructor.
|
CCBORDA(long size)
Native array allocator.
|
CCBORDA(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.PointerPointer |
ccb() |
lept.CCBORD |
ccb(int i)
ccb ptr array
|
lept.CCBORDA |
ccb(int i,
lept.CCBORD ccb) |
lept.CCBORDA |
ccb(org.bytedeco.javacpp.PointerPointer ccb) |
int |
h()
height of pix
|
lept.CCBORDA |
h(int h) |
int |
n()
number of ccbord in ptr array
|
lept.CCBORDA |
n(int n) |
int |
nalloc()
number of ccbord ptrs allocated
|
lept.CCBORDA |
nalloc(int nalloc) |
lept.PIX |
pix()
input pix (may be null)
|
lept.CCBORDA |
pix(lept.PIX pix) |
lept.CCBORDA |
position(long position) |
int |
w()
width of pix
|
lept.CCBORDA |
w(int w) |
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 CCBORDA()
public CCBORDA(long size)
Pointer.position(long).public CCBORDA(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.CCBORDA position(long position)
position in class org.bytedeco.javacpp.Pointerpublic lept.PIX pix()
public lept.CCBORDA pix(lept.PIX pix)
@Cast(value="l_int32") public int w()
public lept.CCBORDA w(int w)
@Cast(value="l_int32") public int h()
public lept.CCBORDA h(int h)
@Cast(value="l_int32") public int n()
public lept.CCBORDA n(int n)
@Cast(value="l_int32") public int nalloc()
public lept.CCBORDA nalloc(int nalloc)
public lept.CCBORD ccb(int i)
public lept.CCBORDA ccb(int i, lept.CCBORD ccb)
@Cast(value="CCBord**") public org.bytedeco.javacpp.PointerPointer ccb()
public lept.CCBORDA ccb(org.bytedeco.javacpp.PointerPointer ccb)
Copyright © 2018. All rights reserved.