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

double Impala::Visualization::RotorBrowser::RotorViewCache::GetQuidViewedProbability ( Quid  shot  )  [inline]

Definition at line 225 of file RotorViewCache.h.

References Impala::Core::Table::AnnotationTable::GetQualification(), Impala::Core::Table::AnnotationTable::IsAnnotated(), and mShotViewed.

Referenced by GetViewedProbability().

00226     {
00227         if (mShotViewed->IsAnnotated(shot))
00228             return mShotViewed->GetQualification(shot);
00229         else
00230             return 0.0;
00231     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:56:51 2010 for ImpalaSrc by  doxygen 1.5.1