@Name(value="Ptaa")
public static class lept.PTAA
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
PTAA()
Default native constructor.
|
PTAA(long size)
Native array allocator.
|
PTAA(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
n()
number of pta in ptr array
|
lept.PTAA |
n(int n) |
int |
nalloc()
number of pta ptrs allocated
|
lept.PTAA |
nalloc(int nalloc) |
lept.PTAA |
position(long position) |
org.bytedeco.javacpp.PointerPointer |
pta() |
lept.PTA |
pta(int i)
pta ptr array
|
lept.PTAA |
pta(int i,
lept.PTA pta) |
lept.PTAA |
pta(org.bytedeco.javacpp.PointerPointer pta) |
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 PTAA()
public PTAA(long size)
Pointer.position(long).public PTAA(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.PTAA position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int n()
public lept.PTAA n(int n)
@Cast(value="l_int32") public int nalloc()
public lept.PTAA nalloc(int nalloc)
public lept.PTA pta(int i)
@Cast(value="Pta**") public org.bytedeco.javacpp.PointerPointer pta()
public lept.PTAA pta(org.bytedeco.javacpp.PointerPointer pta)
Copyright © 2018. All rights reserved.