public class Pta
extends org.bridj.StructObject
| Modifier and Type | Method and Description |
|---|---|
int |
n()
actual number of pts
C type : l_int32 |
Pta |
n(int n)
actual number of pts
C type : l_int32 |
int |
nalloc()
size of allocated arrays
C type : l_int32 |
Pta |
nalloc(int nalloc)
size of allocated arrays
C type : l_int32 |
int |
refcount()
reference count (1 if no clones)
C type : l_uint32 |
Pta |
refcount(int refcount)
reference count (1 if no clones)
C type : l_uint32 |
org.bridj.Pointer<java.lang.Float> |
x()
arrays of floats
C type : l_float32* |
Pta |
x(org.bridj.Pointer<java.lang.Float> x)
arrays of floats
C type : l_float32* |
org.bridj.Pointer<java.lang.Float> |
y()
arrays of floats
C type : l_float32* |
Pta |
y(org.bridj.Pointer<java.lang.Float> y)
arrays of floats
C type : l_float32* |
public int n()
public Pta n(int n)
public int nalloc()
public Pta nalloc(int nalloc)
public int refcount()
public Pta refcount(int refcount)
public org.bridj.Pointer<java.lang.Float> x()
public Pta x(org.bridj.Pointer<java.lang.Float> x)
public org.bridj.Pointer<java.lang.Float> y()
public Pta y(org.bridj.Pointer<java.lang.Float> y)