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

void Impala::Core::Table::SimilarityTableSet::ChangeQuidObject ( int  newObject  )  [inline]

Definition at line 217 of file SimilarityTableSet.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get1(), ILOG_INFO, mQuids, Impala::QuidObject(), Impala::QuidObjectChange(), Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Set1(), and Impala::Core::Table::Table::Size().

Referenced by Impala::Core::VideoSet::IndexConcepts::HandleDoneFile().

00218     {
00219         int nrChanged = 0;
00220         for (int i=0 ; i<mQuids->Size() ; i++)
00221         {
00222             Quid q = mQuids->Get1(i);
00223             if (QuidObject(q) != newObject)
00224             {
00225                 q = QuidObjectChange(q, newObject);
00226                 mQuids->Set1(i, q);
00227                 nrChanged++;
00228             }
00229         }
00230         if (nrChanged != 0)
00231             ILOG_INFO("Changed " << nrChanged << " quid objects");
00232     }

Here is the call graph for this function:


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