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