Browse Source

0912 修改头文件

caizm 2 years ago
parent
commit
56a2099ee8

+ 2 - 2
CAE_Solution/src/acis/cmdmainprocess.cpp

@@ -4,10 +4,10 @@
 #include <QDateTime>
 #include <QProcess>
 #include <QDir>
-#include <qDebug>
+#include <qdebug.h>
 
 #include "cmdmainprocess.h"
-#include "DPMvolClass.h"
+#include "dpmvolclass.h"
 #include "ga_api.hxx"
 #include "at_str.hxx"
 #include "at_int.hxx"

+ 4 - 4
CAE_Solution/src/acis/cmdmainprocess.h

@@ -1,9 +1,9 @@
 #ifndef CMDMAINPROCESS_H
 #define CMDMAINPROCESS_H
 
-#include "GeometryImExporter.h"
+#include "geometryimexporter.h"
 #include "n_body_unite.hxx"
-#include "GeometryStitch.h"
+#include "geometrystitch.h"
 //ACIS header files
 #include "acis.hxx"//first head
 #include "api.hxx"
@@ -33,9 +33,9 @@
 #include "SPA3dPm.hxx"
 #include "SPA3dPmACIS_api.hxx"
 
-#include "DPMvolClass.h"
+#include "dpmvolclass.h"
 
-#include "RWriteFile.h"
+#include "rwritefile.h"
 #include <iostream>
 using namespace std;
 

+ 1 - 1
CAE_Solution/src/acis/rwritefile.cpp

@@ -1,5 +1,5 @@
 #include "rwritefile.h"
-#include "dataClass.h"
+#include "dataclass.h"
 
 /*
  * @brief:the constructor

+ 1 - 1
CAE_Solution/src/acis/rwritefile.h

@@ -6,7 +6,7 @@
 #include <QtXml/QDomDocument>
 #include <QtXml/QDomNode>
 #include <QTextStream>
-#include "dataClass.h"
+#include "dataclass.h"
 #include "SPA3dPm.hxx"
 
 #include "../threadPool_and_statemachine/dealWith/boostjsonobject.h"

+ 1 - 1
CAE_Solution/src/threadPool_and_statemachine/dealWith/handlepool.cpp

@@ -766,7 +766,7 @@ bool handlePool::result_readIgsFile(boostJsonObject *object_, QVTKRenderer *rend
     Q_UNUSED(render_);
     cmdMainProcess* cmdp = new cmdMainProcess();
     try{
-    if(cmdp->CreateProcess_(object_->ag_struct->geoPath,"")){
+    if(cmdp->CreateProcess_(object_->ag_struct->geoPath,"")){//unuse xmlpath
         return true;
     }else{
         return false;