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

void Impala::Application::IDo::FeatureIndexExec ( CString  feature1,
CString  feature2,
CString  feature3 
) [inline]

Definition at line 835 of file mainIDo.cpp.

References Exec(), GetFrameWalk(), GetWalkerProg(), and mSetName.

Referenced by HandleCmd().

00836     {
00837         String prog = GetWalkerProg();
00838         String frameWalk = GetFrameWalk();
00839         Exec(prog, "indexfeatures " + mSetName + " " + feature1 + " " + 
00840              frameWalk + " --virtualWalk", 1);
00841         Exec(prog, "indexfeatures " + mSetName + " " + feature2 + " " + 
00842              frameWalk + " --virtualWalk", 1);
00843         Exec(prog, "indexfeatures " + mSetName + " " + feature3 + " " + 
00844              frameWalk + " --virtualWalk", 1);
00845     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:14:20 2011 for ImpalaSrc by  doxygen 1.5.1