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

Impala::Persistency::KernelMatrixLocator::KernelMatrixLocator ( CString  dataSet,
bool  isIndex,
CString  walkType,
CString  annoSet,
String  model,
String  feature,
CString  container,
CmdOptions options 
) [inline]

Definition at line 55 of file KernelMatrixLocator.h.

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

00058         : Locator(dataSet, options)
00059     {
00060         mIsIndex = isIndex;
00061         mWalkType = walkType;
00062         mAnnoSet = annoSet;
00063         mFeatureIndexCat = "";
00064         mModel = model;
00065         mFeature = feature;
00066         mContainer = container;
00067         mStartNode = -1;
00068         mNodeCount = -1;
00069         mDoParts = 1;
00070         mEmployReal32 = false;
00071         mWriteReal32 = false;
00072         mIncrement = 0;
00073     }


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