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_segmentvectorSimpleSegment. get(int i)Methods in nds2 with parameters of type simple_segment Modifier and Type Method Description voidvectorSimpleSegment. add(simple_segment x)protected static longsimple_segment. getCPtr(simple_segment obj)static longnds2JNI. new_simple_segment__SWIG_1(long jarg1, simple_segment jarg1_)voidsimple_segment_list_type. pushBack(simple_segment x)voidvectorSimpleSegment. set(int i, simple_segment val)static intnds2JNI. simple_segment_gpsStart_get(long jarg1, simple_segment jarg1_)static voidnds2JNI. simple_segment_gpsStart_set(long jarg1, simple_segment jarg1_, int jarg2)static intnds2JNI. simple_segment_gpsStop_get(long jarg1, simple_segment jarg1_)static voidnds2JNI. simple_segment_gpsStop_set(long jarg1, simple_segment jarg1_, int jarg2)static voidnds2JNI. simple_segment_list_type_pushBack(long jarg1, simple_segment_list_type jarg1_, long jarg2, simple_segment jarg2_)static voidnds2JNI. vectorSimpleSegment_add(long jarg1, vectorSimpleSegment jarg1_, long jarg2, simple_segment jarg2_)static voidnds2JNI. 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)
-