クラス
RTC.PointFeature の使用

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

RTC での PointFeature の使用
 

PointFeature として宣言されている RTC のフィールド
 PointFeature[] Features.pointFeatures
           
 PointFeature PointFeatureHolder.value
           
 PointFeature[] PointFeatureListHolder.value
           
 

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

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

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