public class int16_tArray
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
int16_tArray(int nelements) |
protected |
int16_tArray(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
SWIGTYPE_p_short |
cast() |
void |
delete() |
protected void |
finalize() |
static int16_tArray |
frompointer(SWIGTYPE_p_short t) |
protected static long |
getCPtr(int16_tArray obj) |
short |
getitem(int index) |
void |
setitem(int index,
short value) |
protected int16_tArray(long cPtr, boolean cMemoryOwn)
public int16_tArray(int nelements)
protected static long getCPtr(int16_tArray obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public short getitem(int index)
public void setitem(int index, short value)
public SWIGTYPE_p_short cast()
public static int16_tArray frompointer(SWIGTYPE_p_short t)