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

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

Definition at line 203 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().

00204     {
00205         int nrChanged = 0;
00206         for (int i=0 ; i<mQuids->Size() ; i++)
00207         {
00208             Quid q = mQuids->Get1(i);
00209             if (QuidObject(q) != newObject)
00210             {
00211                 q = QuidObjectChange(q, newObject);
00212                 mQuids->Set1(i, q);
00213                 nrChanged++;
00214             }
00215         }
00216         if (nrChanged != 0)
00217             ILOG_INFO("Changed " << nrChanged << " quid objects");
00218     }

Here is the call graph for this function:


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