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

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

Definition at line 28 of file AnnotationTableSet.h.

References Add().

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:45 2011 for ImpalaSrc by  doxygen 1.5.1