@Name(value="Pta") public static class lept.PTA extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
lept.PTA()
Default native constructor.
|
lept.PTA(long size)
Native array allocator.
|
lept.PTA(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
n() |
lept.PTA |
n(int n) |
int |
nalloc() |
lept.PTA |
nalloc(int nalloc) |
lept.PTA |
position(long position) |
int |
refcount() |
lept.PTA |
refcount(int refcount) |
FloatPointer |
x() |
lept.PTA |
x(FloatPointer x) |
FloatPointer |
y() |
lept.PTA |
y(FloatPointer y) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic lept.PTA()
public lept.PTA(long size)
Pointer.position(long).public lept.PTA(Pointer p)
Pointer.Pointer(Pointer).public lept.PTA n(int n)
public lept.PTA nalloc(int nalloc)
public lept.PTA refcount(int refcount)
@Cast(value="l_float32*") public FloatPointer x()
public lept.PTA x(FloatPointer x)
@Cast(value="l_float32*") public FloatPointer y()
public lept.PTA y(FloatPointer y)
Copyright © 2016. All rights reserved.