Uses of Class
nds2.segment
-
-
Uses of segment in nds2
Methods in nds2 that return segment Modifier and Type Method Description segment
vectorSegment. get(int index)
segment
vectorSegment. remove(int index)
segment
vectorSegment. set(int index, segment e)
Methods in nds2 with parameters of type segment Modifier and Type Method Description void
vectorSegment. add(int index, segment e)
boolean
vectorSegment. add(segment e)
protected static long
segment. getCPtr(segment obj)
static long
nds2JNI. new_vectorSegment__SWIG_2(int jarg1, long jarg2, segment jarg2_)
void
segment_list_type. pushBack(segment x)
static java.lang.String
nds2JNI. segment_frameType_get(long jarg1, segment jarg1_)
static void
nds2JNI. segment_frameType_set(long jarg1, segment jarg1_, java.lang.String jarg2)
static int
nds2JNI. segment_gpsStart_get(long jarg1, segment jarg1_)
static void
nds2JNI. segment_gpsStart_set(long jarg1, segment jarg1_, int jarg2)
static int
nds2JNI. segment_gpsStop_get(long jarg1, segment jarg1_)
static void
nds2JNI. segment_gpsStop_set(long jarg1, segment jarg1_, int jarg2)
static void
nds2JNI. segment_list_type_pushBack(long jarg1, segment_list_type jarg1_, long jarg2, segment jarg2_)
segment
vectorSegment. set(int index, segment e)
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_doSet(long jarg1, vectorSegment jarg1_, int jarg2, long jarg3, segment jarg3_)
Constructors in nds2 with parameters of type segment Constructor Description vectorSegment(int count, segment value)
vectorSegment(segment[] initialElements)
Constructor parameters in nds2 with type arguments of type segment Constructor Description vectorSegment(java.lang.Iterable<segment> initialElements)
-