]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/vehicletype.h
Make shoppinglist ignore zones
[r2c2.git] / source / 3d / vehicletype.h
index 72c2c231a1f84e24c57b45646f309b28125cdb5c..bef461c695befa7a3781983bd9a3918be9295ba8 100644 (file)
@@ -25,6 +25,7 @@ private:
        Msp::GL::Object *body_object;
        std::vector<Msp::GL::Object *> bogie_objects;
        std::vector<std::vector<Msp::GL::Object *> > axle_objects;
+       std::vector<Msp::GL::Object *> rod_objects;
 
 public:
        VehicleType3D(const Catalogue3D &, const VehicleType &);
@@ -34,6 +35,7 @@ public:
        const Msp::GL::Object *get_axle_object(unsigned) const;
        const Msp::GL::Object *get_bogie_object(unsigned) const;
        const Msp::GL::Object *get_bogie_axle_object(unsigned, unsigned) const;
+       const Msp::GL::Object *get_rod_object(unsigned) const;
 private:
        Msp::GL::Object *get_object(const std::string &);
        Msp::GL::Technique *create_technique(const std::map<std::string, std::string> &);