|
MIRA
|
#include <model/Marker.h>

Public Member Functions | |
| LineListMarker () | |
| template<typename Reflector > | |
| void | reflect (Reflector &r) |
| Class const & | getClass () const |
Static Public Member Functions | |
| static PseudoClass const & | CLASS () |
Public Attributes | |
| float | lineWidth |
| std::vector< Line3f > | lines |
| Pose3 | position |
| Color::RGBA | color |
| Size3f | scale |
Protected Member Functions | |
| virtual Class const & | internalGetClass () const=0 |
Line list marker.
It will draw a line between each pair of points. The scale parameter of the base class is ignored. By default the lines are 1 cm wide. Each point of the line will be transformed by the position parameter of the base class.
|
inline |
|
inline |
| float lineWidth |
| std::vector<Line3f> lines |
|
inherited |
|
inherited |
|
inherited |
1.8.14