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

template<class DstArrayT, class SrcArrayT, class ExtraArrayT>
void Impala::Core::Array::Trait::TalkNgbExtraP1Loop< DstArrayT, SrcArrayT, ExtraArrayT >::Init ( int  x,
int  y,
const SrcArithType v1,
const ExtraArithType v2 
) [inline]

Initialization.

Definition at line 63 of file TalkNgbExtraP1Loop.h.

References Impala::Core::Array::Element::E1Cast(), Impala::Core::Array::Trait::TalkNgbExtraP1Loop< DstArrayT, SrcArrayT, ExtraArrayT >::mResult, and Impala::Core::Array::Trait::TalkNgbExtraP1Loop< DstArrayT, SrcArrayT, ExtraArrayT >::mVerbose.

00064     {
00065         if (mVerbose)
00066             std::cout << "  TalkNgbExtraP1Loop::init(" << x << "," << y << ","
00067                       << v1 << "," << v2 << ") " << std::endl;
00068         mResult = Element::E1Cast(0, DstArithType());
00069     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:05:26 2010 for ImpalaSrc by  doxygen 1.5.1