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

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

Definition at line 152 of file FeatureTable.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().

00153     {
00154         Core::Table::QuidTable* t = new Core::Table::QuidTable(Size());
00155         Copy(t->GetColumn1(), GetColumn1(), Size(), 0, 0);
00156         t->SetSize(Size());
00157         return t;
00158     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:10 2011 for ImpalaSrc by  doxygen 1.5.1