Definition at line 45 of file SimilarityTableSetLocator.h. References mConceptSet, mContainer, mFeature, mInIndex, mModel, and mWalkType. 00048 : Locator(base.GetProtocol(), base.GetHost(), base.GetDataSet()) 00049 { 00050 mInIndex = inIndex; 00051 mWalkType = walkType; 00052 mConceptSet = conceptSet; 00053 mModel = model; 00054 mFeature = feature; 00055 mContainer = videoName; 00056 }
|