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

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

Initialization.

Definition at line 61 of file TalkNgbP2Loop.h.

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

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

Here is the call graph for this function:


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