algobox.cc
changeset 194 6b2b718420eb
parent 174 95872af46fc4
child 201 879e47e5b731
equal deleted inserted replaced
6:640379190f52 7:4228c50d1e1b
    15  * purpose.
    15  * purpose.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 #include <algobox.h>
    19 #include <algobox.h>
       
    20 #include <mapstorage.h>
       
    21 #include <mapselector.h>
    20 
    22 
    21 enum {N_DEMO1, N_DEMO2, NODE_INPUT_NUM}; // input IDs for nodes;
    23 enum {N_DEMO1, N_DEMO2, NODE_INPUT_NUM}; // input IDs for nodes;
    22 enum {E_DEMO1, EDGE_INPUT_NUM}; // input IDs for edges;
    24 enum {E_DEMO1, EDGE_INPUT_NUM}; // input IDs for edges;
    23 
    25 
    24 AlgoBox::AlgoBox(std::vector<std::string> tabnames)
    26 AlgoBox::AlgoBox(std::vector<std::string> tabnames)