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

int Impala::Core::Database::RawDataSet::GetContainerNrOfQuid ( Quid  q  )  [inline]

Definition at line 330 of file RawDataSet.h.

References GetDirIdOfFile(), IsImageSet(), Impala::QuidId(), and Impala::QuidObject().

00331     {
00332         int fileId = (IsImageSet()) ? QuidId(q) : QuidObject(q);
00333         return (IsImageSet()) ? GetDirIdOfFile(fileId) : fileId;
00334     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:18:57 2011 for ImpalaSrc by  doxygen 1.5.1