public class ushortarray extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
ushortarray(long nelements) |
protected |
ushortarray(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
SWIGTYPE_p_unsigned_short |
cast() |
void |
delete() |
protected void |
finalize() |
static ushortarray |
frompointer(SWIGTYPE_p_unsigned_short t) |
int |
get_size() |
int |
get(int index) |
protected static long |
getCPtr(ushortarray obj) |
SWIGTYPE_p_unsigned_short |
getEl() |
void |
set_size(int value) |
void |
set(int index,
int value) |
void |
setEl(SWIGTYPE_p_unsigned_short value) |
String |
toString() |
protected ushortarray(long cPtr,
boolean cMemoryOwn)
public ushortarray(long nelements)
protected static long getCPtr(ushortarray obj)
public void delete()
public void setEl(SWIGTYPE_p_unsigned_short value)
public SWIGTYPE_p_unsigned_short getEl()
public void set_size(int value)
public int get_size()
public int get(int index)
public void set(int index,
int value)
public SWIGTYPE_p_unsigned_short cast()
public static ushortarray frompointer(SWIGTYPE_p_unsigned_short t)
Copyright © 2023 LSST. All rights reserved.