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

template<class SimFunc>
virtual void Impala::Core::Feature::RadiusClusteror< SimFunc >::Cluster ( FeatureTable tab  )  [inline, virtual]

Add given features to the buffer and process buffer if applicable.

Implements Impala::Core::Feature::Clusteror.

Definition at line 196 of file RadiusClusteror.h.

References Impala::Core::Feature::RadiusClusteror< SimFunc >::Cluster(), Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get1(), Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get2(), and Impala::Core::Table::Table::Size().

00197     {
00198         for (int i=0 ; i<tab->Size() ; i++)
00199             Cluster(tab->Get2(i), tab->Get1(i));
00200     }

Here is the call graph for this function:


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