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

KeywordList Impala::Core::Table::AnnotationTableSet::GetLabels (  )  const [inline]

Definition at line 105 of file AnnotationTableSet.h.

References GetLabel(), and mTables.

Referenced by Impala::Persistency::AnnotationTableSetRepository::Add().

00106     {
00107         KeywordList res;
00108         for (int i=0 ; i<mTables.size() ; i++)
00109             res.push_back(GetLabel(i));
00110         return res;
00111     }

Here is the call graph for this function:


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