Uses of Class
RTC.LineFeature

Packages that use LineFeature
RTC   
 

Uses of LineFeature in RTC
 

Fields in RTC declared as LineFeature
 LineFeature[] Features.lineFeatures
           
 LineFeature[] LineFeatureListHolder.value
           
 LineFeature LineFeatureHolder.value
           
 

Methods in RTC that return LineFeature
static LineFeature LineFeatureHelper.extract(org.omg.CORBA.Any a)
           
static LineFeature[] LineFeatureListHelper.extract(org.omg.CORBA.Any a)
           
static LineFeature LineFeatureHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static LineFeature[] LineFeatureListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

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

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