Package org.robwork.sdurw_core
Class pairBoolVectorUInt
- java.lang.Object
-
- org.robwork.sdurw_core.pairBoolVectorUInt
-
public class pairBoolVectorUInt extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description pairBoolVectorUInt()
pairBoolVectorUInt(boolean first, SWIGTYPE_p_std__vectorT_unsigned_int_t second)
pairBoolVectorUInt(long cPtr, boolean cMemoryOwn)
pairBoolVectorUInt(pairBoolVectorUInt other)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
static long
getCPtr(pairBoolVectorUInt obj)
boolean
getFirst()
SWIGTYPE_p_std__vectorT_unsigned_int_t
getSecond()
void
setFirst(boolean value)
void
setSecond(SWIGTYPE_p_std__vectorT_unsigned_int_t value)
-
-
-
Constructor Detail
-
pairBoolVectorUInt
public pairBoolVectorUInt(long cPtr, boolean cMemoryOwn)
-
pairBoolVectorUInt
public pairBoolVectorUInt()
-
pairBoolVectorUInt
public pairBoolVectorUInt(boolean first, SWIGTYPE_p_std__vectorT_unsigned_int_t second)
-
pairBoolVectorUInt
public pairBoolVectorUInt(pairBoolVectorUInt other)
-
-
Method Detail
-
getCPtr
public static long getCPtr(pairBoolVectorUInt obj)
-
delete
public void delete()
-
setFirst
public void setFirst(boolean value)
-
getFirst
public boolean getFirst()
-
setSecond
public void setSecond(SWIGTYPE_p_std__vectorT_unsigned_int_t value)
-
getSecond
public SWIGTYPE_p_std__vectorT_unsigned_int_t getSecond()
-
-