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

std::list<Thread*> Impala::Core::Trec::ThreadSet::GetThreadsByType ( int  type  )  [inline]

Definition at line 47 of file ThreadSet.h.

References mThreads.

Referenced by Impala::Visualization::GUI::ShotDetailSidebar::AddVisualPreviewBars().

00048     {
00049         std::list<Thread*> results;
00050         for (int i=0; i < mThreads.size(); i++) {
00051             if (mThreads[i]->GetType() == type)
00052                 results.push_back(mThreads[i]);
00053         }
00054         return results;
00055     }


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