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

Core::VideoSet::Segmentation* Impala::Persistency::SegmentationRepository::Get ( const SegmentationLocator loc,
Core::VideoSet::VideoSet vidSet 
) [inline]

Definition at line 25 of file SegmentationRepository.h.

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

00026     {
00027         String protocol = loc.GetProtocol();
00028         if ((protocol == "file") || (protocol == "dataServer"))
00029         {
00030             return mRepFile.Get(loc, vidSet);
00031         }
00032         if (protocol == "mapi")
00033         {
00034             return mRepMonet.Get(loc, vidSet);
00035         }
00036         ILOG_ERROR("Get: unknown protocol: " << loc.GetProtocol());
00037         return 0;
00038     }

Here is the call graph for this function:


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