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

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

Definition at line 56 of file VxRectangle.h.

References mEndFrame, mStartFrame, and mVideoName.

Referenced by BeforeInTime(), and MeetsAnywhereInTime().

00057     {
00058         return ((mEndFrame  == v.mStartFrame + 1) &&
00059                 (mVideoName == v.mVideoName));
00060     }


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