Definition at line 33 of file FeatureLocator.h. References Init(), mContainer, mFeatureString, mIsCodebook, mIsIndex, and mWalkType. 00036 : Locator(protocolAndHost, dataSet) 00037 { 00038 mIsCodebook = isCodebook; 00039 mIsIndex = isIndex; 00040 mWalkType = walkType; 00041 mFeatureString = featureString; 00042 mContainer = container; 00043 Init(); 00044 }
Here is the call graph for this function:
|