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

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

Definition at line 16 of file VxOverlapsAnywhereInTime.h.

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

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:36 2011 for ImpalaSrc by  doxygen 1.5.1