Definition at line 50 of file ImageSetsRepository.h. References Impala::FileNameBase(), and mIdMap. Referenced by Impala::Core::ImageSet::ImageSet::GetSetId(), and Register(). 00051 { 00052 int id = 0; 00053 mIdMap.GetIdx(FileNameBase(setName), id); 00054 return id; 00055 }
Here is the call graph for this function:
|