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

template<class ElemT>
void Impala::Core::Histogram::Histogram1dTem< ElemT >::MakeCumulative (  )  [inline]

Definition at line 137 of file Histogram1dTem.h.

References Impala::Core::Vector::VectorTem< ElemT >::Elem(), and Impala::Core::Vector::VectorTem< ElemT >::Size().

00138     {
00139         for(int i = 1; i < this->Size(); i++)
00140             this->Elem(i) += this->Elem(i-1);
00141     }

Here is the call graph for this function:


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