Definition at line 113 of file KernelMatrixRepositoryInFile.h. References Impala::FileNameConcat(), Impala::Persistency::KernelMatrixLocator::GetAnnoSet(), Impala::Persistency::KernelMatrixLocator::GetContainer(), Impala::Persistency::KernelMatrixLocator::GetFeature(), Impala::Persistency::KernelMatrixLocator::GetIsIndex(), Impala::Persistency::KernelMatrixLocator::GetModel(), Impala::Persistency::KernelMatrixLocator::GetTopString(), and Impala::Persistency::KernelMatrixLocator::GetWalkType(). Referenced by Add(), Delete(), Exists(), ExposeFile(), and Get(). 00114 { 00115 String dir = loc.GetTopString(); 00116 if (!loc.GetIsIndex()) 00117 dir = FileNameConcat(dir, loc.GetWalkType()); 00118 00119 if (forAll) 00120 return dir; 00121 00122 dir = FileNameConcat(dir, loc.GetAnnoSet()); 00123 dir = FileNameConcat(dir, loc.GetModel()); 00124 dir = FileNameConcat(dir, loc.GetFeature()); 00125 if (!loc.GetIsIndex()) 00126 dir = FileNameConcat(dir, loc.GetContainer()); 00127 return dir; 00128 }
Here is the call graph for this function: ![]()
|