source:
GTP/trunk/Lib/Geom/shared/GeoTool/src/GeoTool.cpp
@
774
Revision 774, 289 bytes checked in by gumbau, 19 years ago (diff) |
---|
Line | |
---|---|
1 | #include "GeoMeshViewUI.h" |
2 | |
3 | using namespace fltk; |
4 | |
5 | GeoMeshViewUI *interface; |
6 | |
7 | float incrementa(float i) { return interface->updateProgressBar(i); } |
8 | |
9 | |
10 | int main(int argc, char **argv) |
11 | { |
12 | interface = new GeoMeshViewUI(incrementa); |
13 | |
14 | interface->show(); |
15 | |
16 | return run(); |
17 | } |
18 |
Note: See TracBrowser
for help on using the repository browser.