Definition at line 1993 of file mainIDo.cpp. References CheckKernelData(), CheckSimilarities(), mComputeKernelData, mKernelDataOnly, and mStoreKernelData. Referenced by HandleCmd(). 01994 { 01995 if (mComputeKernelData || (!mStoreKernelData.empty())) 01996 CheckKernelData("none-surf-p112213"); 01997 if (mKernelDataOnly.empty()) 01998 CheckSimilarities("none-surf-p112213"); 01999 }
Here is the call graph for this function: ![]()
|