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

template<class DstArrayT, class SrcArrayT>
bool Impala::Core::Array::Trait::QbLabel< DstArrayT, SrcArrayT >::LocalPixelInit ( PointValueT vp,
DstArithT arith,
SrcArithT  img,
bool &  continueloop 
) [inline]

Definition at line 78 of file QbLabel.h.

References Impala::Core::Array::Trait::QbLabel< DstArrayT, SrcArrayT >::labelcode, and Impala::Core::Array::Trait::QbLabel< DstArrayT, SrcArrayT >::OhYesIReallyWouldLikeToHaveAnotherLoop.

00080     { 
00081         if (arith==Element::E0LargeVal<DstArithT>(DstArithT())) { 
00082             labelcode=labelcode+1;
00083             arith=labelcode;
00084             continueloop=false; // this is last
00085             OhYesIReallyWouldLikeToHaveAnotherLoop=true;
00086             return true; // do Q
00087         } else {
00088             continueloop=true; // try next
00089             OhYesIReallyWouldLikeToHaveAnotherLoop=false;
00090             return false; // dont Q
00091         }
00092     }


Generated on Fri Mar 19 11:04:41 2010 for ImpalaSrc by  doxygen 1.5.1