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

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

Definition at line 69 of file VxRectangle.h.

References mEndFrame, mStartFrame, and mVideoName.

Referenced by OverlapsAnywhereInTime().

00070     {
00071         return ((mStartFrame <  v.mStartFrame) &&
00072                 (mEndFrame   >= v.mStartFrame) &&
00073                 (mEndFrame   <  v.mEndFrame)   &&
00074                 (mVideoName  == v.mVideoName));
00075     }


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