Definition at line 33 of file FoldLocator.h. References Impala::MakeString(), mConceptSet, mFoldType, mKeyword, mName, and mQuidClass. 00036 : Locator(dataSet, options) 00037 { 00038 mQuidClass = quidClass; 00039 mConceptSet = conceptSet; 00040 mKeyword = keyword; 00041 mFoldType = foldType; 00042 mName = keyword + "_fold_" + MakeString(foldNr); 00043 }
Here is the call graph for this function: ![]()
|