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:
|