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

void Impala::Application::Repository::DoDiffImageSetSpecial (  ) 

Definition at line 361 of file mainRepository.cpp.

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

Referenced by mainRepository().

00362 {
00363     ILOG_VAR(Impala.Application.Repository.DoDiffImageSetSpecial);
00364     CmdOptions& options = CmdOptions::GetInstance();
00365 
00366     ImageSetLocator loc1 = GetImageSetLocator(options, true);
00367     ImageSet* imSet1 = ImageSetRepository().Get(loc1);
00368     ImageSetLocator loc2 = GetImageSetLocator(options, false);
00369     ImageSet* imSet2 = ImageSetRepository().Get(loc2);
00370 
00371     imSet1->Diff(imSet2);
00372 
00373     delete imSet2;
00374     delete imSet1;
00375 }

Here is the call graph for this function:


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