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

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

Allen temporal relations.

Source: Allen, J.F., ``Maintaining Knowledge about Temporal Intervals'', Communications of the ACM, vol. Vol. 26, num. No. 11, pp. 832-843, november 1983. Variation on 13 basic relations. 4 of the basic Allen relations, 2*3 combined into 2 generalized relations, 3 inverses combined with the original relations.

Definition at line 48 of file VxRectangle.h.

References mEndFrame, mStartFrame, and mVideoName.

Referenced by During().

00049     {
00050         return ((mStartFrame == v.mStartFrame) &&
00051                 (mEndFrame   == v.mEndFrame) &&
00052                 (mVideoName  == v.mVideoName));
00053     }


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