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

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

Process features that still remain in the buffer.

There will be no more new features to consider after this call.

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

Definition at line 210 of file RadiusClusteror.h.

References Impala::Core::Feature::RadiusClusteror< SimFunc >::HadEnough(), Impala::Core::Feature::RadiusClusteror< SimFunc >::IsBufferEmpty(), Impala::Core::Feature::RadiusClusteror< SimFunc >::mCanProcess, Impala::Core::Feature::RadiusClusteror< SimFunc >::PrintStatus(), and Impala::Core::Feature::RadiusClusteror< SimFunc >::ProcessBuffer().

00211     {
00212         PrintStatus();
00213         while ((!IsBufferEmpty()) && mCanProcess && (!HadEnough()))
00214         {
00215             ProcessBuffer();
00216         }
00217         PrintStatus();
00218     }

Here is the call graph for this function:


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