Package org.robwork.sdurw_sensor
Class Pixel4f
- java.lang.Object
-
- org.robwork.sdurw_sensor.Pixel4f
-
public class Pixel4f extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
SWIGTYPE_p_float
getCh()
up to four channelsstatic long
getCPtr(Pixel4f obj)
void
setCh(SWIGTYPE_p_float value)
up to four channels
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(Pixel4f obj)
-
delete
public void delete()
-
setCh
public void setCh(SWIGTYPE_p_float value)
up to four channels
-
getCh
public SWIGTYPE_p_float getCh()
up to four channels
-
-