31 bool lf = (viewtype ==
"lf" ? true :
false);
36 std::vector<double> offset_left;
37 std::vector<double> offset_right;
38 for (
int i = 0; i < n; i++)
40 double s = s0 + (s1 - s0) / (
double)(n - 1) * (
double)i;
59 for (
int i = 0; i < n; i++)
61 double s = s0 + (s1 - s0) / (
double)(n - 1) * (
double)i;
64 figure->
plot(tag+
"/bl", X, Y, 0.9, n,
"LineStyle=none;MarkerSize=7;LineColor=1,0,0");
88 figure->
plot(tag+
"gate_start",&X[0],&Y[0],1.0,2,
"LindWidth=3;LineColor=0,0,0");
89 figure->
plot(tag+
"gate_end",&X[2],&Y[2],1.0,2,
"LindWidth=3;LineColor=0,0,0");
Definition: viewplotter_config.h:23
double lf_geometry_narrowing
Definition: viewplotter_config.h:30
std::string lf_geometry_plotoptions
Definition: viewplotter_config.h:25
int number_of_samples_per_boundary
Definition: viewplotter_config.h:31
double lc_geometry_narrowing
Definition: viewplotter_config.h:29
std::string lc_geometry_plotoptions
Definition: viewplotter_config.h:26
Definition: alanechangeview.h:27
virtual double getProgressOfGateOpen() const =0
virtual double getOffsetOfDestinationOuterBorder(double s)=0
virtual ALane * getTargetLane()=0
virtual double getProgressOfGateClosed() const =0
virtual double getOffsetOfStartOuterBorder(double s)=0
virtual double getSMin() const =0
virtual double getOffsetOfRightBorder(double s)=0
virtual double getSMax() const =0
virtual void toEucledianCoordinates(double s, double n, double &xe, double &ye, double &ze)=0
virtual double getOffsetOfLeftBorder(double s)=0
void plotALane(adore::view::ALane *alane, std::string tag, adore::PLOT::ViewPlotterConfig config, DLR_TS::PlotLab::AFigureStub *figure, std::string viewtype)
Definition: plot_views.h:26
void plotALaneChangeView(adore::view::ALaneChangeView *alanechangeview, std::string tag, adore::PLOT::ViewPlotterConfig config, DLR_TS::PlotLab::AFigureStub *figure)
Definition: plot_views.h:68
int signum(T val)
Definition: adoremath.h:723
adoreMatrix< T, N, M > max(adoreMatrix< T, N, M > a, const adoreMatrix< T, N, M > &b)
Definition: adoremath.h:686
z
Definition: adore_set_goal.py:32
Definition: areaofeffectconverter.h:20