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

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

Definition at line 145 of file Walker.h.

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

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

00146     {
00147         if (mKeyframes)
00148             delete mKeyframes;
00149         Persistency::KeyframesLocator loc(mVideoSet->GetLocator(), name);
00150         mKeyframes = Persistency::KeyframesRepository().Get(loc, mVideoSet);
00151     }

Here is the call graph for this function:


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