maliput_viz
|
Holds the information to build a label.
#include <src/maliput_viz/plugins/maliput_viewer_model.hh>
Public Attributes | |
bool | visible {true} |
Holds the visualization status. More... | |
bool | enabled {true} |
Holds the mesh status. More... | |
std::string | text {} |
Text to show by the label. More... | |
ignition::math::Vector3d | position {} |
Position of the label. More... | |
MaliputLabelType | labelType {} |
The type of label. More... | |
bool enabled {true} |
Holds the mesh status.
MaliputLabelType labelType {} |
The type of label.
ignition::math::Vector3d position {} |
Position of the label.
std::string text {} |
Text to show by the label.
bool visible {true} |
Holds the visualization status.