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

Impala::Persistency::FeatureLocator::FeatureLocator ( const Locator base,
bool  isCodebook,
bool  isIndex,
CString  walkType,
String  featureString,
CString  container 
) [inline]

Definition at line 59 of file FeatureLocator.h.

References Init(), mContainer, mFeatureString, mIsCodebook, mIsIndex, and mWalkType.

00061         : Locator(base.GetProtocol(), base.GetHost(), base.GetDataSet())
00062     {
00063         mIsCodebook = isCodebook;
00064         mIsIndex = isIndex;
00065         mWalkType = walkType;
00066         mFeatureString = featureString;
00067         mContainer = container;
00068         Init();
00069     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:34:47 2010 for ImpalaSrc by  doxygen 1.5.1