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

template<class ElemT>
void Impala::Core::Vector::MulAssign ( VectorTem< ElemT > &  v,
ElemT  e 
) [inline]

Definition at line 26 of file MulAssign.h.

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

Referenced by Impala::Application::Util::DoCombineConcepts(), Impala::Core::ImageSet::CombineConcepts::HandleDoneDir(), and Impala::Core::VideoSet::CombineConcepts::HandleDoneFile().

00027 {
00028     ElemT* p = v.GetData();
00029     for (int i=0 ; i<v.Size() ; i++)
00030         p[i] *= e;
00031 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:36 2011 for ImpalaSrc by  doxygen 1.5.1