Uses of Class
nds2.simple_segment_list_type
-
-
Uses of simple_segment_list_type in nds2
Methods in nds2 that return simple_segment_list_type Modifier and Type Method Description simple_segment_list_type
vectorSimpleSegmentListType. get(int i)
simple_segment_list_type
availability. simpleList()
Methods in nds2 with parameters of type simple_segment_list_type Modifier and Type Method Description void
vectorSimpleSegmentListType. add(simple_segment_list_type x)
protected static long
simple_segment_list_type. getCPtr(simple_segment_list_type obj)
void
simple_availability_list_type. pushBack(simple_segment_list_type x)
void
vectorSimpleSegmentListType. set(int i, simple_segment_list_type val)
static void
nds2JNI. simple_availability_list_type_pushBack(long jarg1, simple_availability_list_type jarg1_, long jarg2, simple_segment_list_type jarg2_)
static void
nds2JNI. simple_segment_list_type_pushBack(long jarg1, simple_segment_list_type jarg1_, long jarg2, simple_segment jarg2_)
static void
nds2JNI. vectorSimpleSegmentListType_add(long jarg1, vectorSimpleSegmentListType jarg1_, long jarg2, simple_segment_list_type jarg2_)
static void
nds2JNI. vectorSimpleSegmentListType_set(long jarg1, vectorSimpleSegmentListType jarg1_, int jarg2, long jarg3, simple_segment_list_type jarg3_)
-