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

int Impala::Core::ImageSet::ImageSet::GetSetId (  )  [inline, virtual]

Reimplemented from Impala::Core::Database::RawDataSet.

Definition at line 63 of file ImageSet.h.

References Impala::Persistency::ImageSetsRepository::GetId(), Impala::Persistency::ImageSetsRepository::GetInstance(), Impala::Core::Database::RawDataSet::GetSetName(), and mSetId.

Referenced by GetQuidImage(), and QuidToString().

00064     {
00065         if(mSetId == -1)
00066             mSetId = ImageSetsRepository::GetInstance().GetId(GetSetName());
00067         return mSetId;
00068     }

Here is the call graph for this function:


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