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

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

Definition at line 80 of file QbLabelOld.h.

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

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


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