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

virtual void Impala::Core::VideoSet::VxsDocument::SaveBookmarked ( std::string  fileName,
std::string  conceptName 
) [inline, virtual]

Definition at line 413 of file VxsDocument.h.

00414     {
00415         /* todo
00416         std::vector<CxVxRectZ> vrList;
00417         for (int i=0 ; i<mBookmarked->NrFilled() ; i++)
00418         {
00419             CxVxRectZ vr = mBookmarked->GetAny(i);
00420             if (vr.mAnno == std::string(""))
00421                 vr.mAnno = conceptName;
00422             if (HasShots())
00423                 vr.mExtra = mShots->GetName(i);
00424             vrList.push_back(vr);
00425         }
00426         CxFxWriteVxRectZ(fileName, vrList.begin(), vrList.end());
00427         */
00428     }


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