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

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

Definition at line 78 of file VxRectangle.h.

References EqualInTime(), mEndFrame, mStartFrame, and mVideoName.

Referenced by ContainsInTime(), and Impala::Core::Geometry::VxDuring().

00079     {
00080         return (!EqualInTime(v) &&
00081                 (mStartFrame >= v.mStartFrame) &&
00082                 (mEndFrame   <= v.mEndFrame) &&
00083                 (mVideoName  == v.mVideoName));
00084     }

Here is the call graph for this function:


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