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

Util::IOBuffer* Impala::Persistency::ImageRepositoryInFile::GetReadBuffer ( const ImageLocator loc  )  [inline]

Definition at line 41 of file ImageRepositoryInFile.h.

References GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::ImageLocator::GetName(), Impala::Persistency::File::GetReadBuffer(), RepFS(), and Impala::Persistency::File::Valid().

00042     {
00043         String dir = GetDir(loc);
00044         File file = RepFS().GetFile(loc, dir, loc.GetName(), false, false);
00045         if (!file.Valid())
00046             return 0;
00047 
00048         return file.GetReadBuffer();
00049     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:35:41 2010 for ImpalaSrc by  doxygen 1.5.1