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

Table::QuidTable* Impala::Core::DataFactory::MakeAllFeatureQuids (  )  [inline]

Definition at line 151 of file DataFactory.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Append(), FeatureTableCount(), ILOG_DEBUG, MakeFeatureTable(), and Impala::Core::Table::Table::Size().

Referenced by MakeTrainFeatureQuids().

00152     {
00153         Table::QuidTable * quids = new Table::QuidTable();
00154         //ILOG_DEBUG("loop MakeAllFeatureQuids, count = "<< FeatureTableCount());
00155         for(int i=0 ; i<FeatureTableCount() ; ++i)
00156         {
00157             Feature::FeatureTable* f = MakeFeatureTable(i);
00158             //ILOG_DEBUG("size(f)="<< f->Size() <<", f[0][0]="<< QuidObj(f->Get1(0)));
00159             quids->Append(f->GetQuidTable());
00160             delete f;
00161         }
00162         ILOG_DEBUG("done loop: "<< quids->Size() <<" quids retrieved");
00163         return quids;
00164     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:55:47 2010 for ImpalaSrc by  doxygen 1.5.1