all_include.h
branchgui
changeset 81 5ad61c33487c
parent 69 6bb290b67e19
child 98 f60f89147531
equal deleted inserted replaced
13:054280525a2f 14:bd38a0df54e9
    30 #ifndef MAIN_PART
    30 #ifndef MAIN_PART
    31 extern std::vector <std::string> edge_property_strings;
    31 extern std::vector <std::string> edge_property_strings;
    32 extern std::vector <double> edge_property_defaults;
    32 extern std::vector <double> edge_property_defaults;
    33 extern std::vector <std::string> node_property_strings;
    33 extern std::vector <std::string> node_property_strings;
    34 extern std::vector <double> node_property_defaults;
    34 extern std::vector <double> node_property_defaults;
       
    35 extern int longest_property_string_length;
    35 #endif //MAIN_PART
    36 #endif //MAIN_PART
    36 
    37 
    37 using namespace lemon;
    38 using namespace lemon;
    38 
    39 
    39 typedef xy<double> Coordinates;
    40 typedef xy<double> Coordinates;