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

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

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

00033     {
00034         Core::Table::QuidTable* t = new Core::Table::QuidTable(Size());
00035         Copy(t->GetColumn1(), GetColumn1(), Size(), 0, 0);
00036         t->SetSize(Size());
00037         return t;
00038     }

Here is the call graph for this function:


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