クラス
RTC.PointCloud の使用

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

RTC での PointCloud の使用
 

PointCloud として宣言されている RTC のフィールド
 PointCloud PointCloudHolder.value
           
 

PointCloud を返す RTC のメソッド
static PointCloud PointCloudHelper.extract(org.omg.CORBA.Any a)
           
static PointCloud PointCloudHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

PointCloud 型のパラメータを持つ RTC のメソッド
static void PointCloudHelper.insert(org.omg.CORBA.Any a, PointCloud that)
           
static void PointCloudHelper.write(org.omg.CORBA.portable.OutputStream ostream, PointCloud value)
           
 

PointCloud 型のパラメータを持つ RTC のコンストラクタ
PointCloudHolder(PointCloud initialValue)