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::TalkNgbExtra2P2Loop< DstArrayT, SrcArrayT, ExtraArrayT, Extra2ArrayT >::Init ( int  x,
int  y,
const SrcArithType v1,
const ExtraArithType v2,
const Extra2ArithType v3 
) [inline]

Initialization.

Definition at line 65 of file TalkNgbExtra2P2Loop.h.

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

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

Here is the call graph for this function:


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