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

template<class DstArrayT, class SrcArrayT>
void Impala::Core::Array::Trait::TalkNgbPnLoop< DstArrayT, SrcArrayT >::Init ( int  phase,
int  x,
int  y,
SrcArithType  value 
) [inline]

Initialization.

Definition at line 62 of file TalkNgbPnLoop.h.

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

00063     {
00064         if (mVerbose)
00065             std::cout << "  TalkNgbPnLoop::init(" << phase << ","
00066                       << x << "," << y << "," << value << ") " << std::endl;
00067         if (phase == 1)
00068             mResult = Element::E1Cast(0, DstArithType());
00069     }

Here is the call graph for this function:


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