Definition at line 31 of file SimilarityTableSetLocator.h. References mConceptSet, mContainer, mFeature, mInIndex, mModel, and mWalkType. 00034 : Locator(dataSet, options) 00035 { 00036 mInIndex = inIndex; 00037 mWalkType = walkType; 00038 mConceptSet = conceptSet; 00039 mModel = model; 00040 mFeature = feature; 00041 mContainer = videoName; 00042 }
|