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

void Impala::Application::Repository::DoCopyAnnotationTableSet (  ) 

Definition at line 892 of file mainRepository.cpp.

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

Referenced by mainRepository().

00893 {
00894     ILOG_VAR(Impala.Application.Repository.DoCopyAnnotationTableSet);
00895     CmdOptions& options = CmdOptions::GetInstance();
00896 
00897     AnnotationTableSetLocator loc1 = GetAnnotationTableSetLocator(options, true);
00898     AnnotationTableSet* tSet = AnnotationTableSetRepository().Get(loc1);
00899     if (tSet == 0)
00900         return;
00901     AnnotationTableSetLocator loc2 = GetAnnotationTableSetLocator(options, false);
00902     AnnotationTableSetRepository().Add(loc2, tSet);
00903     delete tSet;
00904 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:48:06 2010 for ImpalaSrc by  doxygen 1.5.1