Uses of Class
RTC.PointFeature

Packages that use PointFeature
RTC   
 

Uses of PointFeature in RTC
 

Fields in RTC declared as PointFeature
 PointFeature[] Features.pointFeatures
           
 PointFeature PointFeatureHolder.value
           
 PointFeature[] PointFeatureListHolder.value
           
 

Methods in RTC that return PointFeature
static PointFeature PointFeatureHelper.extract(org.omg.CORBA.Any a)
           
static PointFeature[] PointFeatureListHelper.extract(org.omg.CORBA.Any a)
           
static PointFeature PointFeatureHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static PointFeature[] PointFeatureListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

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

Constructors in RTC with parameters of type PointFeature
Features(Time _tm, PointFeature[] _pointFeatures, PoseFeature[] _poseFeatures, LineFeature[] _lineFeatures)
           
PointFeatureHolder(PointFeature initialValue)
           
PointFeatureListHolder(PointFeature[] initialValue)