Definition at line 26 of file FeatureTableRepository.h. References ExposeFile(), Impala::Persistency::File::GetPath(), Impala::Persistency::Locator::GetProtocol(), and ILOG_ERROR. Referenced by Impala::Core::ImageSet::InterestPointProc::HandleDoneDir(), and Impala::Core::VideoSet::InterestPointProc::HandleDoneFile(). 00027 { 00028 String protocol = loc.GetProtocol(); 00029 if ((protocol == "file") || (protocol == "dataServer")) 00030 { 00031 File file = ExposeFile(loc, toWrite); 00032 return file.GetPath(); 00033 } 00034 ILOG_ERROR("ExposeFilePath: unknown protocol: [" << loc.GetProtocol() 00035 << "] in " << loc); 00036 return ""; 00037 }
Here is the call graph for this function: ![]()
|