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

void Impala::Persistency::SimilarityTableSetRepositoryInMonet::Add ( const SimilarityTableSetLocator loc,
SimilarityTableSet simSet 
) [inline]

Definition at line 63 of file SimilarityTableSetRepositoryInMonet.h.

References Impala::Persistency::SimilarityTableSetLocator::GetInIndex(), Impala::Persistency::SimilarityTableSetLocator::GetWalkType(), ILOG_ERROR, and SaveSims().

00064     {
00065         if (loc.GetInIndex())
00066         {
00067             ILOG_ERROR("Index not implemented (yet)");
00068             return;
00069         }
00070         if (loc.GetWalkType() != "Frames")
00071         {
00072             ILOG_ERROR("Only implemented for Frames");
00073             return;
00074         }
00075 
00076         SaveSims(simSet, loc);
00077     }

Here is the call graph for this function:


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