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

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

Definition at line 404 of file mainRepository.cpp.

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

Referenced by mainRepository().

00405 {
00406     ILOG_VAR(Impala.Application.Repository.DoDumpVideoSet);
00407     CmdOptions& options = CmdOptions::GetInstance();
00408 
00409     VideoSet* vidSet = GetVideoSet(options, true);
00410     vidSet->Dump(0, -1, options.GetInt("start"), options.GetInt("end"));
00411     delete vidSet;
00412 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:45 2011 for ImpalaSrc by  doxygen 1.5.1