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

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

Definition at line 606 of file SimilarityTableSet.h.

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

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

Here is the call graph for this function:


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