@Name(value="Pta") @Properties(inherit=lept.class) public class PTA extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
PTA()
Default native constructor.
|
PTA(long size)
Native array allocator.
|
PTA(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
n()
actual number of pts
|
PTA |
n(int setter) |
int |
nalloc()
size of allocated arrays
|
PTA |
nalloc(int setter) |
PTA |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
PTA |
refcount(int setter) |
FloatPointer |
x()
arrays of floats
|
PTA |
x(FloatPointer setter) |
FloatPointer |
y() |
PTA |
y(FloatPointer setter) |
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 PTA()
public PTA(long size)
Pointer.position(long).public PTA(Pointer p)
Pointer.Pointer(Pointer).public PTA n(int setter)
public PTA nalloc(int setter)
public PTA refcount(int setter)
@Cast(value="l_float32*") public FloatPointer x()
public PTA x(FloatPointer setter)
@Cast(value="l_float32*") public FloatPointer y()
public PTA y(FloatPointer setter)
Copyright © 2019. All rights reserved.