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

Core::Table::QuidTable* Impala::Core::Table::ScoreTable::GetQuidTable (  )  [inline]

Definition at line 25 of file ScoreTable.h.

References Impala::Core::Table::Copy(), Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::GetColumn1(), Impala::Core::Table::Table::SetSize(), and Impala::Core::Table::Table::Size().

Referenced by Impala::Core::Table::SimilarityTableSet::SetSimTable().

00026     {
00027         Core::Table::QuidTable* t = new Core::Table::QuidTable(Size());
00028         Copy(t->GetColumn1(), GetColumn1(), Size(), 0, 0);
00029         t->SetSize(Size());
00030         return t;
00031     }

Here is the call graph for this function:


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