COIN-OR::LEMON - Graph Library

source: glemon-0.x/kruskalbox.h @ 107:b1be10a9a2b6

gui
Last change on this file since 107:b1be10a9a2b6 was 106:853dd852abc7, checked in by Hegyi Péter, 18 years ago

Communication with algorithm window is developed.

File size: 436 bytes
Line 
1// -*- C++ -*- //
2
3#ifndef KRUSKALBOX_H
4#define KRUSKALBOX_H
5
6class KruskalBox;
7
8#include <all_include.h>
9#include <algobox.h>
10#include <lemon/kruskal.h>
11#include <libgnomecanvasmm.h>
12#include <libgnomecanvasmm/polygon.h>
13
14class KruskalBox : public AlgoBox
15{
16public:
17  KruskalBox(std::vector<std::string> t, std::vector<std::string> nm, std::vector<std::string> em);
18   
19  void run();
20   
21  void build_box();
22};
23#endif //KRUSKALBOX_H
Note: See TracBrowser for help on using the repository browser.