Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:12:04 2010 for ImpalaSrc by  doxygen 1.5.1