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

template<class Iterator>
bool Impala::Core::Geometry::VxDuring ( const VxRectangle &  v,
Iterator  begin,
Iterator  end 
) [inline]

Definition at line 16 of file VxDuring.h.

References Impala::Core::Geometry::VxRectangle::During().

00017 {
00018         for (Iterator it=begin ; it!=end ; it++)
00019         if (v.During(*it))
00020             return true;
00021         return false;
00022 }

Here is the call graph for this function:


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