Uses of Class
RTC.RGBColour

Packages that use RGBColour
RTC   
 

Uses of RGBColour in RTC
 

Fields in RTC declared as RGBColour
 RGBColour PointCloudPoint.colour
           
 RGBColour TimedRGBColour.data
           
 RGBColour RGBColourHolder.value
           
 

Methods in RTC that return RGBColour
static RGBColour RGBColourHelper.extract(org.omg.CORBA.Any a)
           
static RGBColour RGBColourHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in RTC with parameters of type RGBColour
static void RGBColourHelper.insert(org.omg.CORBA.Any a, RGBColour that)
           
static void RGBColourHelper.write(org.omg.CORBA.portable.OutputStream ostream, RGBColour value)
           
 

Constructors in RTC with parameters of type RGBColour
PointCloudPoint(Point3D _point, RGBColour _colour)
           
RGBColourHolder(RGBColour initialValue)
           
TimedRGBColour(Time _tm, RGBColour _data)