|  | @@ -22,7 +22,6 @@ VTK_MODULE_INIT(vtkRenderingFreeType)
 | 
	
		
			
				|  |  |  #include "threadPool_and_statemachine/dealWith/handlepool.h"
 | 
	
		
			
				|  |  |  #include "threadPool_and_statemachine/dealWith/boostjsonobject.h"
 | 
	
		
			
				|  |  |  #include "VTK/Manager/ResultMeshManager.h"
 | 
	
		
			
				|  |  | -#include "manager_acis_modeller.h"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  int main(int argc, char *argv[])
 | 
	
		
			
				|  |  |  {
 | 
	
	
		
			
				|  | @@ -36,9 +35,6 @@ int main(int argc, char *argv[])
 | 
	
		
			
				|  |  |      QSurfaceFormat::setDefaultFormat(QVTKOpenGLNativeWidget::defaultFormat());//必需
 | 
	
		
			
				|  |  |      qRegisterMetaType<std::string>("std::string");
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    iniACIS();
 | 
	
		
			
				|  |  | -    initIop();
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |      QApplication a(argc, argv);
 | 
	
		
			
				|  |  |      Widget w;
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -62,6 +58,5 @@ int main(int argc, char *argv[])
 | 
	
		
			
				|  |  |      QObject::connect(handle,SIGNAL(sendImg_handlePoolToSendstate(std::string)),sendstate,SLOT(getImg_handlePoolToSendstate(std::string)));
 | 
	
		
			
				|  |  |      QObject::connect(recvstate,SIGNAL(sendmsg_recvstateTohandlePool(std::string)),handle,SLOT(getmsg_recvstateTohandlePool(std::string)));
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    //closeACIS();
 | 
	
		
			
				|  |  |      return a.exec();
 | 
	
		
			
				|  |  |  }
 |