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

Impala::Core::Table::AnnotationTableSet::AnnotationTableSet ( KeywordList  labels,
int  tableSize 
) [inline]

Definition at line 25 of file AnnotationTableSet.h.

References Add().

00026     {
00027         for (size_t i=0 ; i<labels.size() ; i++)
00028         {
00029             AnnotationTable* tab = new AnnotationTable(labels[i], 0);
00030             Add(tab);
00031         }
00032     }

Here is the call graph for this function:


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