Definition at line 59 of file FeatureLocator.h. References Init(), mContainer, mFeatureString, mIsCodebook, mIsIndex, and mWalkType. 00061 : Locator(base.GetProtocol(), base.GetHost(), base.GetDataSet()) 00062 { 00063 mIsCodebook = isCodebook; 00064 mIsIndex = isIndex; 00065 mWalkType = walkType; 00066 mFeatureString = featureString; 00067 mContainer = container; 00068 Init(); 00069 }
Here is the call graph for this function:
|