mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
Porting to OCCT6.5.1
This commit is contained in:
parent
e2ef963137
commit
975caf67e2
@ -32,7 +32,7 @@
|
||||
#include "GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient.hxx"
|
||||
#include "GEOM_PythonDump.hxx"
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "GEOM_Object.hxx"
|
||||
#include "GEOM_DataMapOfAsciiStringTransient.hxx"
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#if OCC_VERSION_LARGE > 0x06040000 // Porting to OCCT6.5.1
|
||||
#include <TColStd_DataMapOfIntegerTransient.hxx>
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <GEOM_Solver.hxx>
|
||||
#include <GEOM_ISubShape.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
|
@ -66,7 +66,6 @@ libGEOMbasic_la_CPPFLAGS = \
|
||||
$(CAS_CPPFLAGS) \
|
||||
$(KERNEL_CXXFLAGS) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
$(GUI_CXXFLAGS) \
|
||||
-I$(top_builddir)/idl
|
||||
|
||||
libGEOMbasic_la_LDFLAGS = \
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include <BlockFix_UnionFaces.ixx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include <ShapeAnalysis_WireOrder.hxx>
|
||||
#include <ShapeAnalysis_Edge.hxx>
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfOrientedShapeShape.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
||||
#include <Standard_TypeMismatch.hxx>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
||||
#include <Standard_TypeMismatch.hxx>
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
||||
#include <Standard_TypeMismatch.hxx>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
||||
#include <Standard_TypeMismatch.hxx>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapeMapOfShape.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
||||
#include <Standard_TypeMismatch.hxx>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapePnt.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
||||
#include <Standard_TypeMismatch.hxx>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
||||
#include <Standard_TypeMismatch.hxx>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include <GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
||||
#include <Standard_TypeMismatch.hxx>
|
||||
|
@ -360,7 +360,6 @@ salomeinclude_HEADERS = \
|
||||
libGEOMAlgo_la_CPPFLAGS = \
|
||||
$(CAS_CPPFLAGS) \
|
||||
$(KERNEL_CXXFLAGS) \
|
||||
$(GUI_CXXFLAGS) \
|
||||
-I$(srcdir)/../NMTDS \
|
||||
-I$(srcdir)/../NMTTools
|
||||
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include <SUIT_ViewManager.h>
|
||||
#include <SUIT_ResourceMgr.h>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include <SalomeApp_Study.h>
|
||||
#include <SalomeApp_Application.h>
|
||||
|
@ -68,7 +68,7 @@
|
||||
#include <SALOMEDSClient_ClientFactory.hxx>
|
||||
#include <SALOMEDSClient_IParameters.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
// External includes
|
||||
#include <QMenu>
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
#include "GEOM_GEOMGUI.hxx"
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include <SalomeApp_Module.h>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
#include <Standard_Stream.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include <GEOMImpl_I3DPrimOperations.hxx>
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
#include "GEOMImpl_Gen.hxx"
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include <utilities.h>
|
||||
#include <OpUtil.hxx>
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <GEOMImpl_IBasicOperations.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include "utilities.h"
|
||||
#include <OpUtil.hxx>
|
||||
|
@ -45,7 +45,7 @@
|
||||
#include <GEOMAlgo_ListIteratorOfListOfCoupleOfShapes.hxx>
|
||||
#include <BlockFix_CheckTool.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include "utilities.h"
|
||||
#include <OpUtil.hxx>
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <GEOMImpl_PartitionDriver.hxx>
|
||||
#include <GEOMImpl_IPartition.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include <TDF_Tool.hxx>
|
||||
|
||||
|
@ -57,7 +57,7 @@
|
||||
#include <GEOMImpl_ISketcher.hxx>
|
||||
#include <GEOMImpl_I3DSketcher.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include "utilities.h"
|
||||
|
||||
|
@ -18,7 +18,6 @@
|
||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
//
|
||||
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||
//
|
||||
|
||||
#include <Standard_Stream.hxx>
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <GEOMImpl_IHealing.hxx>
|
||||
#include <GEOMImpl_CopyDriver.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include "utilities.h"
|
||||
#include <OpUtil.hxx>
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include <GEOM_Function.hxx>
|
||||
#include <GEOM_PythonDump.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include "utilities.h"
|
||||
#include <OpUtil.hxx>
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "GEOM_Engine.hxx"
|
||||
#include "GEOM_Object.hxx"
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include "Utils_SALOME_Exception.hxx"
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include <GEOM_Function.hxx>
|
||||
#include <GEOM_PythonDump.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include "utilities.h"
|
||||
#include <OpUtil.hxx>
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include <GEOM_Function.hxx>
|
||||
#include <GEOM_PythonDump.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include <utilities.h>
|
||||
#include <OpUtil.hxx>
|
||||
|
@ -56,7 +56,7 @@
|
||||
#include "GEOMAlgo_ListIteratorOfListOfCoupleOfShapes.hxx"
|
||||
#include "GEOMAlgo_ListOfCoupleOfShapes.hxx"
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include "utilities.h"
|
||||
#include "OpUtil.hxx"
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include <GEOM_Function.hxx>
|
||||
#include <GEOM_PythonDump.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include "utilities.h"
|
||||
#include <OpUtil.hxx>
|
||||
|
@ -227,7 +227,6 @@ libGEOMimpl_la_CPPFLAGS = \
|
||||
$(CORBA_INCLUDES) \
|
||||
$(CAS_CPPFLAGS) \
|
||||
$(KERNEL_CXXFLAGS) \
|
||||
$(GUI_CXXFLAGS) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
$(PYTHON_INCLUDES) \
|
||||
-I$(srcdir)/../ShHealOper \
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include <GEOMBase.h>
|
||||
#include <GEOM_Actor.h>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include <SALOME_ListIO.hxx>
|
||||
#include <SALOME_ListIteratorOfListIO.hxx>
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <GeometryGUI.h>
|
||||
#include <GEOM_Displayer.h>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include <QtxComboBox.h>
|
||||
#include <SUIT_ResourceMgr.h>
|
||||
|
@ -34,7 +34,7 @@
|
||||
#include "GEOM_Engine.hxx"
|
||||
#include "GEOM_Object.hxx"
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include <TColStd_HSequenceOfAsciiString.hxx>
|
||||
|
||||
|
@ -75,7 +75,6 @@ libGEOMEngine_la_CPPFLAGS = \
|
||||
$(CAS_CPPFLAGS) \
|
||||
$(BOOST_CPPFLAGS) \
|
||||
$(KERNEL_CXXFLAGS) \
|
||||
$(GUI_CXXFLAGS) \
|
||||
-I$(srcdir)/../SKETCHER \
|
||||
-I$(srcdir)/../ARCHIMEDE \
|
||||
-I$(srcdir)/../GEOMImpl \
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include <GEOMBase.h>
|
||||
#include <GeometryGUI.h>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include <SUIT_Session.h>
|
||||
#include <SUIT_Desktop.h>
|
||||
|
@ -138,7 +138,6 @@ dist_libNMTTools_la_SOURCES = \
|
||||
libNMTTools_la_CPPFLAGS = \
|
||||
$(CAS_CPPFLAGS) \
|
||||
$(KERNEL_CXXFLAGS) \
|
||||
$(GUI_CXXFLAGS) \
|
||||
-I$(srcdir)/../NMTDS
|
||||
|
||||
libNMTTools_la_LDFLAGS = \
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include <NMTTools_PaveFiller.ixx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include <Precision.hxx>
|
||||
|
||||
|
@ -36,8 +36,7 @@ dist_libSTEPImport_la_SOURCES = \
|
||||
|
||||
libSTEPImport_la_CPPFLAGS = \
|
||||
$(CAS_CPPFLAGS) \
|
||||
$(KERNEL_CXXFLAGS) \
|
||||
$(GUI_CXXFLAGS)
|
||||
$(KERNEL_CXXFLAGS)
|
||||
|
||||
libSTEPImport_la_LDFLAGS = \
|
||||
$(KERNEL_LDFLAGS) -lSALOMELocalTrace -lSALOMEBasics \
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include <Basics_Utils.hxx>
|
||||
|
||||
#include <CASCatch_OCCTVersion.hxx>
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
||||
#include <BRep_Builder.hxx>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user