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

Core::Array::Array2dVec3UInt8* Impala::Core::Trec::SearchTopic::GetTopicImageExample ( int  topic,
int  example,
bool  thumbnail 
) [inline]

Definition at line 129 of file SearchTopic.h.

References Impala::Core::Database::RawDataSet::GetFirstFileId(), Impala::Core::ImageSet::ImageSet::GetImage(), mImages, mThumbnails, and mTopics.

00130     {
00131         int fileId = mTopics->GetFirstFileId(topic) + example;
00132         if (thumbnail && mThumbnails)
00133             return mThumbnails->GetImage(fileId);
00134         return mImages->GetImage(fileId);
00135     }

Here is the call graph for this function:


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