MIRA
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | List of all members
LineStripMarker Class Referenceabstract

Line strip marker. More...

#include <model/Marker.h>

Inheritance diagram for LineStripMarker:
Inheritance graph
[legend]

Public Member Functions

 LineStripMarker ()
 
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< Point3fpoints
 
Pose3 position
 
Color::RGBA color
 
Size3f scale
 

Protected Member Functions

virtual Class const & internalGetClass () const=0
 

Detailed Description

Line strip marker.

It will draw lines between every two consecutive points (0-1,1-2,2-3,..) 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.

Constructor & Destructor Documentation

◆ LineStripMarker()

LineStripMarker ( )
inline

Member Function Documentation

◆ reflect()

void reflect ( Reflector &  r)
inline

Member Data Documentation

◆ lineWidth

float lineWidth

◆ points

std::vector<Point3f> points

◆ position

Pose3 position
inherited

◆ color

Color::RGBA color
inherited

◆ scale

Size3f scale
inherited

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