Uses of Class
nds2.simple_segment
-
-
Uses of simple_segment in nds2
Methods in nds2 that return simple_segment Modifier and Type Method Description simple_segment
vectorSimpleSegment. get(int index)
simple_segment
vectorSimpleSegment. remove(int index)
simple_segment
vectorSimpleSegment. set(int index, simple_segment e)
Methods in nds2 with parameters of type simple_segment Modifier and Type Method Description void
vectorSimpleSegment. add(int index, simple_segment e)
boolean
vectorSimpleSegment. add(simple_segment e)
protected static long
simple_segment. getCPtr(simple_segment obj)
static long
nds2JNI. new_simple_segment__SWIG_1(long jarg1, simple_segment jarg1_)
static long
nds2JNI. new_vectorSimpleSegment__SWIG_2(int jarg1, long jarg2, simple_segment jarg2_)
void
simple_segment_list_type. pushBack(simple_segment x)
simple_segment
vectorSimpleSegment. set(int index, simple_segment e)
static int
nds2JNI. simple_segment_gpsStart_get(long jarg1, simple_segment jarg1_)
static void
nds2JNI. simple_segment_gpsStart_set(long jarg1, simple_segment jarg1_, int jarg2)
static int
nds2JNI. simple_segment_gpsStop_get(long jarg1, simple_segment jarg1_)
static void
nds2JNI. simple_segment_gpsStop_set(long jarg1, simple_segment jarg1_, int jarg2)
static void
nds2JNI. simple_segment_list_type_pushBack(long jarg1, simple_segment_list_type jarg1_, long jarg2, simple_segment jarg2_)
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_doSet(long jarg1, vectorSimpleSegment jarg1_, int jarg2, long jarg3, simple_segment jarg3_)
Constructors in nds2 with parameters of type simple_segment Constructor Description simple_segment(simple_segment other)
vectorSimpleSegment(int count, simple_segment value)
vectorSimpleSegment(simple_segment[] initialElements)
Constructor parameters in nds2 with type arguments of type simple_segment Constructor Description vectorSimpleSegment(java.lang.Iterable<simple_segment> initialElements)
-