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

Core::Array::Array2dScalarUInt8* Impala::Persistency::ImageRepository::GetImageData ( const ImageLocator loc  )  [inline]

Definition at line 23 of file ImageRepository.h.

References Impala::Persistency::Locator::GetProtocol(), ILOG_ERROR, and Impala::Persistency::RepositoryDispatcher< LocatorType, DataType, RepositoryInFileType, RepositoryInMonetType >::mRepFile.

00024     {
00025         String protocol = loc.GetProtocol();
00026         if ((protocol == "file") || (protocol == "dataServer"))
00027         {
00028             return mRepFile.GetImageData(loc);
00029         }
00030         /*
00031         if (protocol == "mapi")
00032         {
00033             return mRepMonet.GetImageData(loc);
00034         }
00035         */
00036         ILOG_ERROR("GetImageData: unknown protocol: [" << loc.GetProtocol() <<
00037                    "] in " << loc);
00038         return 0;
00039     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:23:02 2011 for ImpalaSrc by  doxygen 1.5.1