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

bool Impala::Visualization::RotorBrowser::ThreadClusterSelector::CurrentContextHasSimilarities (  )  [inline]

Definition at line 226 of file ThreadClusterSelector.h.

References Impala::Visualization::RotorBrowser::RotorBrowserContext::GetThread(), Impala::Core::Trec::Thread::GetType(), mContext, Impala::Core::Trec::Thread::RANK, Impala::Core::Trec::Thread::SHOTS, and Impala::Core::Trec::Thread::VISUAL.

Referenced by SetPagemode(), and ShowRelevantSquare().

00227     {
00228         return  mContext && mContext->GetThread() &&
00229                 (mContext->GetThread()->GetType() == Thread::RANK ||
00230                 mContext->GetThread()->GetType() == Thread::SHOTS ||
00231                 mContext->GetThread()->GetType() == Thread::VISUAL);
00232     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:26:02 2011 for ImpalaSrc by  doxygen 1.5.1