#include <plcommands.h>
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 |
enum DLR_TS::PlotLab::PLComPaint::PLComPaintType DLR_TS::PlotLab::PLComPaint::comtype |
char DLR_TS::PlotLab::PLComPaint::hashtag[PLCom::max_size_hashtag] |
char DLR_TS::PlotLab::PLComPaint::options[PLCom::max_size_options] |
int DLR_TS::PlotLab::PLComPaint::size |
int DLR_TS::PlotLab::PLComPaint::target |
double DLR_TS::PlotLab::PLComPaint::X[PLCom::max_size_points] |
double DLR_TS::PlotLab::PLComPaint::Y[PLCom::max_size_points] |
double DLR_TS::PlotLab::PLComPaint::Z[PLCom::max_size_points] |