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

String Impala::Persistency::DistributedAccessRepositoryInFile::GetDir ( const KernelMatrixLocator loc  )  [inline, private]

Definition at line 90 of file DistributedAccessRepositoryInFile.h.

References Impala::FileNameConcat(), Impala::Persistency::KernelMatrixLocator::GetAnnoSet(), Impala::Persistency::KernelMatrixLocator::GetFeature(), Impala::Persistency::KernelMatrixLocator::GetFeatureIndexCat(), Impala::Persistency::KernelMatrixLocator::GetIncrement(), Impala::Persistency::KernelMatrixLocator::GetIsIndex(), Impala::Persistency::KernelMatrixLocator::GetModel(), Impala::Persistency::KernelMatrixLocator::GetTopString(), Impala::Persistency::KernelMatrixLocator::GetWalkType(), and Impala::MakeString().

Referenced by Exists(), ExposeFile(), LoadFeatures(), LoadParts(), LoadQuids(), ReadInfoFile(), WriteFeatures(), WriteInfoFile(), WriteParts(), WritePartsAsOne(), and WriteQuids().

00091     {
00092         String dir = loc.GetTopString();
00093         if (!loc.GetIsIndex())
00094             dir = FileNameConcat(dir, loc.GetWalkType());
00095         dir = FileNameConcat(dir, loc.GetAnnoSet());
00096         dir = FileNameConcat(dir, loc.GetFeatureIndexCat());
00097         dir = FileNameConcat(dir, loc.GetModel());
00098         dir = FileNameConcat(dir, loc.GetFeature());
00099         int inc = loc.GetIncrement();
00100         if (inc != 0)
00101             dir = FileNameConcat(dir, "inc_" + MakeString(inc));
00102         return dir;
00103     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:36 2011 for ImpalaSrc by  doxygen 1.5.1