18 #ifndef _AXISVISUAL_HH_ 
   19 #define _AXISVISUAL_HH_ 
   47       public: 
virtual void Load();
 
   52       public: 
void ShowAxisRotation(
unsigned int _axis, 
bool _show);
 
   57       public: 
void ShowAxisShaft(
unsigned int _axis, 
bool _show);
 
   62       public: 
void ShowAxisHead(
unsigned int _axis, 
bool _show);
 
   79       public: 
void SetAxisMaterial(
unsigned int _axis,
 
   80                                    const std::string &_material);
 
   85       public: 
void SetAxisVisible(
unsigned int _axis, 
bool _visible);
 
The Vector3 class represents the generic vector containing 3 elements. 
Definition: Vector3.hh:43
 
Basic axis visualization. 
Definition: AxisVisual.hh:36
 
A renderable object. 
Definition: Visual.hh:62
 
boost::shared_ptr< Visual > VisualPtr
Definition: RenderTypes.hh:102
 
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported. 
Definition: system.hh:48