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

void Impala::Core::VideoSet::Walker::LoadBookmarks ( String  fileName  )  [inline]

Definition at line 282 of file Walker.h.

References Impala::Core::Geometry::DatabaseReadVxRectangle(), Impala::Core::Database::RawDataSet::GetDatabase(), Impala::Core::Database::RawDataSet::GetLocator(), mVideoSet, and mVrList.

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

00283     {
00284         mVrList.clear();
00285 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00286         Geometry::DatabaseReadVxRectangle(std::back_inserter(mVrList), fileName,
00287                                           mVideoSet->GetDatabase());
00288 #else // REPOSITORY_USED
00289         Persistency::FileLocator loc(mVideoSet->GetLocator(), fileName);
00290         Geometry::DatabaseReadVxRectangle(std::back_inserter(mVrList), loc);
00291 #endif // REPOSITORY_USED
00292     }

Here is the call graph for this function:


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