Uses of Class
RTC.Hypothesis3D

Packages that use Hypothesis3D
RTC   
 

Uses of Hypothesis3D in RTC
 

Fields in RTC declared as Hypothesis3D
 Hypothesis3D[] Hypotheses3D.hypotheses
           
 Hypothesis3D Hypothesis3DHolder.value
           
 Hypothesis3D[] Hypothesis3DListHolder.value
           
 

Methods in RTC that return Hypothesis3D
static Hypothesis3D[] Hypothesis3DListHelper.extract(org.omg.CORBA.Any a)
           
static Hypothesis3D Hypothesis3DHelper.extract(org.omg.CORBA.Any a)
           
static Hypothesis3D[] Hypothesis3DListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static Hypothesis3D Hypothesis3DHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in RTC with parameters of type Hypothesis3D
static void Hypothesis3DHelper.insert(org.omg.CORBA.Any a, Hypothesis3D that)
           
static void Hypothesis3DListHelper.insert(org.omg.CORBA.Any a, Hypothesis3D[] that)
           
static void Hypothesis3DHelper.write(org.omg.CORBA.portable.OutputStream ostream, Hypothesis3D value)
           
static void Hypothesis3DListHelper.write(org.omg.CORBA.portable.OutputStream ostream, Hypothesis3D[] value)
           
 

Constructors in RTC with parameters of type Hypothesis3D
Hypotheses3D(Time _tm, Hypothesis3D[] _hypotheses)
           
Hypothesis3DHolder(Hypothesis3D initialValue)
           
Hypothesis3DListHolder(Hypothesis3D[] initialValue)