Uses of Class
nds2.vectorSimpleSegment
-
-
Uses of vectorSimpleSegment in nds2
Subclasses of vectorSimpleSegment in nds2 Modifier and Type Class Description class
simple_segment_list_type
Methods in nds2 with parameters of type vectorSimpleSegment Modifier and Type Method Description protected static long
vectorSimpleSegment. getCPtr(vectorSimpleSegment obj)
static void
nds2JNI. vectorSimpleSegment_add(long jarg1, vectorSimpleSegment jarg1_, long jarg2, simple_segment jarg2_)
static long
nds2JNI. vectorSimpleSegment_capacity(long jarg1, vectorSimpleSegment jarg1_)
static void
nds2JNI. vectorSimpleSegment_clear(long jarg1, vectorSimpleSegment jarg1_)
static long
nds2JNI. vectorSimpleSegment_get(long jarg1, vectorSimpleSegment jarg1_, int jarg2)
static boolean
nds2JNI. vectorSimpleSegment_isEmpty(long jarg1, vectorSimpleSegment jarg1_)
static void
nds2JNI. vectorSimpleSegment_reserve(long jarg1, vectorSimpleSegment jarg1_, long jarg2)
static void
nds2JNI. vectorSimpleSegment_set(long jarg1, vectorSimpleSegment jarg1_, int jarg2, long jarg3, simple_segment jarg3_)
static long
nds2JNI. vectorSimpleSegment_size(long jarg1, vectorSimpleSegment jarg1_)
-