public class helper
extends java.lang.Object
Constructor and Description |
---|
helper() |
Modifier and Type | Method and Description |
---|---|
static void |
delete_double_array(SWIGTYPE_p_double ary) |
static void |
delete_string_array(SWIGTYPE_p_std__string ary) |
static double |
double_array_getitem(SWIGTYPE_p_double ary,
int index) |
static void |
double_array_setitem(SWIGTYPE_p_double ary,
int index,
double value) |
static SWIGTYPE_p_double |
new_double_array(int nelements) |
static SWIGTYPE_p_std__string |
new_string_array(int nelements) |
static java.lang.String |
string_array_getitem(SWIGTYPE_p_std__string ary,
int index) |
static void |
string_array_setitem(SWIGTYPE_p_std__string ary,
int index,
java.lang.String value) |
public static SWIGTYPE_p_double new_double_array(int nelements)
public static void delete_double_array(SWIGTYPE_p_double ary)
public static double double_array_getitem(SWIGTYPE_p_double ary, int index)
public static void double_array_setitem(SWIGTYPE_p_double ary, int index, double value)
public static SWIGTYPE_p_std__string new_string_array(int nelements)
public static void delete_string_array(SWIGTYPE_p_std__string ary)
public static java.lang.String string_array_getitem(SWIGTYPE_p_std__string ary, int index)
public static void string_array_setitem(SWIGTYPE_p_std__string ary, int index, java.lang.String value)