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

virtual Array::Array2dVec3UInt8* Impala::Core::VideoSet::SegmentationDocument::VisualAtCursor ( bool  thumbnail  )  [inline, virtual]

Reimplemented from Impala::Core::Database::DataDocument.

Definition at line 187 of file SegmentationDocument.h.

References Impala::Core::ImageSet::ImageSet::GetImage(), HasCursor(), mCurrentKeyfrId, mImSetKeyfr, and mImSetThumb.

00188     {
00189         if (!HasCursor())
00190             return 0;
00191         if (thumbnail && mImSetThumb)
00192             return mImSetThumb->GetImage(mCurrentKeyfrId);
00193         if ( mImSetKeyfr)
00194             return mImSetKeyfr->GetImage(mCurrentKeyfrId);
00195         return 0;
00196     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:11 2011 for ImpalaSrc by  doxygen 1.5.1