1 #ifndef LIBR2C2_TRACKAPPEARANCE_H_
2 #define LIBR2C2_TRACKAPPEARANCE_H_
5 #include <msp/datafile/objectloader.h>
13 class Loader: public Msp::DataFile::ObjectLoader<TrackAppearance>
16 Loader(TrackAppearance &);
19 void ballast_profile();
25 Profile ballast_profile;
26 std::string technique;
29 float get_rail_elevation() const;
30 const Profile &get_rail_profile() const { return rail_profile; }
31 const Profile &get_ballast_profile() const { return ballast_profile; }
32 const std::string &get_technique() const { return technique; }