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

void Impala::Core::VideoSet::Walker::LoadSegmentation ( String  name  )  [inline]

Definition at line 129 of file Walker.h.

References Impala::Core::Database::RawDataSet::GetLocator(), mSegmentation, and mVideoSet.

Referenced by Impala::Application::VidSet::mainVidSet().

00130     {
00131         if (mSegmentation)
00132             delete mSegmentation;
00133 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00134         mSegmentation = new Segmentation(mVideoSet, name);
00135 #else // REPOSITORY_USED
00136         Persistency::SegmentationLocator loc(mVideoSet->GetLocator(), name);
00137         mSegmentation = Persistency::SegmentationRepository().Get(loc,
00138                                                                   mVideoSet);
00139 #endif // REPOSITORY_USED
00140     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:33:36 2010 for ImpalaSrc by  doxygen 1.5.1