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

void Impala::Core::Table::SimilarityTableSet::Dump ( bool  doTable  )  [inline]

Definition at line 602 of file SimilarityTableSet.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Dump(), GetDescription(), GetName(), GetSimTable(), and NrTables().

00603     {
00604         std::cout << "SimilarityTableSet " << GetDescription() << std::endl;
00605         for (int i=0 ; i<NrTables() ; i++)
00606         {
00607             std::cout << "table " << i << ", name = " << GetName(i) << std::endl;
00608             if (doTable)
00609                 GetSimTable(i)->Dump();
00610         }
00611     }

Here is the call graph for this function:


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