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

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

Initialization.

Definition at line 64 of file TalkNgbExtraPnLoop.h.

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

00065     {
00066         if (mVerbose)
00067             std::cout << "  TalkNgbExtraPnLoop::init(" << phase << ","
00068                       << x << "," << y << "," << v1 << "," << v2 << ") "
00069                       << std::endl;
00070         if (phase == 1)
00071             mResult = Element::E1Cast(0, DstArithType());
00072     }

Here is the call graph for this function:


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