Definition at line 17 of file SimilarityTableSetLocator.h. References mConceptSet, mContainer, mFeature, mInIndex, mModel, and mWalkType. 00020 : Locator(protocolAndHost, dataSet) 00021 { 00022 mInIndex = inIndex; 00023 mWalkType = walkType; 00024 mConceptSet = conceptSet; 00025 mModel = model; 00026 mFeature = feature; 00027 mContainer = videoName; 00028 }
|