all_include.h
branchgui
changeset 6 603b85626bc0
parent 1 c69fedfbb9b3
child 9 0bb1675306cb
     1.1 --- a/all_include.h	Wed Jun 01 23:30:13 2005 +0000
     1.2 +++ b/all_include.h	Wed Jun 01 23:33:26 2005 +0000
     1.3 @@ -1,39 +1,39 @@
     1.4 -// -*- C++ -*- //
     1.5 -
     1.6 -#ifndef ALL_INCLUDE_H
     1.7 -#define ALL_INCLUDE_H
     1.8 -
     1.9 -#include <fstream>
    1.10 -#include <iostream>
    1.11 -
    1.12 -#include <vector>
    1.13 -
    1.14 -#include <lemon/list_graph.h>
    1.15 -#include <lemon/graph_reader.h>
    1.16 -#include <lemon/graph_writer.h>
    1.17 -#include <lemon/graph_utils.h>
    1.18 -#include <lemon/maps.h>
    1.19 -#include <lemon/error.h>
    1.20 -#include <lemon/xy.h>
    1.21 -
    1.22 -enum {WIDTH, COLOR, TEXT, PROPERTY_NUM};// properties;
    1.23 -#define RANGE 3
    1.24 -#define WIN_WIDTH 900
    1.25 -#define WIN_HEIGHT 600
    1.26 -
    1.27 -
    1.28 -#ifndef MAIN_PART
    1.29 -extern std::string * property_strings;
    1.30 -extern double * property_defaults;
    1.31 -#endif //MAIN_PART
    1.32 -
    1.33 -using namespace lemon;
    1.34 -
    1.35 -typedef xy<double> Coordinates;
    1.36 -typedef ListGraph Graph;
    1.37 -typedef Graph::NodeMap<Coordinates> CoordinatesMap;
    1.38 -typedef Graph::Node Node;
    1.39 -typedef Graph::EdgeIt EdgeIt;
    1.40 -typedef Graph::NodeIt NodeIt;
    1.41 -
    1.42 -#endif // ALL_INCLUDE_H
    1.43 +// -*- C++ -*- //
    1.44 +
    1.45 +#ifndef ALL_INCLUDE_H
    1.46 +#define ALL_INCLUDE_H
    1.47 +
    1.48 +#include <fstream>
    1.49 +#include <iostream>
    1.50 +
    1.51 +#include <vector>
    1.52 +
    1.53 +#include <lemon/list_graph.h>
    1.54 +#include <lemon/graph_reader.h>
    1.55 +#include <lemon/graph_writer.h>
    1.56 +#include <lemon/graph_utils.h>
    1.57 +#include <lemon/maps.h>
    1.58 +#include <lemon/error.h>
    1.59 +#include <lemon/xy.h>
    1.60 +
    1.61 +enum {WIDTH, COLOR, TEXT, PROPERTY_NUM};// properties;
    1.62 +#define RANGE 3
    1.63 +#define WIN_WIDTH 900
    1.64 +#define WIN_HEIGHT 600
    1.65 +
    1.66 +
    1.67 +#ifndef MAIN_PART
    1.68 +extern std::string * property_strings;
    1.69 +extern double * property_defaults;
    1.70 +#endif //MAIN_PART
    1.71 +
    1.72 +using namespace lemon;
    1.73 +
    1.74 +typedef xy<double> Coordinates;
    1.75 +typedef ListGraph Graph;
    1.76 +typedef Graph::NodeMap<Coordinates> CoordinatesMap;
    1.77 +typedef Graph::Node Node;
    1.78 +typedef Graph::EdgeIt EdgeIt;
    1.79 +typedef Graph::NodeIt NodeIt;
    1.80 +
    1.81 +#endif // ALL_INCLUDE_H