Uses of Class
nds2.vectorSegment
-
-
Uses of vectorSegment in nds2
Subclasses of vectorSegment in nds2 Modifier and Type Class Description class
segment_list_type
A list of detailed segments.Methods in nds2 with parameters of type vectorSegment Modifier and Type Method Description protected static long
vectorSegment. getCPtr(vectorSegment obj)
static long
nds2JNI. new_vectorSegment__SWIG_1(long jarg1, vectorSegment jarg1_)
static long
nds2JNI. vectorSegment_capacity(long jarg1, vectorSegment jarg1_)
static void
nds2JNI. vectorSegment_clear(long jarg1, vectorSegment jarg1_)
static void
nds2JNI. vectorSegment_doAdd__SWIG_0(long jarg1, vectorSegment jarg1_, long jarg2, segment jarg2_)
static void
nds2JNI. vectorSegment_doAdd__SWIG_1(long jarg1, vectorSegment jarg1_, int jarg2, long jarg3, segment jarg3_)
static long
nds2JNI. vectorSegment_doGet(long jarg1, vectorSegment jarg1_, int jarg2)
static long
nds2JNI. vectorSegment_doRemove(long jarg1, vectorSegment jarg1_, int jarg2)
static void
nds2JNI. vectorSegment_doRemoveRange(long jarg1, vectorSegment jarg1_, int jarg2, int jarg3)
static long
nds2JNI. vectorSegment_doSet(long jarg1, vectorSegment jarg1_, int jarg2, long jarg3, segment jarg3_)
static int
nds2JNI. vectorSegment_doSize(long jarg1, vectorSegment jarg1_)
static boolean
nds2JNI. vectorSegment_isEmpty(long jarg1, vectorSegment jarg1_)
static void
nds2JNI. vectorSegment_reserve(long jarg1, vectorSegment jarg1_, long jarg2)
Constructors in nds2 with parameters of type vectorSegment Constructor Description vectorSegment(vectorSegment other)
-