18 #ifndef _GAZEBO_AXISVISUAL_HH_    19 #define _GAZEBO_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);
    72       public: 
void ScaleXAxis(
const ignition::math::Vector3d &_scale);
    82       public: 
void ScaleYAxis(
const ignition::math::Vector3d &_scale);
    92       public: 
void ScaleZAxis(
const ignition::math::Vector3d &_scale);
    97       public: 
void SetAxisMaterial(
unsigned int _axis,
    98                                    const std::string &_material);
   103       public: 
void SetAxisVisible(
unsigned int _axis, 
bool _visible);
   110       protected: 
AxisVisual(VisualPrivate &_dataPtr,
   111           const std::string &_name, 
VisualPtr _parent);
 
Forward declarations for the common classes. 
Definition: Animation.hh:33
 
The Vector3 class represents the generic vector containing 3 elements. 
Definition: Vector3.hh:39
 
#define GAZEBO_DEPRECATED(version)
Definition: CommonTypes.hh:48
 
Basic axis visualization. 
Definition: AxisVisual.hh:36
 
A renderable object. 
Definition: Visual.hh:59
 
std::shared_ptr< Visual > VisualPtr
Definition: RenderTypes.hh:112