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

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

Initialization.

Definition at line 66 of file TalkNgbExtra2PnLoop.h.

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

00068     {
00069         if (mVerbose)
00070             std::cout << "  TalkNgbExtra2PnLoop::init(" << phase << ","
00071                       << x << "," << y << "," << v1 << "," << v2 << "," << v3
00072                       << ") " << std::endl;
00073         if (phase == 1)
00074             mResult = Element::E1Cast(0, DstArithType());
00075     }

Here is the call graph for this function:


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