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

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

Definition at line 63 of file VxRectangle.h.

References MeetsInTime(), mEndFrame, and mStartFrame.

Referenced by BeforeAfterInTime().

00064     {
00065         return ((mEndFrame < v.mStartFrame) && !MeetsInTime(v));
00066     }

Here is the call graph for this function:


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