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

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

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     }


Generated on Fri Mar 19 11:36:44 2010 for ImpalaSrc by  doxygen 1.5.1