Definition at line 61 of file LabelSetRepositoryInFile.h. References Impala::FileNameConcat(), Impala::Persistency::FeatureLocator::GetContainer(), Impala::Persistency::FeatureLocator::GetFeatureName(), Impala::Persistency::FeatureLocator::GetIsCodebook(), Impala::Persistency::FeatureLocator::GetTopString(), and Impala::Persistency::FeatureLocator::GetWalkType(). Referenced by Add(), and Get(). 00062 { 00063 String dir = loc.GetTopString(); 00064 dir = FileNameConcat(dir, loc.GetWalkType()); 00065 if (!loc.GetIsCodebook()) 00066 dir = FileNameConcat(dir, loc.GetFeatureName()); 00067 dir = FileNameConcat(dir, loc.GetContainer()); 00068 return dir; 00069 }
Here is the call graph for this function:
|