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

AnnotationTable* Impala::Core::Table::AnnotationTableSet::GetTable ( CString  label  )  [inline]

Definition at line 127 of file AnnotationTableSet.h.

References GetLabel(), and mTables.

00128     {
00129         for (int i=0 ; i<mTables.size() ; i++)
00130             if (GetLabel(i) == label)
00131                 return mTables[i];
00132         return 0;
00133     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:20:05 2010 for ImpalaSrc by  doxygen 1.5.1