Definition at line 89 of file FeatureLocator.h. References mIsCodebook, and mIsIndex. Referenced by Impala::Persistency::LabelSetRepositoryInFile::GetDir(), Impala::Persistency::FeatureTableRepositoryInFile::GetDir(), Impala::Persistency::FeatureListRepositoryInFile::GetDir(), and ToString(). 00090 { 00091 if (mIsCodebook) 00092 return "Codebooks"; 00093 if (mIsIndex) 00094 return "FeatureIndex"; 00095 return "FeatureData"; 00096 }
|