Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

int main ( int  argc,
char *  argv[] 
)

Definition at line 32 of file mainTagsLife.cpp.

References Impala::CmdOptions::Initialise(), OglEventLoop(), and Impala::CmdOptions::ParseArgs().

00033 {
00034 
00035         OglInit(&argc, &argv[0]);
00036     CmdOptions& options = CmdOptions::GetInstance();
00037     options.Initialise(true, false, true);
00038     if (! options.ParseArgs(argc, argv, "", 0)) {
00039         return 1;
00040     }
00041 
00042     Impala::Application::TagsLife::TagsLife* TagsLife =
00043         new Impala::Application::TagsLife::TagsLife(0,0,1024,768);
00044 
00045     TagsLife->Start();
00046     OglEventLoop();
00047     return 1;
00048 }

Here is the call graph for this function:


Generated on Fri Mar 19 09:39:46 2010 for ImpalaSrc by  doxygen 1.5.1