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

void Impala::Core::Table::QuidTable::DumpGroup (  )  [inline]

Definition at line 160 of file QuidTable.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Dump(), Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get3(), mObjectGroups, and Impala::Core::Table::Table::Size().

00161     {
00162         mObjectGroups->Dump();
00163         int maxNr = -1;
00164         for (int i=0 ; i<mObjectGroups->Size() ; i++)
00165         {
00166             int nr = mObjectGroups->Get3(i);
00167             if (nr > maxNr)
00168                 maxNr = nr;
00169         }
00170         std::cout << "maxNr = " << maxNr << std::endl;
00171     }

Here is the call graph for this function:


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