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

void Impala::Core::Feature::FeatureTableSet::Dump ( bool  doTable  )  [inline]

Definition at line 424 of file FeatureTableSet.h.

References Impala::Core::Feature::FeatureTable::Dump(), GetDefinitionAsString(), GetTable(), and mTables.

00425     {
00426         for (int i=0 ; i<mTables.size() ; i++)
00427         {
00428             std::cout << "FeatureTable " << i
00429                       << ", def = " << GetDefinitionAsString(i)
00430                       << ", length = " << mTables[i]->GetFeatureVectorLength()
00431                       << std::endl;
00432             if (doTable)
00433                 GetTable(i)->Dump();
00434         }
00435     }

Here is the call graph for this function:


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