]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/blobdiff - incl/bcar.hh
Extend gen plot for parking slot
[hubacji1/bcar.git] / incl / bcar.hh
index 018415d96e78df321634ab544e7bb874fda17717..c2265a59c566c9ac56332b70bae0dc167e1eace7 100644 (file)
@@ -144,6 +144,9 @@ public:
 
        double h() const;
 
+       /*! Generate output for plotting with gnuplot. */
+       void gen_gnuplot_to(std::ostream& out);
+
        friend std::ostream& operator<<(std::ostream& out, Line const& li);
 };
 
@@ -486,6 +489,8 @@ public:
                bool RF_POINT = false;
                bool LFM_POINT = false;
                bool RFM_POINT = false;
+               bool CRA_POINT = false;
+               bool CAR_POINT = false;
 
                bool LEFT = false;
                bool RIGHT = false;