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