]> git.tdb.fi Git - r2c2.git/blobdiff - source/libr2c2/catalogue.h
New approach for displaying track state
[r2c2.git] / source / libr2c2 / catalogue.h
index d1829afae8b47a3510188523bffbb423ffaf38b5..d13c9821d67cad4c3cc09fcb4d42e57902cdb52a 100644 (file)
@@ -27,9 +27,7 @@ public:
                void rail_profile();
                void scale(float, float);
                void signal(ArticleNumber);
-               void track(unsigned);
                void track(ArticleNumber);
-               void vehicle(unsigned);
                void vehicle(ArticleNumber);
        };
 
@@ -46,7 +44,6 @@ private:
        float gauge;
        Profile rail_profile;
        Profile ballast_profile;
-       Profile path_profile;
        std::string track_technique;
        TrackMap tracks;
        VehicleMap vehicles;
@@ -62,7 +59,6 @@ public:
        float get_rail_elevation() const;
        const Profile &get_rail_profile() const { return rail_profile; }
        const Profile &get_ballast_profile() const { return ballast_profile; }
-       const Profile &get_path_profile() const { return path_profile; }
        const std::string &get_track_technique() const { return track_technique; }
 
        void add_track(TrackType &);