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

Impala::Persistency::KernelMatrixLocator::KernelMatrixLocator ( const Locator base,
bool  isIndex,
CString  walkType,
CString  annoSet,
String  model,
String  feature,
CString  container 
) [inline]

Definition at line 75 of file KernelMatrixLocator.h.

References mAnnoSet, mContainer, mDoParts, mEmployReal32, mFeature, mFeatureIndexCat, mIncrement, mIsIndex, mModel, mNodeCount, mStartNode, mWalkType, and mWriteReal32.

00078         : Locator(base.GetProtocol(), base.GetHost(), base.GetDataSet())
00079     {
00080         mIsIndex = isIndex;
00081         mWalkType = walkType;
00082         mAnnoSet = annoSet;
00083         mFeatureIndexCat = "";
00084         mModel = model;
00085         mFeature = feature;
00086         mContainer = container;
00087         mStartNode = -1;
00088         mNodeCount = -1;
00089         mDoParts = 1;
00090         mEmployReal32 = false;
00091         mWriteReal32 = false;
00092         mIncrement = 0;
00093     }


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