ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
DLR_TS::PlotLab::PLComPaint Struct Reference

#include <plcommands.h>

Collaboration diagram for DLR_TS::PlotLab::PLComPaint:
Collaboration graph

Public Types

enum  PLComPaintType {
  line , patch , append , text ,
  texture , tristrip , circlestrip
}
 

Public Attributes

double X [PLCom::max_size_points]
 
double Y [PLCom::max_size_points]
 
double Z [PLCom::max_size_points]
 
char options [PLCom::max_size_options]
 
char hashtag [PLCom::max_size_hashtag]
 
int size
 
int target
 
enum DLR_TS::PlotLab::PLComPaint::PLComPaintType comtype
 

Member Enumeration Documentation

◆ PLComPaintType

Enumerator
line 
patch 
append 
text 
texture 
tristrip 
circlestrip 

Member Data Documentation

◆ comtype

enum DLR_TS::PlotLab::PLComPaint::PLComPaintType DLR_TS::PlotLab::PLComPaint::comtype

◆ hashtag

char DLR_TS::PlotLab::PLComPaint::hashtag[PLCom::max_size_hashtag]

◆ options

char DLR_TS::PlotLab::PLComPaint::options[PLCom::max_size_options]

◆ size

int DLR_TS::PlotLab::PLComPaint::size

◆ target

int DLR_TS::PlotLab::PLComPaint::target

◆ X

double DLR_TS::PlotLab::PLComPaint::X[PLCom::max_size_points]

◆ Y

double DLR_TS::PlotLab::PLComPaint::Y[PLCom::max_size_points]

◆ Z

double DLR_TS::PlotLab::PLComPaint::Z[PLCom::max_size_points]

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