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

template<class DstArrayT, class Src1ArrayT, class Src2ArrayT>
bool Impala::Core::Array::Trait::QbWatershedMarkers2< DstArrayT, Src1ArrayT, Src2ArrayT >::structPointValue::operator< ( const struct structPointValue rhs  )  const [inline]

Definition at line 48 of file QbWatershedMarkers2.h.

References Impala::Core::Array::Trait::QbWatershedMarkers2< DstArrayT, Src1ArrayT, Src2ArrayT >::structPointValue::less().

00049         { 
00050             //return !less(rhs); // for priority_queue returning highest value
00051             return less(rhs); // for set/multiset returning lowest value
00052         }

Here is the call graph for this function:


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