クラス
RTC.LineFeature の使用

LineFeature を使用しているパッケージ
RTC   
 

RTC での LineFeature の使用
 

LineFeature として宣言されている RTC のフィールド
 LineFeature[] Features.lineFeatures
           
 LineFeature[] LineFeatureListHolder.value
           
 LineFeature LineFeatureHolder.value
           
 

LineFeature を返す RTC のメソッド
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)
           
 

LineFeature 型のパラメータを持つ RTC のメソッド
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)
           
 

LineFeature 型のパラメータを持つ RTC のコンストラクタ
Features(Time _tm, PointFeature[] _pointFeatures, PoseFeature[] _poseFeatures, LineFeature[] _lineFeatures)
           
LineFeatureHolder(LineFeature initialValue)
           
LineFeatureListHolder(LineFeature[] initialValue)