main.cpp

Go to the documentation of this file.
00001 //------------------------------------------------------------------------------ 00004 00005 // Last Change: 2004/06/13 00006 // Version: 0.2 00007 00008 //---------------------------------------------------------------------includes- 00009 #include "../src/main.h" 00010 #include "../src/GLUTCallbackFunctions.h" 00011 #include "../src/Graph.h" 00012 #include "../src/NodeAnimation.h" 00013 #include "../src/RadialLayout.h" 00014 00015 //----------------------------------------------------------------main function- 00016 int main(int argc, char *argv[]) 00017 { 00018 GLuint screen_width = 800; 00019 GLuint screen_height = 640; 00020 00021 RadialLayout radial_layout = RadialLayout(); 00022 NodeAnimation node_animation = NodeAnimation(); 00023 Graph graph = Graph(&node_animation, &radial_layout); 00024 00025 createGLUTWindow(&graph, &radial_layout, screen_width, screen_height); 00026 00027 return(0); 00028 } 00029 00030 // eof

Generated on Mon Jun 14 12:48:56 2004 for InfoVis by doxygen 1.3.7