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

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

Definition at line 55 of file QbWatershed.h.

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

00056         { 
00057 //          return !less(rhs); // for priority_queue returning highest value
00058             return less(rhs); // for set/multiset returning lowest value
00059         }

Here is the call graph for this function:


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