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

void Impala::Core::Table::Bayes::InitializeConceptAnnoTables (  )  [inline]

Definition at line 169 of file Bayes.h.

References Impala::Core::Table::AnnotationTable::Dump(), Impala::Core::Table::AnnotationTableSet::GetTable(), mAnnoVidSet, mbDumpTable, mConceptNum, mEnd, mStart, mTabConceptSet, and tabConcept.

Referenced by InitializeAnnoTables().

00170     {
00171         // initialize all concept tables
00172         for (int k=0 ; k< mConceptNum ; k++)
00173         {
00174             //AnnotationTable* tabConcept = mTabConceptSet->GetTable(k);
00175             tabConcept[k] = mTabConceptSet->GetTable(k);
00176             if (mbDumpTable)
00177             {
00178                 tabConcept[k]->Dump(mAnnoVidSet, mStart, mEnd);
00179                 //tabConcept[k]->DumpSummary();
00180             }  
00181 
00182         }
00183 
00184     }

Here is the call graph for this function:


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