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

template<class DstArrayT, class SrcArrayT, class ExtraArrayT, class Extra2ArrayT>
bool Impala::Core::Array::Trait::TalkNgbExtra2PnLoop< DstArrayT, SrcArrayT, ExtraArrayT, Extra2ArrayT >::HasNextPhase ( int  lastPhase  )  [inline]

Do we have a next phase after this one?

Definition at line 96 of file TalkNgbExtra2PnLoop.h.

References Impala::Core::Array::Trait::TalkNgbExtra2PnLoop< DstArrayT, SrcArrayT, ExtraArrayT, Extra2ArrayT >::mVerbose.

00097     {
00098         if (mVerbose)
00099             std::cout << "  TalkNgbExtra2PnLoop::hasNext(" << lastPhase << ") "
00100                       << std::endl;
00101         return (lastPhase < 4);
00102     }


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