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

void Impala::Application::Repository::DoDumpVideoSet (  ) 

Definition at line 223 of file mainRepository.cpp.

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

Referenced by mainRepository().

00224 {
00225     ILOG_VAR(Impala.Application.Repository.DoDumpVideoSet);
00226     CmdOptions& options = CmdOptions::GetInstance();
00227 
00228     VideoSet* vidSet = GetVideoSet(options, true);
00229     vidSet->Dump(0, -1, options.GetInt("start"), options.GetInt("end"));
00230     delete vidSet;
00231 }

Here is the call graph for this function:


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