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

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

Definition at line 47 of file QbWatershedMarkers.h.

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

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

Here is the call graph for this function:


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