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

Impala::Core::Trec::TrecTopic::TrecTopic ( String  topicFile,
String  year 
) [inline]

Definition at line 34 of file TrecTopic.h.

References Impala::atol(), LoadDataSets(), mYear, and ReadTopics().

00034                                              : SearchTopic()
00035     {
00036         mYear = atol(year);
00037         ReadTopics(topicFile);
00038         LoadDataSets(year);
00039     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:34 2011 for ImpalaSrc by  doxygen 1.5.1