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

int Impala::Application::MediaTable::TableDataView::GetMarkById ( int  id  )  [inline]

Definition at line 142 of file TableDataView.h.

References mMarkedRows.

Referenced by MarkAllRows(), Impala::Application::MediaTable::TableViewerPointCloud::TransformMarkedTo(), and Impala::Application::MediaTable::TableViewerPointCloud::UpdateAllMarks().

00143         {
00144         if(mMarkedRows.find(id) != mMarkedRows.end())
00145             return mMarkedRows[id];
00146         return 0;
00147         }


Generated on Fri Mar 19 10:45:52 2010 for ImpalaSrc by  doxygen 1.5.1