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

void Impala::Application::Repository::DoCopyKeyframes (  ) 

Definition at line 425 of file mainRepository.cpp.

References Impala::CmdOptions::GetInstance(), GetKeyframesLocator(), GetVideoSet(), and ILOG_VAR.

Referenced by mainRepository().

00426 {
00427     ILOG_VAR(Impala.Application.Repository.DoCopyKeyframes);
00428     CmdOptions& options = CmdOptions::GetInstance();
00429 
00430     KeyframesLocator loc1 = GetKeyframesLocator(options, true);
00431     VideoSet* vidSet = GetVideoSet(options, true);
00432     Keyframes* keys = KeyframesRepository().Get(loc1, vidSet);
00433 
00434     KeyframesLocator loc2 = GetKeyframesLocator(options, false);
00435     KeyframesRepository().Add(loc2, keys);
00436     delete keys;
00437     delete vidSet;
00438 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:47:56 2010 for ImpalaSrc by  doxygen 1.5.1