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

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

Do we have a next phase after this one?

Definition at line 93 of file TalkNgbExtraPnLoop.h.

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

00094     {
00095         if (mVerbose)
00096             std::cout << "  TalkNgbExtraPnLoop::hasNext(" << lastPhase << ") "
00097                       << std::endl;
00098         return (lastPhase < 4);
00099     }


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