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

void Impala::Core::Trec::SearchResult::Load ( std::string  topic,
std::vector< std::string >  shots 
) [inline]

Definition at line 59 of file SearchResult.h.

References mShot, and mTopic.

00060     {
00061         mShot.clear();
00062         mTopic = topic;
00063         mShot = shots;
00064     }


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