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: ![]()
|