maliput_viz
MaliputLabel Class Reference

Detailed Description

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...
 

Member Data Documentation

◆ enabled

bool enabled {true}

Holds the mesh status.

◆ labelType

MaliputLabelType labelType {}

The type of label.

◆ position

ignition::math::Vector3d position {}

Position of the label.

◆ text

std::string text {}

Text to show by the label.

◆ visible

bool visible {true}

Holds the visualization status.


The documentation for this class was generated from the following file: