Uses of Class
RTC.PointCloudPoint

Packages that use PointCloudPoint
RTC   
 

Uses of PointCloudPoint in RTC
 

Fields in RTC declared as PointCloudPoint
 PointCloudPoint[] PointCloud.points
           
 PointCloudPoint[] PointCloudPointListHolder.value
           
 PointCloudPoint PointCloudPointHolder.value
           
 

Methods in RTC that return PointCloudPoint
static PointCloudPoint[] PointCloudPointListHelper.extract(org.omg.CORBA.Any a)
           
static PointCloudPoint PointCloudPointHelper.extract(org.omg.CORBA.Any a)
           
static PointCloudPoint[] PointCloudPointListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static PointCloudPoint PointCloudPointHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in RTC with parameters of type PointCloudPoint
static void PointCloudPointHelper.insert(org.omg.CORBA.Any a, PointCloudPoint that)
           
static void PointCloudPointListHelper.insert(org.omg.CORBA.Any a, PointCloudPoint[] that)
           
static void PointCloudPointHelper.write(org.omg.CORBA.portable.OutputStream ostream, PointCloudPoint value)
           
static void PointCloudPointListHelper.write(org.omg.CORBA.portable.OutputStream ostream, PointCloudPoint[] value)
           
 

Constructors in RTC with parameters of type PointCloudPoint
PointCloud(Time _tm, PointCloudPoint[] _points)
           
PointCloudPointHolder(PointCloudPoint initialValue)
           
PointCloudPointListHolder(PointCloudPoint[] initialValue)