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

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

Definition at line 149 of file Walker.h.

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

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

00150     {
00151         if (mKeyframes)
00152             delete mKeyframes;
00153 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00154         mKeyframes = new Keyframes(mVideoSet, name);
00155 #else // REPOSITORY_USED
00156         Persistency::KeyframesLocator loc(mVideoSet->GetLocator(), name);
00157         mKeyframes = Persistency::KeyframesRepository().Get(loc, mVideoSet);
00158 #endif // REPOSITORY_USED
00159     }

Here is the call graph for this function:


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