Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

Impala::Persistency::SimilarityTableSetLocator::SimilarityTableSetLocator ( CString  dataSet,
bool  inIndex,
CString  walkType,
CString  conceptSet,
CString  model,
CString  feature,
CString  container,
CmdOptions options 
) [inline]

Definition at line 35 of file SimilarityTableSetLocator.h.

References mConceptSet, mContainer, mFeature, mInIndex, mModel, and mWalkType.

00038         : Locator(dataSet, options)
00039     {
00040         mInIndex = inIndex;
00041         mWalkType = walkType;
00042         mConceptSet = conceptSet;
00043         mModel = model;
00044         mFeature = feature;
00045         mContainer = container;
00046     }


Generated on Thu Jan 13 09:23:34 2011 for ImpalaSrc by  doxygen 1.5.1