Definition at line 46 of file FeatureLocator.h. References Init(), mContainer, mFeatureString, mIsCodebook, mIsIndex, and mWalkType. 00049 : Locator(dataSet, options) 00050 { 00051 mIsCodebook = isCodebook; 00052 mIsIndex = isIndex; 00053 mWalkType = walkType; 00054 mFeatureString = featureString; 00055 mContainer = container; 00056 Init(); 00057 }
Here is the call graph for this function:
|