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

void Impala::Application::Repository::DoDeleteSegmentation (  ) 

Definition at line 684 of file mainRepository.cpp.

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

Referenced by mainRepository().

00685 {
00686     ILOG_VAR(Impala.Application.Repository.DoDeleteSegmentation);
00687     CmdOptions& options = CmdOptions::GetInstance();
00688 
00689     SegmentationLocator loc = GetSegmentationLocator(options, true);
00690     SegmentationRepository().Delete(loc);
00691 }

Here is the call graph for this function:


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