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

bool Impala::Core::Geometry::VxRectangle::OverlapsAnywhereInTime ( const VxRectangle v  )  const [inline]

Definition at line 105 of file VxRectangle.h.

References OverlapsInTime().

Referenced by Impala::Core::Geometry::VxOverlapsAnywhereInTime().

00106     {
00107         return (OverlapsInTime(v) || v.OverlapsInTime(*this));
00108     }

Here is the call graph for this function:


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