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

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

Do we have a next phase after this one?

Definition at line 89 of file TalkNgbPnLoop.h.

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

00090     {
00091         if (mVerbose)
00092             std::cout << "  TalkNgbPnLoop::hasNext(" << lastPhase << ") "
00093                       << std::endl;
00094         return (lastPhase < 4);
00095     }


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