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

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

Definition at line 227 of file Walker.h.

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

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

00228     {
00229         mVrList.clear();
00230         Persistency::FileLocator loc(mVideoSet->GetLocator(), fileName);
00231         Geometry::DatabaseReadVxRectangle(std::back_inserter(mVrList), loc);
00232     }

Here is the call graph for this function:


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