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

Impala::Core::Table::AnnotationTable::AnnotationTable (  )  [inline]

Definition at line 40 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().

Referenced by MakeFromFile().

00040                       :
00041         AnnotationTableBaseType(ColumnQuid(0), ColumnReal64(0))
00042     {
00043         mLabel = "";
00044         mIsAscending = false;
00045         SetInfo("AnnotationTable");
00046         SetColName(1, "annotee");
00047         SetColName(2, "qualifier");
00048     }

Here is the call graph for this function:


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