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

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

Definition at line 185 of file mainConceptLearnClient.cpp.

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

Referenced by main().

00186 {
00187     CmdOptions& options = CmdOptions::GetInstance();
00188     options.Initialise(true, false, true);
00189 
00190 
00191     if (!options.ParseArgs(argc, argv, "", 0))
00192         return 1;
00193 
00194     std::cout << "starting ConceptLearnClient..." << std::endl;
00195     ConceptLearnClient* c = new ConceptLearnClient();
00196 
00197     return 1;
00198 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:36:18 2010 for ImpalaSrc by  doxygen 1.5.1