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

Impala::Core::Table::AnnotationTable::AnnotationTable ( String  label,
int  tableSize 
) [inline]

Definition at line 50 of file AnnotationTable.h.

References mIsAscending, mLabel, Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::SetColName(), and Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::SetInfo().

00050                                                  :
00051         AnnotationTableBaseType(ColumnQuid(tableSize), ColumnReal64(tableSize))
00052     {
00053         mLabel = label;
00054         mIsAscending = false;
00055         SetInfo("AnnotationTable : " + label);
00056         SetColName(1, "annotee");
00057         SetColName(2, "qualifier " + label);
00058     }

Here is the call graph for this function:


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