| 
    alrobotmodel
    2.4.3.28-r2
    
   | 
 
VisualData embeds information about the visualization of a physical object. More...
#include <alrobotmodel.h>
Public Member Functions | |
| VisualData () | |
| creates an empty VisualData, you should not use this.  More... | |
| virtual | ~VisualData () | 
| destructor.  More... | |
| const std::string & | meshPath () const | 
| returns the relative path to the 3D representation of the Link.  More... | |
| const AL::Math::Transform & | meshTransform () const | 
| returns the transform between the link and the mesh provided by VisualData::meshPath()  More... | |
Public Attributes | |
| class VisualDataImpl * | a_impl | 
| Private implementation.  More... | |
VisualData embeds information about the visualization of a physical object.
Definition at line 496 of file alrobotmodel.h.
| Sim::VisualData::VisualData | ( | ) | 
creates an empty VisualData, you should not use this.
      
  | 
  virtual | 
destructor.
| const std::string& Sim::VisualData::meshPath | ( | ) | const | 
returns the relative path to the 3D representation of the Link.
| const AL::Math::Transform& Sim::VisualData::meshTransform | ( | ) | const | 
returns the transform between the link and the mesh provided by VisualData::meshPath()
| class VisualDataImpl* Sim::VisualData::a_impl | 
Private implementation.
Definition at line 516 of file alrobotmodel.h.