Uses of Class
RTC.Size3D

Packages that use Size3D
RTC   
 

Uses of Size3D in RTC
 

Fields in RTC declared as Size3D
 Size3D TimedSize3D.data
           
 Size3D BumperGeometry.size
           
 Size3D FiducialInfo.size
           
 Size3D Geometry3D.size
           
 Size3D FiducialInfo.sizeUncertainty
           
 Size3D Size3DHolder.value
           
 

Methods in RTC that return Size3D
static Size3D Size3DHelper.extract(org.omg.CORBA.Any a)
           
static Size3D Size3DHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in RTC with parameters of type Size3D
static void Size3DHelper.insert(org.omg.CORBA.Any a, Size3D that)
           
static void Size3DHelper.write(org.omg.CORBA.portable.OutputStream ostream, Size3D value)
           
 

Constructors in RTC with parameters of type Size3D
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)