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