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

ImageArchive* Impala::Persistency::ImageArchiveRepositoryInMonet::Get ( const ImageArchiveLocator loc  )  [inline]

Definition at line 28 of file ImageArchiveRepositoryInMonet.h.

References Impala::Persistency::RepositoryInMonetDB::GetConnection(), Impala::Persistency::ImageArchiveLocator::GetFrames(), Impala::Persistency::ImageArchiveLocator::GetQuid(), ILOG_ERROR, and RepMonet().

00029     {
00030         if (!loc.GetFrames())
00031         {
00032             ILOG_ERROR("Only implemented for frames");
00033             return 0;
00034         }
00035 
00036         Connection* conn = RepMonet().GetConnection(loc);
00037         ImageArchive* res = new ImageArchiveMapi(loc.GetQuid(), conn);
00038         return res;
00039     }

Here is the call graph for this function:


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