kruskalbox.h
author hegyi
Tue, 10 Jan 2006 15:15:57 +0000
branchgui
changeset 118 cfd49e5c8723
parent 108 bf355fd6563e
child 125 e8bf8bbcf75a
permissions -rw-r--r--
If default value of a new map is constant, the newly created elements will get that value as well. Documentation is added to BrokenEdge, MapStorage and GraphDisplazCanvas classes.
hegyi@106
     1
// -*- C++ -*- //
hegyi@106
     2
hegyi@106
     3
#ifndef KRUSKALBOX_H
hegyi@106
     4
#define KRUSKALBOX_H
hegyi@106
     5
hegyi@106
     6
class KruskalBox;
hegyi@106
     7
hegyi@106
     8
#include <all_include.h>
hegyi@106
     9
#include <algobox.h>
hegyi@106
    10
#include <lemon/kruskal.h>
hegyi@106
    11
#include <libgnomecanvasmm.h>
hegyi@106
    12
#include <libgnomecanvasmm/polygon.h>
hegyi@106
    13
hegyi@106
    14
class KruskalBox : public AlgoBox
hegyi@106
    15
{
hegyi@109
    16
  Gtk::Label resultlabel;
hegyi@109
    17
hegyi@106
    18
public:
hegyi@108
    19
  KruskalBox(std::vector<std::string> t);
hegyi@106
    20
    
hegyi@106
    21
  void run();
hegyi@106
    22
    
hegyi@106
    23
  void build_box();
hegyi@106
    24
};
hegyi@106
    25
#endif //KRUSKALBOX_H