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

IxsDocument* Impala::Core::ImageSet::MakeIxsDocument ( std::string  fileName  )  [inline]

Definition at line 16 of file MakeIxsDocument.h.

References Impala::FileNameExt(), Impala::Core::ImageSet::IxsDocument::LoadBookmarked(), and MakeImageSet().

Referenced by Impala::Application::WindowShowImSet::InitData(), and Impala::Application::WindowImBrowse::WindowImBrowse().

00017 {
00018     ImageSet* imSet = MakeImageSet(fileName);
00019     IxsDocument* ixsDoc = new IxsDocument(imSet);
00020     if (FileNameExt(fileName) == "ixs")
00021         ixsDoc->LoadBookmarked(fileName);
00022     return ixsDoc;
00023 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:13:51 2010 for ImpalaSrc by  doxygen 1.5.1