Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
jafar::p3d::P3DRobotConfig Class Reference

The P3DRobotConfig class represents one configuration of a robot at a time, aka its position in 3d world. More...


Detailed Description

The P3DRobotConfig class represents one configuration of a robot at a time, aka its position in 3d world.

Definition at line 113 of file P3d.hpp.

#include <P3d.hpp>

List of all members.

Public Member Functions

 P3DRobotConfig ()
 The constructor.
 ~P3DRobotConfig ()
 The destructor.
::P3DRobotConfigget_data () const
 The method get_data returns the internal representation.
void display () const
 The method display prints some information about the current config.
double quality () const
 The method quality returns the quality of a configuration, aka the difficulty of the configuration.
void to_T3D (jafar::geom::T3DEuler &t3d) const

Private Attributes

::P3DRobotConfig_pdata
 internal calife representation

Member Function Documentation

The method display prints some information about the current config.

Returns:
Nothing.

The method get_data returns the internal representation.

It is useful when we call some calife functions.

Returns:
_pdata.

The method quality returns the quality of a configuration, aka the difficulty of the configuration.

The highest it is, the worst it is.

Returns:
the quality of the current configuration.

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:43 for Jafar by doxygen 1.7.6.1
LAAS-CNRS