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

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

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

Definition at line 62 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().

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

Here is the call graph for this function:


Generated on Fri Mar 19 11:14:24 2010 for ImpalaSrc by  doxygen 1.5.1