Definition at line 2243 of file mainIDo.cpp. References CleanCall(), and ILOG_INFO. Referenced by HandleCmd(). 02244 { 02245 ILOG_INFO("Cleaning mpeg7"); 02246 CleanCall("deletempeg7shot", "ALL"); 02247 CleanCall("deletempeg7annotation", "ALL"); 02248 CleanCall("deleteannotationtable", "Frame concepts.txt anchor"); 02249 CleanCall("deleteannotationtable", "Frame concepts.txt desert"); 02250 CleanCall("deleteannotationtable", "Shot concepts.txt anchor"); 02251 CleanCall("deleteannotationtable", "Shot concepts.txt desert"); 02252 }
Here is the call graph for this function: ![]()
|