クラス
RTC.Size3D の使用

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

RTC での Size3D の使用
 

Size3D として宣言されている RTC のフィールド
 Size3D TimedSize3D.data
           
 Size3D BumperGeometry.size
           
 Size3D FiducialInfo.size
           
 Size3D Geometry3D.size
           
 Size3D FiducialInfo.sizeUncertainty
           
 Size3D Size3DHolder.value
           
 

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

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

Size3D 型のパラメータを持つ RTC のコンストラクタ
BumperGeometry(Pose3D _pose, Size3D _size, double _roc)
           
FiducialInfo(int _id, Pose3D _pose, Pose3D _poseUncertainty, Size3D _size, Size3D _sizeUncertainty)
           
Geometry3D(Pose3D _pose, Size3D _size)
           
Size3DHolder(Size3D initialValue)
           
TimedSize3D(Time _tm, Size3D _data)