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

int Impala::Application::mainConceptLearnClient ( int  argc,
char *  argv[] 
)

Definition at line 214 of file mainConceptLearnClient.cpp.

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

Referenced by main().

00215 {
00216     CmdOptions& options = CmdOptions::GetInstance();
00217     options.Initialise(true, false, true);
00218 
00219 
00220     if (!options.ParseArgs(argc, argv, "", 0))
00221         return 1;
00222 
00223     std::cout << "starting ConceptLearnClient..." << std::endl;
00224     ConceptLearnClient* c = new ConceptLearnClient();
00225 
00226     return 1;
00227 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:14:06 2011 for ImpalaSrc by  doxygen 1.5.1