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

void Impala::Application::Repository::DoDumpImageSetSpecial (  ) 

Definition at line 349 of file mainRepository.cpp.

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

Referenced by mainRepository().

00350 {
00351     ILOG_VAR(Impala.Application.Repository.DoDumpImageSetSpecial);
00352     CmdOptions& options = CmdOptions::GetInstance();
00353 
00354     ImageSetLocator loc = GetImageSetLocator(options, true);
00355     ImageSet* imSet = ImageSetRepository().Get(loc);
00356     imSet->Dump(0, -1, options.GetInt("start"), options.GetInt("end"));
00357     delete imSet;
00358 }

Here is the call graph for this function:


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