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

Impala::Core::ImageSet::ImageSet::ImageSet ( String  setName  )  [inline]

Definition at line 30 of file ImageSet.h.

References Impala::Persistency::ImageSetsRepository::GetInstance(), Impala::CmdOptions::GetInstance(), Impala::CmdOptions::GetInt(), Impala::Core::Database::RawDataSet::GetSetName(), mArchives, Impala::Core::Database::RawDataSet::mQuidClass, mUseArchive, mUseFileArchive, mUseSplitArchive, Impala::QUID_CLASS_IMAGE, and Impala::Persistency::ImageSetsRepository::Register().

00030                              :
00031         Database::RawDataSet(setName),
00032         mSetId(-1)
00033     {
00034         CmdOptions& options = CmdOptions::GetInstance();
00035         mUseArchive = false;
00036         mUseFileArchive = false;
00037         mUseSplitArchive = false;
00038         int cacheSize = options.GetInt("imCacheSize", 128);
00039         mArchives.SetSize(cacheSize);
00040         mQuidClass = QUID_CLASS_IMAGE;
00041         ImageSetsRepository::GetInstance().Register(this, GetSetName());
00042     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:59 2011 for ImpalaSrc by  doxygen 1.5.1