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 long
nds2JNI. new_vectorSimpleSegment__SWIG_1(long jarg1, vectorSimpleSegment jarg1_)
static long
nds2JNI. vectorSimpleSegment_capacity(long jarg1, vectorSimpleSegment jarg1_)
static void
nds2JNI. vectorSimpleSegment_clear(long jarg1, vectorSimpleSegment jarg1_)
static void
nds2JNI. vectorSimpleSegment_doAdd__SWIG_0(long jarg1, vectorSimpleSegment jarg1_, long jarg2, simple_segment jarg2_)
static void
nds2JNI. vectorSimpleSegment_doAdd__SWIG_1(long jarg1, vectorSimpleSegment jarg1_, int jarg2, long jarg3, simple_segment jarg3_)
static long
nds2JNI. vectorSimpleSegment_doGet(long jarg1, vectorSimpleSegment jarg1_, int jarg2)
static long
nds2JNI. vectorSimpleSegment_doRemove(long jarg1, vectorSimpleSegment jarg1_, int jarg2)
static void
nds2JNI. vectorSimpleSegment_doRemoveRange(long jarg1, vectorSimpleSegment jarg1_, int jarg2, int jarg3)
static long
nds2JNI. vectorSimpleSegment_doSet(long jarg1, vectorSimpleSegment jarg1_, int jarg2, long jarg3, simple_segment jarg3_)
static int
nds2JNI. vectorSimpleSegment_doSize(long jarg1, vectorSimpleSegment jarg1_)
static boolean
nds2JNI. vectorSimpleSegment_isEmpty(long jarg1, vectorSimpleSegment jarg1_)
static void
nds2JNI. vectorSimpleSegment_reserve(long jarg1, vectorSimpleSegment jarg1_, long jarg2)
Constructors in nds2 with parameters of type vectorSimpleSegment Constructor Description vectorSimpleSegment(vectorSimpleSegment other)
-