Home || Visual Search || Applications || Architecture || 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         Persistency::SegmentationLocator loc(mVideoSet->GetLocator(), name);
00134         mSegmentation = Persistency::SegmentationRepository().Get(loc,
00135                                                                   mVideoSet);
00136     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:19 2011 for ImpalaSrc by  doxygen 1.5.1