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

Core::Array::Array2dVec3UInt8* Impala::Core::Trec::SearchTopic::GetCurTopicImageExample ( int  nr,
bool  thumbnail 
) [inline]

Definition at line 208 of file SearchTopic.h.

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

Referenced by Impala::Visualization::GUI::TopicExamplePreviewBar::Init(), and Impala::Visualization::SearchTopicGui::ShowTopic().

00209     {
00210         int fileId = mTopics->GetFirstFileId(mCurTopic) + nr;
00211         if (thumbnail && mThumbnails)
00212             return mThumbnails->GetImage(fileId);
00213         return mImages->GetImage(fileId);
00214     }

Here is the call graph for this function:


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