Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:18:30 2011 for ImpalaSrc by  doxygen 1.5.1