Definition at line 1879 of file mainIDo.cpp. References CheckFeature(), and Impala::MakeString(). Referenced by CheckFeatureAllSurf(), CheckFeatureForestAllSurf(), and HandleCmd(). 01880 { 01881 String cbMode = (cMode.empty()) ? "" : "_" + cMode; 01882 for (int i=0 ; i<8 ; i++) 01883 { 01884 String sub = (i == 0) ? "" : "_sub_" + MakeString(i); 01885 CheckFeature("none-" + feature + 01886 "_sc_3-2-4_ps_pyramid-1x1-2x2-1x3" + cbMode + sub); 01887 } 01888 }
Here is the call graph for this function: ![]()
|