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 i)
Methods in nds2 with parameters of type simple_segment Modifier and Type Method Description void
vectorSimpleSegment. add(simple_segment x)
protected static long
simple_segment. getCPtr(simple_segment obj)
static long
nds2JNI. new_simple_segment__SWIG_1(long jarg1, simple_segment jarg1_)
void
simple_segment_list_type. pushBack(simple_segment x)
void
vectorSimpleSegment. set(int i, simple_segment val)
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_add(long jarg1, vectorSimpleSegment jarg1_, long jarg2, simple_segment jarg2_)
static void
nds2JNI. vectorSimpleSegment_set(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)
-