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

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

Definition at line 267 of file AnnotationTable.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get1(), mIsAscending, mQuidMap, and Impala::Core::Table::Table::Size().

00268     {
00269         mIsAscending = true;
00270         for (int i=0 ; i<Size()-1 ; i++)
00271         {
00272             if (Get1(i+1) < Get1(i))
00273             {
00274                 mIsAscending = false;
00275                 break;
00276             }
00277         }
00278         if (!mIsAscending)
00279         {
00280             for (int i=0 ; i<Size() ; i++)
00281                 mQuidMap.Add(Get1(i), i);
00282         }
00283     }

Here is the call graph for this function:


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