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

bool Impala::Core::VideoSet::VxsDocument::AddSegmentToBookmarked ( int  vid,
int  startFrame,
int  endFrame 
) [inline]

Definition at line 444 of file VxsDocument.h.

Referenced by AddCursorToBookmarked().

00445     {
00446         /* todo
00447         CxVxRectZ vr;
00448         vr.mVideoName = mVidSet->GetFile(vid);
00449         vr.mSection = mVidSet->GetSectionOfFile(vid);
00450         vr.mDir = mVidSet->GetDirOfFile(vid);
00451         vr.mStartFrame = startFrame;
00452         vr.mEndFrame = endFrame;
00453         vr.mRect = GetRect();
00454         vr.mAnno = GetConcept();
00455         if (mBookmarked->AddIdWithAny(startFrame, vr))
00456             return true;
00457         */
00458         return false;
00459     }


Generated on Fri Mar 19 11:33:29 2010 for ImpalaSrc by  doxygen 1.5.1