AC_SUBST(GEOM_ROOT_DIR)
GEOM_LDFLAGS=-L${GEOM_DIR}/lib${LIB_LOCATION_SUFFIX}/salome
- GEOM_CXXFLAGS=-I${GEOM_DIR}/include/salome
+ GEOM_CXXFLAGS="-I${GEOM_DIR}/include/salome -I${GEOM_DIR}/include/salome/skel"
AC_SUBST(GEOM_LDFLAGS)
AC_SUBST(GEOM_CXXFLAGS)
GUI_ROOT_DIR=${SALOME_GUI_DIR}
GUI_LDFLAGS=-L${SALOME_GUI_DIR}/lib${LIB_LOCATION_SUFFIX}/salome
- GUI_CXXFLAGS=-I${SALOME_GUI_DIR}/include/salome
+ GUI_CXXFLAGS="-I${SALOME_GUI_DIR}/include/salome -I${SALOME_GUI_DIR}/include/salome/skel"
AC_CHECKING(for full GUI)
if test -f ${SALOME_GUI_DIR}/bin/salome/SALOME_Session_Server ; then
# ============================================================
# Standard directory for installation
#
-salomeincludedir = $(includedir)/salome
+salomeincludedir = $(includedir)/salome/@MODULE_NAME@
+salomeskeldir = $(includedir)/salome/skel
libdir = $(prefix)/lib@LIB_LOCATION_SUFFIX@/salome
bindir = $(prefix)/bin/salome
salomescriptdir = $(bindir)
nodist_libSalomeIDLGEOM_la_SOURCES = GEOM_GenSK.cc GEOM_SupervSK.cc
# header files must be exported: other modules have to use this library
-nodist_salomeinclude_HEADERS = $(BASEIDL_FILES:%.idl=%.hh)
+nodist_salomeskel_HEADERS = $(BASEIDL_FILES:%.idl=%.hh)
libSalomeIDLGEOM_la_CPPFLAGS = \
-I$(top_builddir)/idl \
// $Header$
//
#include "Archimede_VolumeSection.hxx"
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <BRepMesh_IncrementalMesh.hxx>
#include <TopExp_Explorer.hxx>
// Author: Pavel TELKOV
// <ptv@mutex.nnov.opencascade.com>
//
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <BRepTools.hxx>
// Author: Pavel TELKOV
// <ptv@mutex.nnov.opencascade.com>
//
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <BRepTools.hxx>
#include <BRep_Builder.hxx>
#include <GeometryGUI.h>
-#include <SUIT_Session.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_ViewWindow.h>
-#include <OCCViewer_ViewWindow.h>
-#include <OCCViewer_ViewModel.h>
-#include <OCCViewer_ViewManager.h>
-#include <OCCViewer_ViewPort3d.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/OCCViewer_ViewWindow.h>
+#include <gui/OCCViewer_ViewModel.h>
+#include <gui/OCCViewer_ViewManager.h>
+#include <gui/OCCViewer_ViewPort3d.h>
#include <BRep_Tool.hxx>
#include <ProjLib.hxx>
#ifndef BASICGUI_H
#define BASICGUI_H
-#include <GEOMGUI.h>
+#include "GEOMGUI.h"
#include <V3d_View.hxx>
//=================================================================================
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TColStd_IndexedMapOfInteger.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
#ifndef BASICGUI_ARCDLG_H
#define BASICGUI_ARCDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_3Sel;
class DlgRef_3Sel1Check;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TColStd_IndexedMapOfInteger.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
#ifndef BASICGUI_CIRCLEDLG_H
#define BASICGUI_CIRCLEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_3Sel;
class DlgRef_2Sel1Spin;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <SalomeApp_Study.h>
-#include <LightApp_SelectionMgr.h>
-
-#include <SALOME_ListIteratorOfListIO.hxx>
-#include <SALOME_ListIO.hxx>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_Study.h>
+#include <gui/LightApp_SelectionMgr.h>
+
+#include <gui/SALOME_ListIteratorOfListIO.hxx>
+#include <gui/SALOME_ListIO.hxx>
#include <TopoDS_Shape.hxx>
#include <TopoDS.hxx>
#ifndef BASICGUI_CURVEDLG_H
#define BASICGUI_CURVEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
#include <list>
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TColStd_IndexedMapOfInteger.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
#ifndef BASICGUI_ELLIPSEDLG_H
#define BASICGUI_ELLIPSEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_3Sel2Spin;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TopoDS_Shape.hxx>
#include <TopoDS.hxx>
#ifndef BASICGUI_LINEDLG_H
#define BASICGUI_LINEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <QLabel>
#ifndef BASICGUI_MARKERDLG_H
#define BASICGUI_MARKERDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
#include <QMap>
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TColStd_MapOfInteger.hxx>
#include <TopoDS_Shape.hxx>
#ifndef BASICGUI_PLANEDLG_H
#define BASICGUI_PLANEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel1Spin;
class DlgRef_2Sel1Spin;
#include "BasicGUI_PointDlg.h"
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <GeometryGUI.h>
#include <GEOMBase.h>
#ifndef BASICGUI_POINTDLG_H
#define BASICGUI_POINTDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
#include <QMap>
class DlgRef_1Sel1Spin;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TopoDS_Shape.hxx>
#include <TopoDS.hxx>
#ifndef BASICGUI_VECTORDLG_H
#define BASICGUI_VECTORDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel;
class DlgRef_3Spin1Check;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <BRep_Tool.hxx>
#ifndef BASICGUI_WORKINGPLANEDLG_H
#define BASICGUI_WORKINGPLANEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
#include <gp_Ax3.hxx>
#include <GeometryGUI.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_MessageBox.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
//=======================================================================
// function : BlocksGUI()
#ifndef BLOCKSGUI_H
#define BLOCKSGUI_H
-#include <GEOMGUI.h>
+#include "GEOMGUI.h"
//=================================================================================
// class : BlocksGUI
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <GEOMImpl_Types.hxx>
#ifndef BLOCKSGUI_BLOCKDLG_H
#define BLOCKSGUI_BLOCKDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel;
class DlgRef_6Sel;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_ViewWindow.h>
-#include <SUIT_ViewManager.h>
-#include <SUIT_MessageBox.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
-#include <OCCViewer_ViewModel.h>
-#include <SALOME_ListIteratorOfListIO.hxx>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/SUIT_ViewManager.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/OCCViewer_ViewModel.h>
+#include <gui/SALOME_ListIteratorOfListIO.hxx>
//=================================================================================
// class : BlocksGUI_ExplodeDlg()
#ifndef BLOCKSGUI_EXPLODEDLG_H
#define BLOCKSGUI_EXPLODEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel2Spin1View1Check;
#include <GEOMBase.h>
#include <GEOMImpl_Types.hxx>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TColStd_MapOfInteger.hxx>
#ifndef BLOCKSGUI_PROPAGATEDLG_H
#define BLOCKSGUI_PROPAGATEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// QT Includes
#include <qlabel.h>
#ifndef BLOCKSGUI_QUADFACEDLG_H
#define BLOCKSGUI_QUADFACEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
#include <QMap>
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_ViewWindow.h>
-#include <SUIT_ViewManager.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
-#include <OCCViewer_ViewModel.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/SUIT_ViewManager.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/OCCViewer_ViewModel.h>
// OCCT Includes
#include <TColStd_IndexedMapOfInteger.hxx>
#ifndef BLOCKSGUI_TRSFDLG_H
#define BLOCKSGUI_TRSFDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
#include <QMap>
#include "BooleanGUI_Dialog.h"
#include <GeometryGUI.h>
-#include <SUIT_Desktop.h>
+#include <gui/SUIT_Desktop.h>
//=======================================================================
// function : BooleanGUI()
#ifndef BOOLEANGUI_H
#define BOOLEANGUI_H
-#include <GEOMGUI.h>
+#include "GEOMGUI.h"
//=================================================================================
// class : BooleanGUI
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
//=================================================================================
// class : BooleanGUI_Dialog()
#ifndef BOOLEANGUI_DIALOG_H
#define BOOLEANGUI_DIALOG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel;
//
#include "BuildGUI.h"
-#include <SUIT_Desktop.h>
-#include <SalomeApp_Application.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SalomeApp_Application.h>
#include "BuildGUI_EdgeDlg.h" // Method EDGE
#include "BuildGUI_WireDlg.h" // Method WIRE
#ifndef BUILDGUI_H
#define BUILDGUI_H
-#include <GEOMGUI.h>
+#include "GEOMGUI.h"
//=================================================================================
// class : BuildGUI
#include <GEOMImpl_Types.hxx>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
//=================================================================================
// class : BuildGUI_CompoundDlg()
#ifndef BUILDGUI_COMPOUNDDLG_H
#define BUILDGUI_COMPOUNDDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <GEOMImpl_Types.hxx>
#ifndef BUILDGUI_EDGEDLG_H
#define BUILDGUI_EDGEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
//=================================================================================
// class : BuildGUI_FaceDlg()
#ifndef BUILDGUI_FACEDLG_H
#define BUILDGUI_FACEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel1Check;
#include <GEOMImpl_Types.hxx>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TColStd_MapOfInteger.hxx>
#ifndef BUILDGUI_SHELLDLG_H
#define BUILDGUI_SHELLDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel;
#include <GEOMImpl_Types.hxx>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_MessageBox.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
//=================================================================================
// class : BuildGUI_SolidDlg()
#ifndef BUILDGUI_SOLIDDLG_H
#define BUILDGUI_SOLIDDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel1Check;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TColStd_MapOfInteger.hxx>
#include <Precision.hxx>
#ifndef BUILDGUI_WIREDLG_H
#define BUILDGUI_WIREDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel1Spin;
#include <GEOM_AISShape.hxx>
#include <GEOM_Actor.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_ViewWindow.h>
-#include <SUIT_OverrideCursor.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/SUIT_OverrideCursor.h>
-#include <OCCViewer_ViewManager.h>
-#include <OCCViewer_ViewModel.h>
+#include <gui/OCCViewer_ViewManager.h>
+#include <gui/OCCViewer_ViewModel.h>
-#include <SALOME_ListIO.hxx>
-#include <SALOME_ListIteratorOfListIO.hxx>
+#include <gui/SALOME_ListIO.hxx>
+#include <gui/SALOME_ListIteratorOfListIO.hxx>
-#include <SVTK_ViewWindow.h>
-#include <SVTK_View.h>
-#include <SVTK_ViewModel.h>
-#include <SOCC_ViewModel.h>
-#include <SVTK_Prs.h>
-#include <SOCC_Prs.h>
+#include <gui/SVTK_ViewWindow.h>
+#include <gui/SVTK_View.h>
+#include <gui/SVTK_ViewModel.h>
+#include <gui/SOCC_ViewModel.h>
+#include <gui/SVTK_Prs.h>
+#include <gui/SOCC_Prs.h>
-#include <QtxActionMenuMgr.h>
+#include <gui/QtxActionMenuMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
-#include <SalomeApp_Study.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SalomeApp_Study.h>
#include <AIS_ListIteratorOfListOfInteractive.hxx>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_IntSpinBox</class>
<extends>QSpinBox</extends>
- <header location="global" >SalomeApp_IntSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_IntSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>QtxDoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >QtxDoubleSpinBox.h</header>
+ <header location="global" >gui/QtxDoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>QtxDoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >QtxDoubleSpinBox.h</header>
+ <header location="global" >gui/QtxDoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<resources/>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_IntSpinBox</class>
<extends>QSpinBox</extends>
- <header location="global" >SalomeApp_IntSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_IntSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
<customwidget>
<class>SalomeApp_IntSpinBox</class>
<extends>QSpinBox</extends>
- <header location="global" >SalomeApp_IntSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_IntSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
<customwidget>
<class>SalomeApp_IntSpinBox</class>
<extends>QSpinBox</extends>
- <header location="global" >SalomeApp_IntSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_IntSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<resources/>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>QtxDoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >QtxDoubleSpinBox.h</header>
+ <header location="global" >gui/QtxDoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
<customwidget>
<class>SalomeApp_IntSpinBox</class>
<extends>QSpinBox</extends>
- <header location="global" >SalomeApp_IntSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_IntSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
#include <GeometryGUI.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_ViewWindow.h>
-#include <OCCViewer_ViewModel.h>
-#include <OCCViewer_ViewManager.h>
-#include <SalomeApp_Study.h>
-#include <SalomeApp_Application.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/OCCViewer_ViewModel.h>
+#include <gui/OCCViewer_ViewManager.h>
+#include <gui/SalomeApp_Study.h>
+#include <gui/SalomeApp_Application.h>
#include <TopoDS_Shape.hxx>
#ifndef ENTITYGUI_H
#define ENTITYGUI_H
-#include <GEOMGUI.h>
+#include "GEOMGUI.h"
-#include <SALOMEDSClient.hxx>
+#include <kernel/SALOMEDSClient.hxx>
#include <AIS_Shape.hxx>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
#include "EntityGUI_3DSketcherDlg.h"
#include "EntityGUI_Widgets.h"
-#include <QtxDoubleSpinBox.h>
+#include <gui/QtxDoubleSpinBox.h>
#include <GEOMBase.h>
#include <GeometryGUI.h>
#include <Precision.hxx>
#include <DlgRef.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_Session.h>
-#include <SUIT_MessageBox.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <BRep_Tool.hxx>
#include <TopExp.hxx>
#ifndef ENTITYGUI_3DSKETCHERDLG_H
#define ENTITYGUI_3DSKETCHERDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class QDoubleSpinBox;
class EntityGUI_3Spin;
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<customwidget>
<class>SalomeApp_DoubleSpinBox</class>
<extends>QDoubleSpinBox</extends>
- <header location="global" >SalomeApp_DoubleSpinBox.h</header>
+ <header location="global" >gui/SalomeApp_DoubleSpinBox.h</header>
</customwidget>
</customwidgets>
<tabstops>
//
#include "EntityGUI_SketcherDlg.h"
#include "EntityGUI_Widgets.h"
-#include <QtxDoubleSpinBox.h>
+#include <gui/QtxDoubleSpinBox.h>
#include <GEOMBase.h>
#include <GeometryGUI.h>
#include <Geom_Surface.hxx>
#include <Geom_Plane.hxx>
-#include <SUIT_Desktop.h>
-#include <SUIT_Session.h>
-#include <SUIT_MessageBox.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <QKeyEvent>
#include <BRepBuilderAPI_MakeWire.hxx>
#include <Sketcher_Profile.hxx>
-#include <SalomeApp_Study.h>
+#include <gui/SalomeApp_Study.h>
#include <gp_Pln.hxx>
#ifndef ENTITYGUI_SKETCHERDLG_H
#define ENTITYGUI_SKETCHERDLG_H
-#include <GEOMBase_Helper.h>
+#include "GEOMBase_Helper.h"
#include <QGroupBox>
#include <QComboBox>
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SUIT_ViewManager.h>
-#include <SUIT_ViewWindow.h>
-#include <OCCViewer_ViewModel.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ViewManager.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/OCCViewer_ViewModel.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TColStd_IndexedMapOfInteger.hxx>
#include <TopoDS_Iterator.hxx>
#ifndef ENTITYGUI_SUBSHAPEDLG_H
#define ENTITYGUI_SUBSHAPEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel1Check1List;
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOM_Application_HeaderFile
-#include <Handle_GEOM_Application.hxx>
+#include "Handle_GEOM_Application.hxx"
#endif
#ifndef _TDocStd_Application_HeaderFile
#include <Handle_Standard_Transient.hxx>
#endif
#ifndef _Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient_HeaderFile
-#include <Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx>
+#include "Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx"
#endif
class Standard_NoSuchObject;
class TCollection_AsciiString;
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient_HeaderFile
-#include <Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx>
+#include "Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx"
#endif
#ifndef _TCollection_AsciiString_HeaderFile
#include <Handle_Standard_Transient.hxx>
#endif
#ifndef _Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient_HeaderFile
-#include <Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx>
+#include "Handle_GEOM_DataMapNodeOfDataMapOfAsciiStringTransient.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include "GEOM_DataMapIteratorOfDataMapOfAsciiStringTransient.hxx"
#include "GEOM_PythonDump.hxx"
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <TDF_Tool.hxx>
#include <TDF_Data.hxx>
#include <GEOM_Solver.hxx>
#include <GEOM_ISubShape.hxx>
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <TDF.hxx>
#include <TDF_Tool.hxx>
#include <GEOM_IOperations.hxx>
-#include "utilities.h"
-#include <OpUtil.hxx>
-#include <Utils_ExceptHandlers.hxx>
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include <TDataStd_TreeNode.hxx>
#include <TDataStd_ChildNodeIterator.hxx>
//
#include <Standard_Stream.hxx>
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <GEOM_Object.hxx>
#include <GEOM_Engine.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <BlockFix.jxx>
+#include "BlockFix.jxx"
#include <TopoDS_Shape.hxx>
#endif
#ifndef _BlockFix_HeaderFile
-#include <BlockFix.hxx>
+#include "BlockFix.hxx"
#endif
#include <Standard.hxx>
#endif
#ifndef _Handle_BlockFix_BlockFixAPI_HeaderFile
-#include <Handle_BlockFix_BlockFixAPI.hxx>
+#include "Handle_BlockFix_BlockFixAPI.hxx"
#endif
#ifndef _Handle_ShapeBuild_ReShape_HeaderFile
Standard_Integer myOptimumNbFaces;
};
-#include <BlockFix_BlockFixAPI.lxx>
+#include "BlockFix_BlockFixAPI.lxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <BlockFix_BlockFixAPI.jxx>
+#include "BlockFix_BlockFixAPI.jxx"
#ifndef _Standard_TypeMismatch_HeaderFile
#include <Standard_TypeMismatch.hxx>
#include <TopoDS_Shape.hxx>
#endif
#ifndef _BlockFix_BlockFixAPI_HeaderFile
-#include <BlockFix_BlockFixAPI.hxx>
+#include "BlockFix_BlockFixAPI.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#include <BlockFix_BlockFixAPI.hxx>
+#include "BlockFix_BlockFixAPI.hxx"
//=======================================================================
//function : SetShape
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <BlockFix_CheckTool.jxx>
+#include "BlockFix_CheckTool.jxx"
#include <TopoDS_Shape.hxx>
#endif
#ifndef _BlockFix_CheckTool_HeaderFile
-#include <BlockFix_CheckTool.hxx>
+#include "BlockFix_CheckTool.hxx"
#endif
#include <Standard.hxx>
#endif
#ifndef _Handle_BlockFix_PeriodicSurfaceModifier_HeaderFile
-#include <Handle_BlockFix_PeriodicSurfaceModifier.hxx>
+#include "Handle_BlockFix_PeriodicSurfaceModifier.hxx"
#endif
#ifndef _Standard_Real_HeaderFile
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <BlockFix_PeriodicSurfaceModifier.jxx>
+#include "BlockFix_PeriodicSurfaceModifier.jxx"
#ifndef _Standard_TypeMismatch_HeaderFile
#include <Standard_TypeMismatch.hxx>
#include <Geom2d_Curve.hxx>
#endif
#ifndef _BlockFix_PeriodicSurfaceModifier_HeaderFile
-#include <BlockFix_PeriodicSurfaceModifier.hxx>
+#include "BlockFix_PeriodicSurfaceModifier.hxx"
#endif
#include <Standard.hxx>
#endif
#ifndef _Handle_BlockFix_SphereSpaceModifier_HeaderFile
-#include <Handle_BlockFix_SphereSpaceModifier.hxx>
+#include "Handle_BlockFix_SphereSpaceModifier.hxx"
#endif
#ifndef _Standard_Real_HeaderFile
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <BlockFix_SphereSpaceModifier.jxx>
+#include "BlockFix_SphereSpaceModifier.jxx"
#ifndef _Standard_TypeMismatch_HeaderFile
#include <Standard_TypeMismatch.hxx>
#include <Geom2d_Curve.hxx>
#endif
#ifndef _BlockFix_SphereSpaceModifier_HeaderFile
-#include <BlockFix_SphereSpaceModifier.hxx>
+#include "BlockFix_SphereSpaceModifier.hxx"
#endif
#include <TopoDS_Vertex.hxx>
#include <TopoDS_Iterator.hxx>
-#include "utilities.h"
+#include <kernel/utilities.h>
//=======================================================================
//function : BlockFix_UnionEdges()
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <BlockFix_UnionEdges.jxx>
+#include "BlockFix_UnionEdges.jxx"
#include <TopoDS_Shape.hxx>
#endif
#ifndef _BlockFix_UnionEdges_HeaderFile
-#include <BlockFix_UnionEdges.hxx>
+#include "BlockFix_UnionEdges.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <BlockFix_UnionFaces.jxx>
+#include "BlockFix_UnionFaces.jxx"
#include <TopoDS_Face.hxx>
#endif
#ifndef _BlockFix_UnionFaces_HeaderFile
-#include <BlockFix_UnionFaces.hxx>
+#include "BlockFix_UnionFaces.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_Algo.jxx>
+#include "GEOMAlgo_Algo.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _GEOMAlgo_Algo_HeaderFile
-#include <GEOMAlgo_Algo.hxx>
+#include "GEOMAlgo_Algo.hxx"
#endif
#define _GEOMAlgo_Builder_HeaderFile
#ifndef _NMTTools_PPaveFiller_HeaderFile
-#include <NMTTools_PPaveFiller.hxx>
+#include "NMTTools_PPaveFiller.hxx"
#endif
#ifndef _TopTools_ListOfShape_HeaderFile
#include <TopTools_ListOfShape.hxx>
#include <TopTools_IndexedDataMapOfShapeShape.hxx>
#endif
#ifndef _GEOMAlgo_BuilderShape_HeaderFile
-#include <GEOMAlgo_BuilderShape.hxx>
+#include "GEOMAlgo_BuilderShape.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_Builder.jxx>
+#include "GEOMAlgo_Builder.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _NMTTools_PaveFiller_HeaderFile
-#include <NMTTools_PaveFiller.hxx>
+#include "NMTTools_PaveFiller.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <TopoDS_Shape.hxx>
#include <BRepAlgo_Image.hxx>
#endif
#ifndef _GEOMAlgo_Builder_HeaderFile
-#include <GEOMAlgo_Builder.hxx>
+#include "GEOMAlgo_Builder.hxx"
#endif
#include <IntTools_PContext.hxx>
#endif
#ifndef _GEOMAlgo_Algo_HeaderFile
-#include <GEOMAlgo_Algo.hxx>
+#include "GEOMAlgo_Algo.hxx"
#endif
class IntTools_Context;
class TopTools_ListOfShape;
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_BuilderArea.jxx>
+#include "GEOMAlgo_BuilderArea.jxx"
#include <TopTools_ListOfShape.hxx>
#endif
#ifndef _GEOMAlgo_BuilderArea_HeaderFile
-#include <GEOMAlgo_BuilderArea.hxx>
+#include "GEOMAlgo_BuilderArea.hxx"
#endif
#include <TopoDS_Face.hxx>
#endif
#ifndef _GEOMAlgo_BuilderArea_HeaderFile
-#include <GEOMAlgo_BuilderArea.hxx>
+#include "GEOMAlgo_BuilderArea.hxx"
#endif
class TopoDS_Face;
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_BuilderFace.jxx>
+#include "GEOMAlgo_BuilderFace.jxx"
#include <TopoDS_Face.hxx>
#endif
#ifndef _GEOMAlgo_BuilderFace_HeaderFile
-#include <GEOMAlgo_BuilderFace.hxx>
+#include "GEOMAlgo_BuilderFace.hxx"
#endif
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
#endif
#ifndef _GEOMAlgo_Algo_HeaderFile
-#include <GEOMAlgo_Algo.hxx>
+#include "GEOMAlgo_Algo.hxx"
#endif
class TopoDS_Shape;
class TopTools_ListOfShape;
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_BuilderShape.jxx>
+#include "GEOMAlgo_BuilderShape.jxx"
#include <TopTools_ListOfShape.hxx>
#endif
#ifndef _GEOMAlgo_BuilderShape_HeaderFile
-#include <GEOMAlgo_BuilderShape.hxx>
+#include "GEOMAlgo_BuilderShape.hxx"
#endif
#define _GEOMAlgo_BuilderSolid_HeaderFile
#ifndef _GEOMAlgo_BuilderArea_HeaderFile
-#include <GEOMAlgo_BuilderArea.hxx>
+#include "GEOMAlgo_BuilderArea.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_BuilderSolid.jxx>
+#include "GEOMAlgo_BuilderSolid.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _GEOMAlgo_BuilderSolid_HeaderFile
-#include <GEOMAlgo_BuilderSolid.hxx>
+#include "GEOMAlgo_BuilderSolid.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_BuilderTools.jxx>
+#include "GEOMAlgo_BuilderTools.jxx"
#include <TopoDS_Shape.hxx>
#endif
#ifndef _GEOMAlgo_BuilderTools_HeaderFile
-#include <GEOMAlgo_BuilderTools.hxx>
+#include "GEOMAlgo_BuilderTools.hxx"
#endif
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_Clsf_HeaderFile
-#include <Handle_GEOMAlgo_Clsf.hxx>
+#include "Handle_GEOMAlgo_Clsf.hxx"
#endif
#ifndef _TopAbs_State_HeaderFile
#include <Standard_Real.hxx>
#endif
#ifndef _GEOMAlgo_HAlgo_HeaderFile
-#include <GEOMAlgo_HAlgo.hxx>
+#include "GEOMAlgo_HAlgo.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_Clsf.jxx>
+#include "GEOMAlgo_Clsf.jxx"
#ifndef _Standard_TypeMismatch_HeaderFile
#include <Standard_TypeMismatch.hxx>
#include <Geom_Surface.hxx>
#endif
#ifndef _GEOMAlgo_Clsf_HeaderFile
-#include <GEOMAlgo_Clsf.hxx>
+#include "GEOMAlgo_Clsf.hxx"
#endif
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_ClsfBox_HeaderFile
-#include <Handle_GEOMAlgo_ClsfBox.hxx>
+#include "Handle_GEOMAlgo_ClsfBox.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <GeomAdaptor_Surface.hxx>
#endif
#ifndef _GEOMAlgo_Clsf_HeaderFile
-#include <GEOMAlgo_Clsf.hxx>
+#include "GEOMAlgo_Clsf.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_ClsfBox.jxx>
+#include "GEOMAlgo_ClsfBox.jxx"
#ifndef _Standard_TypeMismatch_HeaderFile
#include <Standard_TypeMismatch.hxx>
#include <Geom_Surface.hxx>
#endif
#ifndef _GEOMAlgo_ClsfBox_HeaderFile
-#include <GEOMAlgo_ClsfBox.hxx>
+#include "GEOMAlgo_ClsfBox.hxx"
#endif
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_ClsfSolid_HeaderFile
-#include <Handle_GEOMAlgo_ClsfSolid.hxx>
+#include "Handle_GEOMAlgo_ClsfSolid.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <Standard_Address.hxx>
#endif
#ifndef _GEOMAlgo_Clsf_HeaderFile
-#include <GEOMAlgo_Clsf.hxx>
+#include "GEOMAlgo_Clsf.hxx"
#endif
class TopoDS_Shape;
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_ClsfSolid.jxx>
+#include "GEOMAlgo_ClsfSolid.jxx"
#ifndef _Standard_TypeMismatch_HeaderFile
#include <Standard_TypeMismatch.hxx>
#include <TopoDS_Shape.hxx>
#endif
#ifndef _GEOMAlgo_ClsfSolid_HeaderFile
-#include <GEOMAlgo_ClsfSolid.hxx>
+#include "GEOMAlgo_ClsfSolid.hxx"
#endif
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_ClsfSurf_HeaderFile
-#include <Handle_GEOMAlgo_ClsfSurf.hxx>
+#include "Handle_GEOMAlgo_ClsfSurf.hxx"
#endif
#ifndef _Handle_Geom_Surface_HeaderFile
#include <GeomAdaptor_Surface.hxx>
#endif
#ifndef _GEOMAlgo_Clsf_HeaderFile
-#include <GEOMAlgo_Clsf.hxx>
+#include "GEOMAlgo_Clsf.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_ClsfSurf.jxx>
+#include "GEOMAlgo_ClsfSurf.jxx"
#ifndef _Standard_TypeMismatch_HeaderFile
#include <Standard_TypeMismatch.hxx>
#include <Geom_Curve.hxx>
#endif
#ifndef _GEOMAlgo_ClsfSurf_HeaderFile
-#include <GEOMAlgo_ClsfSurf.hxx>
+#include "GEOMAlgo_ClsfSurf.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_CoupleOfShapes.jxx>
+#include "GEOMAlgo_CoupleOfShapes.jxx"
#include <TopoDS_Shape.hxx>
#endif
#ifndef _GEOMAlgo_CoupleOfShapes_HeaderFile
-#include <GEOMAlgo_CoupleOfShapes.hxx>
+#include "GEOMAlgo_CoupleOfShapes.hxx"
#endif
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_HeaderFile
-#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx>
+#include "Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx"
#endif
class Standard_NoSuchObject;
class GEOMAlgo_PassKey;
#include <TCollection_BasicMapIterator.hxx>
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_HeaderFile
-#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
+#include "Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx"
#endif
class Standard_NoSuchObject;
class GEOMAlgo_PassKeyShape;
#include <Standard_Real.hxx>
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_HeaderFile
-#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx>
+#include "Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx"
#endif
class Standard_NoSuchObject;
class TopTools_ListOfShape;
#include <Standard_Real.hxx>
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal_HeaderFile
-#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx>
+#include "Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx"
#endif
class Standard_NoSuchObject;
class TopoDS_Shape;
#include <TCollection_BasicMapIterator.hxx>
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet_HeaderFile
-#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx>
+#include "Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx"
#endif
class Standard_NoSuchObject;
class TopoDS_Shape;
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_HeaderFile
-#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx>
+#include "Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx"
#endif
#ifndef _GEOMAlgo_PassKey_HeaderFile
-#include <GEOMAlgo_PassKey.hxx>
+#include "GEOMAlgo_PassKey.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_HeaderFile
-#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
+#include "Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx"
#endif
#ifndef _GEOMAlgo_PassKeyShape_HeaderFile
-#include <GEOMAlgo_PassKeyShape.hxx>
+#include "GEOMAlgo_PassKeyShape.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <TopoDS_Shape.hxx>
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_HeaderFile
-#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx>
+#include "Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx"
#endif
#ifndef _Standard_Real_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal_HeaderFile
-#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx>
+#include "Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet_HeaderFile
-#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx>
+#include "Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <TopoDS_Shape.hxx>
#endif
#ifndef _GEOMAlgo_ShapeSet_HeaderFile
-#include <GEOMAlgo_ShapeSet.hxx>
+#include "GEOMAlgo_ShapeSet.hxx"
#endif
#ifndef _TCollection_MapNode_HeaderFile
#include <TCollection_MapNode.hxx>
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_HeaderFile
-#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx>
+#include "Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <TCollection_BasicMap.hxx>
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape_HeaderFile
-#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx>
+#include "Handle_GEOMAlgo_DataMapNodeOfDataMapOfPassKeyShapeShape.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <Standard_Real.hxx>
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape_HeaderFile
-#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx>
+#include "Handle_GEOMAlgo_DataMapNodeOfDataMapOfRealListOfShape.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <Standard_Real.hxx>
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal_HeaderFile
-#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx>
+#include "Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeReal.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <TCollection_BasicMap.hxx>
#endif
#ifndef _Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet_HeaderFile
-#include <Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx>
+#include "Handle_GEOMAlgo_DataMapNodeOfDataMapOfShapeShapeSet.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <TopAbs_ShapeEnum.hxx>
#endif
#ifndef _GEOMAlgo_State_HeaderFile
-#include <GEOMAlgo_State.hxx>
+#include "GEOMAlgo_State.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <TopoDS_Shape.hxx>
#include <TopTools_DataMapOfShapeShape.hxx>
#endif
#ifndef _GEOMAlgo_IndexedDataMapOfShapeState_HeaderFile
-#include <GEOMAlgo_IndexedDataMapOfShapeState.hxx>
+#include "GEOMAlgo_IndexedDataMapOfShapeState.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#endif
#ifndef _GEOMAlgo_ShapeAlgo_HeaderFile
-#include <GEOMAlgo_ShapeAlgo.hxx>
+#include "GEOMAlgo_ShapeAlgo.hxx"
#endif
class Geom_Surface;
class TopTools_ListOfShape;
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_FinderShapeOn.jxx>
+#include "GEOMAlgo_FinderShapeOn.jxx"
#include <TopTools_DataMapOfShapeShape.hxx>
#endif
#ifndef _GEOMAlgo_FinderShapeOn_HeaderFile
-#include <GEOMAlgo_FinderShapeOn.hxx>
+#include "GEOMAlgo_FinderShapeOn.hxx"
#endif
#include <TopAbs_ShapeEnum.hxx>
#endif
#ifndef _GEOMAlgo_State_HeaderFile
-#include <GEOMAlgo_State.hxx>
+#include "GEOMAlgo_State.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <TopTools_ListOfShape.hxx>
#endif
#ifndef _GEOMAlgo_IndexedDataMapOfShapeState_HeaderFile
-#include <GEOMAlgo_IndexedDataMapOfShapeState.hxx>
+#include "GEOMAlgo_IndexedDataMapOfShapeState.hxx"
#endif
#ifndef _GEOMAlgo_ShapeAlgo_HeaderFile
-#include <GEOMAlgo_ShapeAlgo.hxx>
+#include "GEOMAlgo_ShapeAlgo.hxx"
#endif
#ifndef _TopAbs_State_HeaderFile
#include <TopAbs_State.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_FinderShapeOn1.jxx>
+#include "GEOMAlgo_FinderShapeOn1.jxx"
#include <TopoDS_Face.hxx>
#endif
#ifndef _GEOMAlgo_ListOfPnt_HeaderFile
-#include <GEOMAlgo_ListOfPnt.hxx>
+#include "GEOMAlgo_ListOfPnt.hxx"
#endif
#ifndef _TopoDS_Edge_HeaderFile
#include <TopoDS_Edge.hxx>
#endif
#ifndef _GEOMAlgo_IndexedDataMapOfShapeState_HeaderFile
-#include <GEOMAlgo_IndexedDataMapOfShapeState.hxx>
+#include "GEOMAlgo_IndexedDataMapOfShapeState.hxx"
#endif
#ifndef _gp_Pnt_HeaderFile
#include <gp_Pnt.hxx>
#endif
#ifndef _GEOMAlgo_FinderShapeOn1_HeaderFile
-#include <GEOMAlgo_FinderShapeOn1.hxx>
+#include "GEOMAlgo_FinderShapeOn1.hxx"
#endif
#include <TopAbs_ShapeEnum.hxx>
#endif
#ifndef _GEOMAlgo_State_HeaderFile
-#include <GEOMAlgo_State.hxx>
+#include "GEOMAlgo_State.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_GEOMAlgo_Clsf_HeaderFile
-#include <Handle_GEOMAlgo_Clsf.hxx>
+#include "Handle_GEOMAlgo_Clsf.hxx"
#endif
#ifndef _TopTools_ListOfShape_HeaderFile
#include <TopTools_ListOfShape.hxx>
#endif
#ifndef _GEOMAlgo_IndexedDataMapOfShapeState_HeaderFile
-#include <GEOMAlgo_IndexedDataMapOfShapeState.hxx>
+#include "GEOMAlgo_IndexedDataMapOfShapeState.hxx"
#endif
#ifndef _GEOMAlgo_ShapeAlgo_HeaderFile
-#include <GEOMAlgo_ShapeAlgo.hxx>
+#include "GEOMAlgo_ShapeAlgo.hxx"
#endif
class GEOMAlgo_Clsf;
class TopTools_ListOfShape;
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_FinderShapeOn2.jxx>
+#include "GEOMAlgo_FinderShapeOn2.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _GEOMAlgo_Clsf_HeaderFile
-#include <GEOMAlgo_Clsf.hxx>
+#include "GEOMAlgo_Clsf.hxx"
#endif
#ifndef _TopTools_ListOfShape_HeaderFile
#include <TopTools_ListOfShape.hxx>
#include <TopoDS_Face.hxx>
#endif
#ifndef _GEOMAlgo_ListOfPnt_HeaderFile
-#include <GEOMAlgo_ListOfPnt.hxx>
+#include "GEOMAlgo_ListOfPnt.hxx"
#endif
#ifndef _TopoDS_Edge_HeaderFile
#include <TopoDS_Edge.hxx>
#endif
#ifndef _GEOMAlgo_IndexedDataMapOfShapeState_HeaderFile
-#include <GEOMAlgo_IndexedDataMapOfShapeState.hxx>
+#include "GEOMAlgo_IndexedDataMapOfShapeState.hxx"
#endif
#ifndef _GEOMAlgo_FinderShapeOn2_HeaderFile
-#include <GEOMAlgo_FinderShapeOn2.hxx>
+#include "GEOMAlgo_FinderShapeOn2.hxx"
#endif
#define _GEOMAlgo_GlueAnalyser_HeaderFile
#ifndef _GEOMAlgo_ListOfCoupleOfShapes_HeaderFile
-#include <GEOMAlgo_ListOfCoupleOfShapes.hxx>
+#include "GEOMAlgo_ListOfCoupleOfShapes.hxx"
#endif
#ifndef _TopTools_ListOfShape_HeaderFile
#include <TopTools_ListOfShape.hxx>
#endif
#ifndef _GEOMAlgo_Gluer_HeaderFile
-#include <GEOMAlgo_Gluer.hxx>
+#include "GEOMAlgo_Gluer.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_GlueAnalyser.jxx>
+#include "GEOMAlgo_GlueAnalyser.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _GEOMAlgo_ListOfCoupleOfShapes_HeaderFile
-#include <GEOMAlgo_ListOfCoupleOfShapes.hxx>
+#include "GEOMAlgo_ListOfCoupleOfShapes.hxx"
#endif
#ifndef _TopTools_ListOfShape_HeaderFile
#include <TopTools_ListOfShape.hxx>
#endif
#ifndef _GEOMAlgo_GlueAnalyser_HeaderFile
-#include <GEOMAlgo_GlueAnalyser.hxx>
+#include "GEOMAlgo_GlueAnalyser.hxx"
#endif
#include <TopTools_MapOfShape.hxx>
#endif
#ifndef _GEOMAlgo_ShapeAlgo_HeaderFile
-#include <GEOMAlgo_ShapeAlgo.hxx>
+#include "GEOMAlgo_ShapeAlgo.hxx"
#endif
#ifndef _TopAbs_ShapeEnum_HeaderFile
#include <TopAbs_ShapeEnum.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_Gluer.jxx>
+#include "GEOMAlgo_Gluer.jxx"
#include <TopoDS_Edge.hxx>
#endif
#ifndef _GEOMAlgo_PassKeyShape_HeaderFile
-#include <GEOMAlgo_PassKeyShape.hxx>
+#include "GEOMAlgo_PassKeyShape.hxx"
#endif
#ifndef _TopoDS_Face_HeaderFile
#include <TopoDS_Face.hxx>
#include <TopTools_DataMapOfShapeShape.hxx>
#endif
#ifndef _GEOMAlgo_Gluer_HeaderFile
-#include <GEOMAlgo_Gluer.hxx>
+#include "GEOMAlgo_Gluer.hxx"
#endif
#define _GEOMAlgo_Gluer1_HeaderFile
#ifndef _GEOMAlgo_ListOfCoupleOfShapes_HeaderFile
-#include <GEOMAlgo_ListOfCoupleOfShapes.hxx>
+#include "GEOMAlgo_ListOfCoupleOfShapes.hxx"
#endif
#ifndef _GEOMAlgo_DataMapOfPassKeyShapeShape_HeaderFile
-#include <GEOMAlgo_DataMapOfPassKeyShapeShape.hxx>
+#include "GEOMAlgo_DataMapOfPassKeyShapeShape.hxx"
#endif
#ifndef _GEOMAlgo_Gluer_HeaderFile
-#include <GEOMAlgo_Gluer.hxx>
+#include "GEOMAlgo_Gluer.hxx"
#endif
class GEOMAlgo_ListOfCoupleOfShapes;
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_Gluer1.jxx>
+#include "GEOMAlgo_Gluer1.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _GEOMAlgo_ListOfCoupleOfShapes_HeaderFile
-#include <GEOMAlgo_ListOfCoupleOfShapes.hxx>
+#include "GEOMAlgo_ListOfCoupleOfShapes.hxx"
#endif
#ifndef _GEOMAlgo_Gluer1_HeaderFile
-#include <GEOMAlgo_Gluer1.hxx>
+#include "GEOMAlgo_Gluer1.hxx"
#endif
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_HAlgo_HeaderFile
-#include <Handle_GEOMAlgo_HAlgo.hxx>
+#include "Handle_GEOMAlgo_HAlgo.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_HAlgo.jxx>
+#include "GEOMAlgo_HAlgo.jxx"
#ifndef _Standard_TypeMismatch_HeaderFile
#include <Standard_TypeMismatch.hxx>
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _GEOMAlgo_HAlgo_HeaderFile
-#include <GEOMAlgo_HAlgo.hxx>
+#include "GEOMAlgo_HAlgo.hxx"
#endif
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_HeaderFile
-#include <Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx>
+#include "Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape_HeaderFile
-#include <Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape.hxx>
+#include "Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape.hxx"
#endif
#ifndef _GEOMAlgo_PassKey_HeaderFile
-#include <GEOMAlgo_PassKey.hxx>
+#include "GEOMAlgo_PassKey.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape_HeaderFile
-#include <Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape.hxx>
+#include "Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape.hxx"
#endif
#ifndef _GEOMAlgo_PassKeyShape_HeaderFile
-#include <GEOMAlgo_PassKeyShape.hxx>
+#include "GEOMAlgo_PassKeyShape.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox_HeaderFile
-#include <Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx>
+#include "Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo_HeaderFile
-#include <Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo.hxx>
+#include "Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _GEOMAlgo_ShapeInfo_HeaderFile
-#include <GEOMAlgo_ShapeInfo.hxx>
+#include "GEOMAlgo_ShapeInfo.hxx"
#endif
#ifndef _TCollection_MapNodePtr_HeaderFile
#include <TCollection_MapNodePtr.hxx>
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState_HeaderFile
-#include <Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState.hxx>
+#include "Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_HeaderFile
-#include <Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx>
+#include "Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <TCollection_BasicMap.hxx>
#endif
#ifndef _Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape_HeaderFile
-#include <Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape.hxx>
+#include "Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyListOfShape.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <TCollection_BasicMap.hxx>
#endif
#ifndef _Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape_HeaderFile
-#include <Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape.hxx>
+#include "Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfPassKeyShapeListOfShape.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <TCollection_BasicMap.hxx>
#endif
#ifndef _Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox_HeaderFile
-#include <Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx>
+#include "Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <TCollection_BasicMap.hxx>
#endif
#ifndef _Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo_HeaderFile
-#include <Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo.hxx>
+#include "Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeShapeInfo.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <TopAbs_State.hxx>
#endif
#ifndef _Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState_HeaderFile
-#include <Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState.hxx>
+#include "Handle_GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfShapeState.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <Standard_Address.hxx>
#endif
#ifndef _Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes_HeaderFile
-#include <Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx>
+#include "Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <Standard_Address.hxx>
#endif
#ifndef _Handle_GEOMAlgo_ListNodeOfListOfPnt_HeaderFile
-#include <Handle_GEOMAlgo_ListNodeOfListOfPnt.hxx>
+#include "Handle_GEOMAlgo_ListNodeOfListOfPnt.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes_HeaderFile
-#include <Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx>
+#include "Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx"
#endif
#ifndef _GEOMAlgo_CoupleOfShapes_HeaderFile
-#include <GEOMAlgo_CoupleOfShapes.hxx>
+#include "GEOMAlgo_CoupleOfShapes.hxx"
#endif
#ifndef _TCollection_MapNode_HeaderFile
#include <TCollection_MapNode.hxx>
#include <Standard.hxx>
#endif
#ifndef _Handle_GEOMAlgo_ListNodeOfListOfPnt_HeaderFile
-#include <Handle_GEOMAlgo_ListNodeOfListOfPnt.hxx>
+#include "Handle_GEOMAlgo_ListNodeOfListOfPnt.hxx"
#endif
#ifndef _gp_Pnt_HeaderFile
#include <Standard_Address.hxx>
#endif
#ifndef _Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes_HeaderFile
-#include <Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx>
+#include "Handle_GEOMAlgo_ListNodeOfListOfCoupleOfShapes.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <Standard_Address.hxx>
#endif
#ifndef _Handle_GEOMAlgo_ListNodeOfListOfPnt_HeaderFile
-#include <Handle_GEOMAlgo_ListNodeOfListOfPnt.hxx>
+#include "Handle_GEOMAlgo_ListNodeOfListOfPnt.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_PassKey.jxx>
+#include "GEOMAlgo_PassKey.jxx"
#include <TColStd_ListOfInteger.hxx>
#endif
#ifndef _GEOMAlgo_PassKey_HeaderFile
-#include <GEOMAlgo_PassKey.hxx>
+#include "GEOMAlgo_PassKey.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_PassKeyMapHasher.jxx>
+#include "GEOMAlgo_PassKeyMapHasher.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _GEOMAlgo_PassKey_HeaderFile
-#include <GEOMAlgo_PassKey.hxx>
+#include "GEOMAlgo_PassKey.hxx"
#endif
#ifndef _GEOMAlgo_PassKeyMapHasher_HeaderFile
-#include <GEOMAlgo_PassKeyMapHasher.hxx>
+#include "GEOMAlgo_PassKeyMapHasher.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_PassKeyShape.jxx>
+#include "GEOMAlgo_PassKeyShape.jxx"
#include <TopTools_ListOfShape.hxx>
#endif
#ifndef _GEOMAlgo_PassKeyShape_HeaderFile
-#include <GEOMAlgo_PassKeyShape.hxx>
+#include "GEOMAlgo_PassKeyShape.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_PassKeyShapeMapHasher.jxx>
+#include "GEOMAlgo_PassKeyShapeMapHasher.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _GEOMAlgo_PassKeyShape_HeaderFile
-#include <GEOMAlgo_PassKeyShape.hxx>
+#include "GEOMAlgo_PassKeyShape.hxx"
#endif
#ifndef _GEOMAlgo_PassKeyShapeMapHasher_HeaderFile
-#include <GEOMAlgo_PassKeyShapeMapHasher.hxx>
+#include "GEOMAlgo_PassKeyShapeMapHasher.hxx"
#endif
#include <IntTools_Context.hxx>
#endif
#ifndef _GEOMAlgo_Algo_HeaderFile
-#include <GEOMAlgo_Algo.hxx>
+#include "GEOMAlgo_Algo.hxx"
#endif
class TopoDS_Shape;
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_ShapeAlgo.jxx>
+#include "GEOMAlgo_ShapeAlgo.jxx"
#include <TopoDS_Shape.hxx>
#endif
#ifndef _GEOMAlgo_ShapeAlgo_HeaderFile
-#include <GEOMAlgo_ShapeAlgo.hxx>
+#include "GEOMAlgo_ShapeAlgo.hxx"
#endif
#include <Standard_Integer.hxx>
#endif
#ifndef _GEOMAlgo_KindOfShape_HeaderFile
-#include <GEOMAlgo_KindOfShape.hxx>
+#include "GEOMAlgo_KindOfShape.hxx"
#endif
#ifndef _GEOMAlgo_KindOfName_HeaderFile
-#include <GEOMAlgo_KindOfName.hxx>
+#include "GEOMAlgo_KindOfName.hxx"
#endif
#ifndef _GEOMAlgo_KindOfBounds_HeaderFile
-#include <GEOMAlgo_KindOfBounds.hxx>
+#include "GEOMAlgo_KindOfBounds.hxx"
#endif
#ifndef _GEOMAlgo_KindOfClosed_HeaderFile
-#include <GEOMAlgo_KindOfClosed.hxx>
+#include "GEOMAlgo_KindOfClosed.hxx"
#endif
#ifndef _gp_Pnt_HeaderFile
#include <gp_Pnt.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_ShapeInfo.jxx>
+#include "GEOMAlgo_ShapeInfo.jxx"
#include <gp_Ax3.hxx>
#endif
#ifndef _GEOMAlgo_ShapeInfo_HeaderFile
-#include <GEOMAlgo_ShapeInfo.hxx>
+#include "GEOMAlgo_ShapeInfo.hxx"
#endif
#include <TopoDS_Shape.hxx>
#endif
#ifndef _GEOMAlgo_ShapeInfo_HeaderFile
-#include <GEOMAlgo_ShapeInfo.hxx>
+#include "GEOMAlgo_ShapeInfo.hxx"
#endif
#ifndef _GEOMAlgo_IndexedDataMapOfShapeShapeInfo_HeaderFile
-#include <GEOMAlgo_IndexedDataMapOfShapeShapeInfo.hxx>
+#include "GEOMAlgo_IndexedDataMapOfShapeShapeInfo.hxx"
#endif
#ifndef _Standard_Real_HeaderFile
#include <Standard_Real.hxx>
#endif
#ifndef _GEOMAlgo_Algo_HeaderFile
-#include <GEOMAlgo_Algo.hxx>
+#include "GEOMAlgo_Algo.hxx"
#endif
class TopoDS_Shape;
class GEOMAlgo_ShapeInfo;
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_ShapeInfoFiller.jxx>
+#include "GEOMAlgo_ShapeInfoFiller.jxx"
#include <TopoDS_Shape.hxx>
#endif
#ifndef _GEOMAlgo_ShapeInfo_HeaderFile
-#include <GEOMAlgo_ShapeInfo.hxx>
+#include "GEOMAlgo_ShapeInfo.hxx"
#endif
#ifndef _TopoDS_Face_HeaderFile
#include <TopoDS_Face.hxx>
#include <TopoDS_Solid.hxx>
#endif
#ifndef _GEOMAlgo_ShapeInfoFiller_HeaderFile
-#include <GEOMAlgo_ShapeInfoFiller.hxx>
+#include "GEOMAlgo_ShapeInfoFiller.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_ShapeSet.jxx>
+#include "GEOMAlgo_ShapeSet.jxx"
#include <TopoDS_Shape.hxx>
#endif
#ifndef _GEOMAlgo_ShapeSet_HeaderFile
-#include <GEOMAlgo_ShapeSet.hxx>
+#include "GEOMAlgo_ShapeSet.hxx"
#endif
#include <BOPTools_PDSFiller.hxx>
#endif
#ifndef _GEOMAlgo_Algo_HeaderFile
-#include <GEOMAlgo_Algo.hxx>
+#include "GEOMAlgo_Algo.hxx"
#endif
#ifndef _TopAbs_State_HeaderFile
#include <TopAbs_State.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_ShapeSolid.jxx>
+#include "GEOMAlgo_ShapeSolid.jxx"
#include <TopTools_ListOfShape.hxx>
#endif
#ifndef _GEOMAlgo_ShapeSolid_HeaderFile
-#include <GEOMAlgo_ShapeSolid.hxx>
+#include "GEOMAlgo_ShapeSolid.hxx"
#endif
#define _GEOMAlgo_ShellSolid_HeaderFile
#ifndef _GEOMAlgo_ShapeSolid_HeaderFile
-#include <GEOMAlgo_ShapeSolid.hxx>
+#include "GEOMAlgo_ShapeSolid.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_ShellSolid.jxx>
+#include "GEOMAlgo_ShellSolid.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _GEOMAlgo_ShellSolid_HeaderFile
-#include <GEOMAlgo_ShellSolid.hxx>
+#include "GEOMAlgo_ShellSolid.hxx"
#endif
#include <TopoDS_Shape.hxx>
#endif
#ifndef _GEOMAlgo_ShellSolid_HeaderFile
-#include <GEOMAlgo_ShellSolid.hxx>
+#include "GEOMAlgo_ShellSolid.hxx"
#endif
class TopoDS_Shape;
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_SolidSolid.jxx>
+#include "GEOMAlgo_SolidSolid.jxx"
#include <TopoDS_Shape.hxx>
#endif
#ifndef _GEOMAlgo_SolidSolid_HeaderFile
-#include <GEOMAlgo_SolidSolid.hxx>
+#include "GEOMAlgo_SolidSolid.hxx"
#endif
#include <Standard_Integer.hxx>
#endif
#ifndef _GEOMAlgo_Builder_HeaderFile
-#include <GEOMAlgo_Builder.hxx>
+#include "GEOMAlgo_Builder.hxx"
#endif
class TopoDS_Shape;
class TopTools_ListOfShape;
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_Splitter.jxx>
+#include "GEOMAlgo_Splitter.jxx"
#include <TopTools_ListOfShape.hxx>
#endif
#ifndef _GEOMAlgo_Splitter_HeaderFile
-#include <GEOMAlgo_Splitter.hxx>
+#include "GEOMAlgo_Splitter.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_StateCollector.jxx>
+#include "GEOMAlgo_StateCollector.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _GEOMAlgo_StateCollector_HeaderFile
-#include <GEOMAlgo_StateCollector.hxx>
+#include "GEOMAlgo_StateCollector.hxx"
#endif
#include <TopAbs_State.hxx>
#endif
#ifndef _GEOMAlgo_State_HeaderFile
-#include <GEOMAlgo_State.hxx>
+#include "GEOMAlgo_State.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_SurfaceTools.jxx>
+#include "GEOMAlgo_SurfaceTools.jxx"
#include <gp_Sphere.hxx>
#endif
#ifndef _GEOMAlgo_SurfaceTools_HeaderFile
-#include <GEOMAlgo_SurfaceTools.hxx>
+#include "GEOMAlgo_SurfaceTools.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_Tools.jxx>
+#include "GEOMAlgo_Tools.jxx"
#include <TopoDS_Shape.hxx>
#endif
#ifndef _GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape_HeaderFile
-#include <GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape.hxx>
+#include "GEOMAlgo_IndexedDataMapOfPassKeyShapeListOfShape.hxx"
#endif
#ifndef _IntTools_Context_HeaderFile
#include <IntTools_Context.hxx>
#include <Geom_Surface.hxx>
#endif
#ifndef _GEOMAlgo_Tools_HeaderFile
-#include <GEOMAlgo_Tools.hxx>
+#include "GEOMAlgo_Tools.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_Tools3D.jxx>
+#include "GEOMAlgo_Tools3D.jxx"
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
#endif
#ifndef _NMTTools_ListOfCoupleOfShape_HeaderFile
-#include <NMTTools_ListOfCoupleOfShape.hxx>
+#include "NMTTools_ListOfCoupleOfShape.hxx"
#endif
#ifndef _GEOMAlgo_Tools3D_HeaderFile
-#include <GEOMAlgo_Tools3D.hxx>
+#include "GEOMAlgo_Tools3D.hxx"
#endif
#define _GEOMAlgo_VertexSolid_HeaderFile
#ifndef _GEOMAlgo_ShapeSolid_HeaderFile
-#include <GEOMAlgo_ShapeSolid.hxx>
+#include "GEOMAlgo_ShapeSolid.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_VertexSolid.jxx>
+#include "GEOMAlgo_VertexSolid.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _GEOMAlgo_VertexSolid_HeaderFile
-#include <GEOMAlgo_VertexSolid.hxx>
+#include "GEOMAlgo_VertexSolid.hxx"
#endif
#define _GEOMAlgo_WESCorrector_HeaderFile
#ifndef _GEOMAlgo_PWireEdgeSet_HeaderFile
-#include <GEOMAlgo_PWireEdgeSet.hxx>
+#include "GEOMAlgo_PWireEdgeSet.hxx"
#endif
#ifndef _GEOMAlgo_WireEdgeSet_HeaderFile
-#include <GEOMAlgo_WireEdgeSet.hxx>
+#include "GEOMAlgo_WireEdgeSet.hxx"
#endif
#ifndef _BOP_ListOfConnexityBlock_HeaderFile
#include <BOP_ListOfConnexityBlock.hxx>
#endif
#ifndef _GEOMAlgo_Algo_HeaderFile
-#include <GEOMAlgo_Algo.hxx>
+#include "GEOMAlgo_Algo.hxx"
#endif
class GEOMAlgo_WireEdgeSet;
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_WESCorrector.jxx>
+#include "GEOMAlgo_WESCorrector.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _GEOMAlgo_WireEdgeSet_HeaderFile
-#include <GEOMAlgo_WireEdgeSet.hxx>
+#include "GEOMAlgo_WireEdgeSet.hxx"
#endif
#ifndef _GEOMAlgo_WESCorrector_HeaderFile
-#include <GEOMAlgo_WESCorrector.hxx>
+#include "GEOMAlgo_WESCorrector.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_WireEdgeSet.jxx>
+#include "GEOMAlgo_WireEdgeSet.jxx"
#include <TopTools_ListOfShape.hxx>
#endif
#ifndef _GEOMAlgo_WireEdgeSet_HeaderFile
-#include <GEOMAlgo_WireEdgeSet.hxx>
+#include "GEOMAlgo_WireEdgeSet.hxx"
#endif
#define _GEOMAlgo_WireSolid_HeaderFile
#ifndef _GEOMAlgo_ShapeSolid_HeaderFile
-#include <GEOMAlgo_ShapeSolid.hxx>
+#include "GEOMAlgo_ShapeSolid.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_WireSolid.jxx>
+#include "GEOMAlgo_WireSolid.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _GEOMAlgo_WireSolid_HeaderFile
-#include <GEOMAlgo_WireSolid.hxx>
+#include "GEOMAlgo_WireSolid.hxx"
#endif
#include <TopTools_ListOfShape.hxx>
#endif
#ifndef _GEOMAlgo_Algo_HeaderFile
-#include <GEOMAlgo_Algo.hxx>
+#include "GEOMAlgo_Algo.hxx"
#endif
class TopoDS_Face;
class TopTools_ListOfShape;
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <GEOMAlgo_WireSplitter.jxx>
+#include "GEOMAlgo_WireSplitter.jxx"
#include <BOPTColStd_ListOfListOfShape.hxx>
#endif
#ifndef _GEOMAlgo_WireSplitter_HeaderFile
-#include <GEOMAlgo_WireSplitter.hxx>
+#include "GEOMAlgo_WireSplitter.hxx"
#endif
#endif
#ifndef _Handle_GEOMAlgo_HAlgo_HeaderFile
-#include <Handle_GEOMAlgo_HAlgo.hxx>
+#include "Handle_GEOMAlgo_HAlgo.hxx"
#endif
class Standard_Transient;
#endif
#ifndef _Handle_GEOMAlgo_Clsf_HeaderFile
-#include <Handle_GEOMAlgo_Clsf.hxx>
+#include "Handle_GEOMAlgo_Clsf.hxx"
#endif
class Standard_Transient;
#endif
#ifndef _Handle_GEOMAlgo_Clsf_HeaderFile
-#include <Handle_GEOMAlgo_Clsf.hxx>
+#include "Handle_GEOMAlgo_Clsf.hxx"
#endif
class Standard_Transient;
#endif
#ifndef _Handle_GEOMAlgo_Clsf_HeaderFile
-#include <Handle_GEOMAlgo_Clsf.hxx>
+#include "Handle_GEOMAlgo_Clsf.hxx"
#endif
class Standard_Transient;
//// SALOME Includes
#include <GEOM_Actor.h>
-#include <SVTK_ViewModel.h>
-#include <SVTK_ViewWindow.h>
-#include <OCCViewer_ViewPort3d.h>
-#include <OCCViewer_ViewModel.h>
-#include <OCCViewer_ViewWindow.h>
-
-#include <SALOME_ListIO.hxx>
-#include <SALOME_ListIteratorOfListIO.hxx>
-
-#include <SUIT_Desktop.h>
-#include <SUIT_Session.h>
-#include <SUIT_ViewManager.h>
-#include <SUIT_ViewWindow.h>
-#include <SUIT_MessageBox.h>
-#include <SalomeApp_Application.h>
-#include <SalomeApp_Study.h>
+#include <gui/SVTK_ViewModel.h>
+#include <gui/SVTK_ViewWindow.h>
+#include <gui/OCCViewer_ViewPort3d.h>
+#include <gui/OCCViewer_ViewModel.h>
+#include <gui/OCCViewer_ViewWindow.h>
+
+#include <gui/SALOME_ListIO.hxx>
+#include <gui/SALOME_ListIteratorOfListIO.hxx>
+
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ViewManager.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_Study.h>
// // Open CASCADE Includes
#include <BRep_Tool.hxx>
#include "GEOM_GEOMBase.hxx"
// SALOME Includes
-#include <GEOM_AISShape.hxx>
+#include "GEOM_AISShape.hxx"
// IDL Headers
#include <SALOMEconfig.h>
#include <GeometryGUI.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_Session.h>
-#include <SUIT_ViewManager.h>
-#include <SUIT_ViewWindow.h>
-#include <SUIT_ViewModel.h>
-#include <SUIT_MessageBox.h>
-#include <SUIT_OverrideCursor.h>
-
-#include <SalomeApp_Module.h>
-#include <SalomeApp_Application.h>
-#include <SalomeApp_Study.h>
-#include <LightApp_SelectionMgr.h>
-#include <LightApp_DataOwner.h>
-#include <SalomeApp_Tools.h>
-
-#include <SALOME_Prs.h>
-
-#include <OCCViewer_ViewModel.h>
-#include <SVTK_ViewModel.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ViewManager.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/SUIT_ViewModel.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_OverrideCursor.h>
+
+#include <gui/SalomeApp_Module.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_Study.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/LightApp_DataOwner.h>
+#include <gui/SalomeApp_Tools.h>
+
+#include <gui/SALOME_Prs.h>
+
+#include <gui/OCCViewer_ViewModel.h>
+#include <gui/SVTK_ViewModel.h>
#include <TColStd_MapOfInteger.hxx>
#include <TCollection_AsciiString.hxx>
#include "GEOM_GEOMBase.hxx"
-#include <GEOM_Displayer.h>
-#include <SALOME_ListIO.hxx>
+#include "GEOM_Displayer.h"
+#include <gui/SALOME_ListIO.hxx>
#include <SALOMEconfig.h>
#include CORBA_CLIENT_HEADER(GEOM_Gen)
#include <DlgRef.h>
#include <GeometryGUI.h>
-#include <SalomeApp_Application.h>
-#include <SalomeApp_DoubleSpinBox.h>
-#include <SalomeApp_Study.h>
-#include <LightApp_Application.h>
-#include <LightApp_SelectionMgr.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SUIT_MessageBox.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_DoubleSpinBox.h>
+#include <gui/SalomeApp_Study.h>
+#include <gui/LightApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_MessageBox.h>
#include <QKeyEvent>
#include <QSpinBox>
//
#include "GEOM_Operation.h"
-#include <SUIT_Application.h>
-#include <SalomeApp_Tools.h>
+#include <gui/SUIT_Application.h>
+#include <gui/SalomeApp_Tools.h>
//================================================================
#include "GEOM_GEOMBase.hxx"
-#include <SUIT_Operation.h>
+#include <gui/SUIT_Operation.h>
#include <SALOMEconfig.h>
#include CORBA_CLIENT_HEADER(GEOM_Gen)
#include "GEOM_Client.hxx"
#include <SALOMEconfig.h>
-#include "Basics_Utils.hxx"
-#include "utilities.h"
+#include <kernel/Basics_Utils.hxx>
+#include <kernel/utilities.h>
#include <BRep_Builder.hxx>
#include <BRepTools.hxx>
// $Header$
//
using namespace std;
-#include "utilities.h"
+#include <kernel/utilities.h>
#include "GEOMDS_Commands.ixx"
#include <TNaming_Builder.hxx>
#ifndef GEOM_LOGICALFILTER_H
#define GEOM_LOGICALFILTER_H
-#include <SUIT_SelectionFilter.h>
+#include <gui/SUIT_SelectionFilter.h>
#include <Standard_Macro.hxx>
#include <QList>
//
#include "GEOM_OCCFilter.h"
-#include <LightApp_SelectionMgr.h>
-#include <LightApp_DataOwner.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/LightApp_DataOwner.h>
-#include <SALOME_InteractiveObject.hxx>
+#include <gui/SALOME_InteractiveObject.hxx>
#include <AIS_InteractiveObject.hxx>
#include <SelectMgr_EntityOwner.hxx>
//
#include "GEOM_PreviewFilter.h"
-#include <LightApp_DataOwner.h>
+#include <gui/LightApp_DataOwner.h>
//=======================================================================
// function : GEOM_SelectionFilter
#ifndef GEOM_PREVIEW_FILTER_H
#define GEOM_PREVIEW_FILTER_H
-#include <SalomeApp_Filter.h>
+#include <gui/SalomeApp_Filter.h>
#include <Standard_Macro.hxx>
class Standard_EXPORT GEOM_PreviewFilter : public SalomeApp_Filter
#include "GEOM_Client.hxx"
-#include <LightApp_DataOwner.h>
-#include <SalomeApp_Study.h>
-#include <SalomeApp_Application.h>
+#include <gui/LightApp_DataOwner.h>
+#include <gui/SalomeApp_Study.h>
+#include <gui/SalomeApp_Application.h>
-#include <SALOME_LifeCycleCORBA.hxx>
+#include <kernel/SALOME_LifeCycleCORBA.hxx>
-#include <SUIT_Session.h>
+#include <gui/SUIT_Session.h>
//=======================================================================
// function : GEOM_SelectionFilter
#ifndef GEOM_SELECTIONFILTER_H
#define GEOM_SELECTIONFILTER_H
-#include <SalomeApp_Filter.h>
+#include <gui/SalomeApp_Filter.h>
#include <TopoDS_Shape.hxx>
#include "GEOMGUI.h"
#include "GeometryGUI.h"
-#include <SUIT_Desktop.h>
-#include <SUIT_ViewWindow.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ViewWindow.h>
//=================================================================================
// class : GEOMGUI::GEOMGUI
#include "GEOMGUI_OCCSelector.h"
-#include <LightApp_DataSubOwner.h>
+#include <gui/LightApp_DataSubOwner.h>
-#include <OCCViewer_ViewModel.h>
+#include <gui/OCCViewer_ViewModel.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Study.h>
-#include <SALOME_InteractiveObject.hxx>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Study.h>
+#include <gui/SALOME_InteractiveObject.hxx>
#include <StdSelect_BRepOwner.hxx>
#include <SelectMgr_Selection.hxx>
#include "GEOM_GEOMGUI.hxx"
-#include <LightApp_OCCSelector.h>
+#include <gui/LightApp_OCCSelector.h>
class GEOMGUI_EXPORT GEOMGUI_OCCSelector : public LightApp_OCCSelector
{
#include "GeometryGUI.h"
#include "GEOM_Displayer.h"
-#include <SalomeApp_Application.h>
-#include <SalomeApp_Study.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_Study.h>
-#include "LightApp_DataOwner.h"
+#include <gui/LightApp_DataOwner.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_Session.h>
-#include <SUIT_ViewWindow.h>
-#include <SUIT_ViewManager.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/SUIT_ViewManager.h>
-#include <SALOME_Prs.h>
-#include <SALOME_InteractiveObject.hxx>
+#include <gui/SALOME_Prs.h>
+#include <gui/SALOME_InteractiveObject.hxx>
-#include <SOCC_Prs.h>
-#include <SVTK_Prs.h>
-#include <SALOME_Actor.h>
+#include <gui/SOCC_Prs.h>
+#include <gui/SVTK_Prs.h>
+#include <gui/SALOME_Actor.h>
#include <GEOM_Actor.h>
-#include <OCCViewer_ViewModel.h>
-#include <SVTK_ViewModel.h>
+#include <gui/OCCViewer_ViewModel.h>
+#include <gui/SVTK_ViewModel.h>
#include <GEOMImpl_Types.hxx>
#include "GEOM_GEOMGUI.hxx"
-#include <LightApp_Selection.h>
-#include <SALOMEDSClient.hxx>
+#include <gui/LightApp_Selection.h>
+#include <kernel/SALOMEDSClient.hxx>
#include <SALOMEconfig.h>
#include CORBA_SERVER_HEADER(GEOM_Gen)
#include <GEOM_AISTrihedron.hxx>
#include <GEOM_VTKTrihedron.hxx>
-#include <SUIT_Desktop.h>
-#include <SUIT_ViewWindow.h>
-#include <SUIT_Session.h>
-#include <SUIT_ViewManager.h>
-#include <SUIT_ResourceMgr.h>
-
-#include <SalomeApp_Study.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
-#include <SalomeApp_TypeFilter.h>
-#include <SalomeApp_Tools.h>
-
-#include <SALOME_ListIteratorOfListIO.hxx>
-#include <SALOME_ListIO.hxx>
-#include <SALOME_Prs.h>
-
-#include <SOCC_Prs.h>
-#include <SOCC_ViewModel.h>
-
-#include <SVTK_Prs.h>
-#include <SVTK_ViewModel.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ViewManager.h>
+#include <gui/SUIT_ResourceMgr.h>
+
+#include <gui/SalomeApp_Study.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SalomeApp_TypeFilter.h>
+#include <gui/SalomeApp_Tools.h>
+
+#include <gui/SALOME_ListIteratorOfListIO.hxx>
+#include <gui/SALOME_ListIO.hxx>
+#include <gui/SALOME_Prs.h>
+
+#include <gui/SOCC_Prs.h>
+#include <gui/SOCC_ViewModel.h>
+
+#include <gui/SVTK_Prs.h>
+#include <gui/SVTK_ViewModel.h>
// OCCT Includes
#include <AIS_Drawer.hxx>
#include "GEOM_GEOMGUI.hxx"
-#include <SALOME_InteractiveObject.hxx>
+#include <gui/SALOME_InteractiveObject.hxx>
class SALOME_ListIO;
class SALOME_View;
#include <TopoDS_Shape.hxx>
#include <Quantity_Color.hxx>
-#include <LightApp_Displayer.h>
+#include <gui/LightApp_Displayer.h>
#include <Aspect_TypeOfMarker.hxx>
#include <QList>
#include "GEOM_Actor.h"
-#include <SUIT_Desktop.h>
-#include <SUIT_MessageBox.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SUIT_ViewManager.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ViewManager.h>
-#include <OCCViewer_ViewWindow.h>
-#include <OCCViewer_ViewPort3d.h>
-#include <OCCViewer_ViewModel.h>
-#include <OCCViewer_ViewManager.h>
+#include <gui/OCCViewer_ViewWindow.h>
+#include <gui/OCCViewer_ViewPort3d.h>
+#include <gui/OCCViewer_ViewModel.h>
+#include <gui/OCCViewer_ViewManager.h>
-#include <SOCC_ViewModel.h>
-#include <SOCC_ViewWindow.h>
+#include <gui/SOCC_ViewModel.h>
+#include <gui/SOCC_ViewWindow.h>
-#include <SVTK_ViewWindow.h>
-#include <SVTK_RenderWindowInteractor.h>
-#include <SVTK_InteractorStyle.h>
-#include <SVTK_ViewModel.h>
+#include <gui/SVTK_ViewWindow.h>
+#include <gui/SVTK_RenderWindowInteractor.h>
+#include <gui/SVTK_InteractorStyle.h>
+#include <gui/SVTK_ViewModel.h>
-#include <SalomeApp_Application.h>
-#include <SalomeApp_Study.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_Study.h>
-#include <LightApp_SelectionMgr.h>
-#include <LightApp_VTKSelector.h>
-#include <LightApp_DataObject.h>
-#include <LightApp_Preferences.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/LightApp_VTKSelector.h>
+#include <gui/LightApp_DataObject.h>
+#include <gui/LightApp_Preferences.h>
-#include <SALOME_LifeCycleCORBA.hxx>
-#include <SALOME_ListIO.hxx>
-#include <SALOME_ListIteratorOfListIO.hxx>
+#include <kernel/SALOME_LifeCycleCORBA.hxx>
+#include <gui/SALOME_ListIO.hxx>
+#include <gui/SALOME_ListIteratorOfListIO.hxx>
-#include <SALOMEDSClient_ClientFactory.hxx>
-#include <SALOMEDSClient_IParameters.hxx>
+#include <kernel/SALOMEDSClient_ClientFactory.hxx>
+#include <kernel/SALOMEDSClient_IParameters.hxx>
// External includes
#include <QMenu>
#include <NCollection_DataMap.hxx>
#include <Graphic3d_HArray1OfBytes.hxx>
-#include <utilities.h>
+#include <kernel/utilities.h>
#include <vtkCamera.h>
#include <vtkRenderer.h>
#include "GEOM_GEOMGUI.hxx"
-#include <SalomeApp_Module.h>
+#include <gui/SalomeApp_Module.h>
-#include <GEOM_Client.hxx>
-#include <SALOME_InteractiveObject.hxx>
-#include <SALOMEDSClient.hxx>
+#include "GEOM_Client.hxx"
+#include <gui/SALOME_InteractiveObject.hxx>
+#include <kernel/SALOMEDSClient.hxx>
#include "GEOMGUI.h"
#include "GeometryGUI.h"
-#include "SUIT_Desktop.h"
-#include "SUIT_Session.h"
-#include "SalomeApp_Application.h"
-#include "SalomeApp_Study.h"
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_Study.h>
-#include "OB_Browser.h"
+#include <gui/OB_Browser.h>
-#include "OCCViewer_ViewWindow.h"
-#include "OCCViewer_ViewManager.h"
-#include "SOCC_ViewModel.h"
-#include <SOCC_Prs.h>
+#include <gui/OCCViewer_ViewWindow.h>
+#include <gui/OCCViewer_ViewManager.h>
+#include <gui/SOCC_ViewModel.h>
+#include <gui/SOCC_Prs.h>
-#include "SVTK_ViewModel.h"
-#include "SVTK_ViewWindow.h"
-#include "SVTK_View.h"
-#include "SVTK_Renderer.h"
-#include <SVTK_Prs.h>
+#include <gui/SVTK_ViewModel.h>
+#include <gui/SVTK_ViewWindow.h>
+#include <gui/SVTK_View.h>
+#include <gui/SVTK_Renderer.h>
+#include <gui/SVTK_Prs.h>
#include "GEOM_Actor.h"
#include "GEOM_Client.hxx"
#include "GEOM_InteractiveObject.hxx"
#include "GEOM_Displayer.h"
-#include "SALOME_Event.h"
+#include <gui/SALOME_Event.h>
// OCCT Includes
#include <TopAbs.hxx>
#include <Geom_Circle.hxx>
#include <Geom_Ellipse.hxx>
-#include "utilities.h"
+#include <kernel/utilities.h>
//=======================================================================
//function : GetID
#include <ShHealOper_ShapeProcess.hxx>
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <BRep_Tool.hxx>
#include <BRep_TFace.hxx>
#include <GEOMAlgo_Gluer.hxx>
#include <BlockFix_BlockFixAPI.hxx>
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <TNaming_CopyShape.hxx>
#include <GEOMImpl_Gen.hxx>
-#include "utilities.h"
-#include <OpUtil.hxx>
-#include <Utils_ExceptHandlers.hxx>
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include <TFunction_Driver.hxx>
#include <TFunction_DriverTable.hxx>
#ifndef _GEOMImpl_GEN_HXX_
#define _GEOMImpl_GEN_HXX_
-#include <GEOM_GEOMImpl.hxx>
+#include "GEOM_GEOMImpl.hxx"
#include <map>
#include "GEOMAlgo_CoupleOfShapes.hxx"
#include "GEOMAlgo_ListOfCoupleOfShapes.hxx"
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <TDataStd_IntegerArray.hxx>
#include <GEOMImpl_I3DPrimOperations.hxx>
-#include "utilities.h"
-#include <OpUtil.hxx>
-#include <Utils_ExceptHandlers.hxx>
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include <TFunction_DriverTable.hxx>
#include <TFunction_Driver.hxx>
#ifndef _GEOMImpl_I3DPrimOperations_HXX_
#define _GEOMImpl_I3DPrimOperations_HXX_
-#include "Utils_SALOME_Exception.hxx"
+#include <kernel/Utils_SALOME_Exception.hxx>
#include "GEOM_IOperations.hxx"
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include <GEOMImpl_IBasicOperations.hxx>
-#include "utilities.h"
-#include <OpUtil.hxx>
-#include <Utils_ExceptHandlers.hxx>
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include <TFunction_DriverTable.hxx>
#include <TFunction_Driver.hxx>
#ifndef _GEOMImpl_IBasicOperations_HXX_
#define _GEOMImpl_IBasicOperations_HXX_
-#include "Utils_SALOME_Exception.hxx"
+#include <kernel/Utils_SALOME_Exception.hxx>
#include "GEOM_IOperations.hxx"
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include <GEOMAlgo_ListIteratorOfListOfCoupleOfShapes.hxx>
#include <BlockFix_CheckTool.hxx>
-#include "utilities.h"
-#include <OpUtil.hxx>
-#include <Utils_ExceptHandlers.hxx>
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include <TFunction_DriverTable.hxx>
#include <TFunction_Driver.hxx>
#include <TDF_Tool.hxx>
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <Standard_Failure.hxx>
#include <Standard_ErrorHandler.hxx> // CAREFUL ! position of this file is critic : see Lucien PIGNOLONI / OCC
#include <GEOMImpl_ISketcher.hxx>
#include <GEOMImpl_I3DSketcher.hxx>
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <TDF_Tool.hxx>
#include <GEOM_ISubShape.hxx>
#include <GEOM_PythonDump.hxx>
-#include "utilities.h"
-#include <OpUtil.hxx>
-#include <Utils_ExceptHandlers.hxx>
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include <TFunction_DriverTable.hxx>
#include <TFunction_Driver.hxx>
#ifndef _GEOMImpl_IGroupOperations_HXX_
#define _GEOMImpl_IGroupOperations_HXX_
-#include "Utils_SALOME_Exception.hxx"
+#include <kernel/Utils_SALOME_Exception.hxx>
#include "GEOM_IOperations.hxx"
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include <ShHealOper_ShapeProcess.hxx>
-#include "utilities.h"
-#include <OpUtil.hxx>
-#include <Utils_ExceptHandlers.hxx>
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include <ShapeAnalysis_FreeBounds.hxx>
#include <GEOMImpl_IInsertOperations.hxx>
-#include "utilities.h"
-#include <OpUtil.hxx>
-#include <Utils_ExceptHandlers.hxx>
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include <TFunction_DriverTable.hxx>
#include <TFunction_Driver.hxx>
#ifndef _GEOMImpl_IInsertOperations_HXX_
#define _GEOMImpl_IInsertOperations_HXX_
-#include "Utils_SALOME_Exception.hxx"
+#include <kernel/Utils_SALOME_Exception.hxx>
#include "GEOM_IOperations.hxx"
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include <GEOMImpl_Gen.hxx>
#include <GEOMImpl_IShapesOperations.hxx>
-#include "utilities.h"
-#include <OpUtil.hxx>
-#include <Utils_ExceptHandlers.hxx>
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include <TFunction_DriverTable.hxx>
#include <TFunction_Driver.hxx>
#ifndef _GEOMImpl_ILocalOperations_HXX_
#define _GEOMImpl_ILocalOperations_HXX_
-#include "Utils_SALOME_Exception.hxx"
+#include <kernel/Utils_SALOME_Exception.hxx>
#include "GEOM_IOperations.hxx"
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include <GEOM_Function.hxx>
#include <GEOM_PythonDump.hxx>
-#include <utilities.h>
-#include <OpUtil.hxx>
-#include <Utils_ExceptHandlers.hxx>
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
// OCCT Includes
#include <TFunction_DriverTable.hxx>
#include "GEOMAlgo_CoupleOfShapes.hxx"
#include "GEOMAlgo_ListOfCoupleOfShapes.hxx"
-#include "utilities.h"
-#include "OpUtil.hxx"
-#include "Utils_ExceptHandlers.hxx"
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include <TFunction_DriverTable.hxx>
#include <TFunction_Driver.hxx>
#include <GEOMImpl_ITransformOperations.hxx>
-#include "utilities.h"
-#include <OpUtil.hxx>
-#include <Utils_ExceptHandlers.hxx>
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include <TFunction_DriverTable.hxx>
#include <TFunction_Driver.hxx>
#ifndef _GEOMImpl_ITransformOperations_HXX_
#define _GEOMImpl_ITransformOperations_HXX_
-#include "Utils_SALOME_Exception.hxx"
+#include <kernel/Utils_SALOME_Exception.hxx>
#include "GEOM_IOperations.hxx"
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include <GEOMImpl_Types.hxx>
#include <GEOM_Function.hxx>
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <TopoDS_Shape.hxx>
#include <Standard_TypeMismatch.hxx>
#include <Standard_ConstructionError.hxx>
-#include "utilities.h"
+#include <kernel/utilities.h>
//=======================================================================
//function : GetID
#include <GEOMImpl_IMeasureOperations.hxx>
-#include <Basics_Utils.hxx>
+#include <kernel/Basics_Utils.hxx>
// OCCT Includes
#include <BRepBuilderAPI_Transform.hxx>
#include <GEOM_Operation.h>
#include <GEOM_Displayer.h>
-#include <SUIT_Session.h>
-#include <SUIT_OverrideCursor.h>
-#include <SUIT_MessageBox.h>
-#include <SUIT_Tools.h>
-#include <SUIT_FileDlg.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_ViewModel.h>
-#include <SUIT_ViewManager.h>
-
-#include <SalomeApp_Application.h>
-#include <SalomeApp_Study.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_OverrideCursor.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_Tools.h>
+#include <gui/SUIT_FileDlg.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ViewModel.h>
+#include <gui/SUIT_ViewManager.h>
+
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_Study.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <GEOMImpl_Types.hxx>
-#include <SALOME_ListIO.hxx>
-#include <SALOME_ListIteratorOfListIO.hxx>
-#include <SALOME_Prs.h>
+#include <gui/SALOME_ListIO.hxx>
+#include <gui/SALOME_ListIteratorOfListIO.hxx>
+#include <gui/SALOME_Prs.h>
// QT Includes
#include <QApplication>
#include "GEOM_ToolsGUI.hxx"
-#include <GEOMGUI.h>
+#include "GEOMGUI.h"
-#include <SALOMEDSClient.hxx>
+#include <kernel/SALOMEDSClient.hxx>
class GEOM_Displayer;
class SALOME_View;
// File : GEOMToolsGUI_1.cxx
// Author : Sergey ANIKIN, Open CASCADE S.A.S. (sergey.anikin@opencascade.com)
-#include <PyConsole_Console.h>
+#include <gui/PyConsole_Console.h>
#include "GEOMToolsGUI.h"
#include "GEOMToolsGUI_TransparencyDlg.h"
#include <GEOMBase.h>
#include <GEOM_Actor.h>
-#include <SALOME_ListIO.hxx>
-#include <SALOME_ListIteratorOfListIO.hxx>
+#include <gui/SALOME_ListIO.hxx>
+#include <gui/SALOME_ListIteratorOfListIO.hxx>
-#include <SOCC_Prs.h>
+#include <gui/SOCC_Prs.h>
-#include <SVTK_Prs.h>
-#include <SVTK_ViewModel.h>
-#include <SVTK_ViewWindow.h>
-#include <SVTK_View.h>
+#include <gui/SVTK_Prs.h>
+#include <gui/SVTK_ViewModel.h>
+#include <gui/SVTK_ViewWindow.h>
+#include <gui/SVTK_View.h>
-#include <OCCViewer_ViewModel.h>
+#include <gui/OCCViewer_ViewModel.h>
-#include <SUIT_ViewManager.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SUIT_OverrideCursor.h>
-#include <SUIT_MessageBox.h>
-#include <SUIT_Tools.h>
+#include <gui/SUIT_ViewManager.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_OverrideCursor.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_Tools.h>
-#include <SalomeApp_Application.h>
-#include <SalomeApp_Study.h>
-#include <SalomeApp_Module.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_Study.h>
+#include <gui/SalomeApp_Module.h>
-#include <LightApp_SelectionMgr.h>
-#include <LightApp_NameDlg.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/LightApp_NameDlg.h>
#include <GEOMImpl_Types.hxx>
-#include "utilities.h"
+#include <kernel/utilities.h>
// OCCT Includes
#include <AIS_Drawer.hxx>
#include "GEOMToolsGUI_DeflectionDlg.h"
#include <GeometryGUI.h>
-#include <LightApp_Application.h>
-#include <QtxDoubleSpinBox.h>
+#include <gui/LightApp_Application.h>
+#include <gui/QtxDoubleSpinBox.h>
-#include <SUIT_MessageBox.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SUIT_Tools.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_Tools.h>
#include <QLabel>
#include <QPushButton>
#include <QTextBrowser>
#include <QStringList>
#include <QGridLayout>
-#include <SUIT_MessageBox.h>
+#include <gui/SUIT_MessageBox.h>
static bool isEntryLess( const QString& e1, const QString& e2 )
{
#include <GeometryGUI.h>
#include <GEOM_Displayer.h>
-#include <QtxComboBox.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <LightApp_SelectionMgr.h>
-#include <SalomeApp_Application.h>
-#include <SalomeApp_Study.h>
-#include <SALOME_ListIO.hxx>
-#include <SALOME_ListIteratorOfListIO.hxx>
+#include <gui/QtxComboBox.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_Study.h>
+#include <gui/SALOME_ListIO.hxx>
+#include <gui/SALOME_ListIteratorOfListIO.hxx>
#include <QButtonGroup>
#include <QGridLayout>
//
#include "GEOMToolsGUI_NbIsosDlg.h"
#include <GeometryGUI.h>
-#include <LightApp_Application.h>
-#include <SUIT_MessageBox.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SUIT_Tools.h>
+#include <gui/LightApp_Application.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_Tools.h>
#include <QLabel>
#include <QPushButton>
#include <GEOM_AISShape.hxx>
#include <GeometryGUI.h>
-#include <SALOME_ListIO.hxx>
-#include <SALOME_ListIteratorOfListIO.hxx>
+#include <gui/SALOME_ListIO.hxx>
+#include <gui/SALOME_ListIteratorOfListIO.hxx>
-#include <SVTK_ViewModel.h>
-#include <SVTK_ViewWindow.h>
-#include <SVTK_View.h>
+#include <gui/SVTK_ViewModel.h>
+#include <gui/SVTK_ViewWindow.h>
+#include <gui/SVTK_View.h>
-#include <OCCViewer_ViewModel.h>
+#include <gui/OCCViewer_ViewModel.h>
-#include <SUIT_ViewManager.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_MessageBox.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SUIT_OverrideCursor.h>
+#include <gui/SUIT_ViewManager.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_OverrideCursor.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <QLabel>
#include <QPushButton>
#include <strstream>
//#include <sstream>
-#include "Utils_CorbaException.hxx"
-#include "OpUtil.hxx"
-#include "Utils_ExceptHandlers.hxx"
-#include "utilities.h"
+#include <kernel/Utils_CorbaException.hxx>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
+#include <kernel/utilities.h>
#include "GEOM_Object_i.hh"
#include "GEOM_Object.hxx"
#include <TopExp.hxx>
#include <OSD.hxx>
-#include "SALOMEDS_Tool.hxx"
+#include <kernel/SALOMEDS_Tool.hxx>
//============================================================================
// function : GEOM_Gen_i()
#include CORBA_CLIENT_HEADER(SALOMEDS_Attributes)
-#include "SALOME_Component_i.hxx"
-#include "SALOME_NamingService.hxx"
+#include <kernel/SALOME_Component_i.hxx>
+#include <kernel/SALOME_NamingService.hxx>
#include "GEOM_IBasicOperations_i.hh"
#include "GEOM_ITransformOperations_i.hh"
#include "GEOM_I3DPrimOperations_i.hh"
-#include "utilities.h"
-#include "OpUtil.hxx"
-#include "Utils_ExceptHandlers.hxx"
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include "GEOM_IBasicOperations_i.hh"
-#include "utilities.h"
-#include "OpUtil.hxx"
-#include "Utils_ExceptHandlers.hxx"
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include "GEOM_IBlocksOperations_i.hh"
-#include "utilities.h"
-#include "OpUtil.hxx"
-#include "Utils_ExceptHandlers.hxx"
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include "GEOM_IBooleanOperations_i.hh"
-#include "utilities.h"
-#include "OpUtil.hxx"
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include "GEOM_ICurvesOperations_i.hh"
-#include "utilities.h"
-#include "OpUtil.hxx"
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include "GEOM_IGroupOperations_i.hh"
-#include "utilities.h"
-#include "OpUtil.hxx"
-#include "Utils_ExceptHandlers.hxx"
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
-#include "utilities.h"
-#include "OpUtil.hxx"
-#include "Utils_ExceptHandlers.hxx"
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include <TColStd_HSequenceOfTransient.hxx>
#include "GEOM_IInsertOperations_i.hh"
-#include "utilities.h"
-#include "OpUtil.hxx"
-#include "Utils_ExceptHandlers.hxx"
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include "GEOM_ILocalOperations_i.hh"
-#include "utilities.h"
-#include "OpUtil.hxx"
-#include "Utils_ExceptHandlers.hxx"
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include "GEOM_IMeasureOperations_i.hh"
-#include "utilities.h"
-#include "OpUtil.hxx"
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include "GEOM_Engine.hxx"
-#include "utilities.h"
-#include "OpUtil.hxx"
-#include "Utils_ExceptHandlers.hxx"
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include <Standard_Stream.hxx>
#include <TCollection_AsciiString.hxx>
#include <SALOMEconfig.h>
#include CORBA_SERVER_HEADER(GEOM_Gen)
-#include "SALOME_GenericObj_i.hh"
+#include <kernel/SALOME_GenericObj_i.hh>
#include "GEOM_IOperations.hxx"
#include "GEOM_Object_i.hh"
#include "GEOM_Object.hxx"
#include "GEOM_IShapesOperations_i.hh"
-#include "utilities.h"
-#include "OpUtil.hxx"
-#include "Utils_ExceptHandlers.hxx"
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include "GEOM_Engine.hxx"
#include "GEOM_Object.hxx"
#include "GEOM_ITransformOperations_i.hh"
-#include "utilities.h"
-#include "OpUtil.hxx"
-#include "Utils_ExceptHandlers.hxx"
+#include <kernel/utilities.h>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include <TDF_Label.hxx>
#include <TDF_Tool.hxx>
#include <GEOM_ISubShape.hxx>
#include <GEOMImpl_Types.hxx>
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <fstream>
#include <strstream>
//#include <sstream>
-#include <OpUtil.hxx>
-#include <Utils_ExceptHandlers.hxx>
+#include <kernel/OpUtil.hxx>
+#include <kernel/Utils_ExceptHandlers.hxx>
#include <TDF_Tool.hxx>
#include <TDF_Label.hxx>
#include <TCollection_AsciiString.hxx>
#include CORBA_CLIENT_HEADER(SALOMEDS)
#include CORBA_SERVER_HEADER(GEOM_Gen)
-#include "SALOME_GenericObj_i.hh"
+#include <kernel/SALOME_GenericObj_i.hh>
#include "GEOM_Object.hxx"
#include CORBA_SERVER_HEADER(GEOM_Superv)
#include "GEOM_Gen_i.hh"
-#include "utilities.h"
+#include <kernel/utilities.h>
template <class Type>
class GEOM_List_i :
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#include "GEOM_Superv_i.hh"
-#include "SALOME_LifeCycleCORBA.hxx"
+#include <kernel/SALOME_LifeCycleCORBA.hxx>
#include CORBA_SERVER_HEADER(SALOME_Session)
-#include "SALOMEDSClient_ClientFactory.hxx"
+#include <kernel/SALOMEDSClient_ClientFactory.hxx>
#define isNewStudy(a,b) (a > 0 && a != b)
#include <GeometryGUI.h>
-#include <SUIT_Desktop.h>
-#include <SalomeApp_Application.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SalomeApp_Application.h>
#include "GenerationGUI_PrismDlg.h" // Method PRISM
#include "GenerationGUI_RevolDlg.h" // Method REVOL
#ifndef GENERATIONGUI_H
#define GENERATIONGUI_H
-#include <GEOMGUI.h>
+#include "GEOMGUI.h"
//=================================================================================
// class : GenerationGUI
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TopoDS_Iterator.hxx>
#include <GEOMImpl_Types.hxx>
#ifndef GENERATIONGUI_FILLINGDLG_H
#define GENERATIONGUI_FILLINGDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel5Spin1Check;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TopoDS_Shape.hxx>
#include <TopoDS.hxx>
#ifndef GENERATIONGUI_PIPEDLG_H
#define GENERATIONGUI_PIPEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_3Sel1Check;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <TopoDS_Shape.hxx>
#ifndef GENERATIONGUI_PRISMDLG_H
#define GENERATIONGUI_PRISMDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel1Spin2Check;
class DlgRef_3Sel1Check;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TopoDS_Shape.hxx>
#include <TopoDS_Edge.hxx>
#ifndef GENERATIONGUI_REVOLUTIONDLG_H
#define GENERATIONGUI_REVOLUTIONDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel1Spin2Check;
#include <GEOMBase.h>
#include <GEOMImpl_Types.hxx>
-#include <SUIT_Session.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_MessageBox.h>
-#include <SalomeApp_Application.h>
-#include <SalomeApp_Study.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_Study.h>
+#include <gui/LightApp_SelectionMgr.h>
//=======================================================================
// function : GroupGUI()
#ifndef GROUPGUI_H
#define GROUPGUI_H
-#include <GEOMGUI.h>
+#include "GEOMGUI.h"
//=================================================================================
// class : GroupGUI
#include <GeometryGUI.h>
#include <GEOM_Displayer.h>
-#include <SalomeApp_Application.h>
-#include <SalomeApp_Study.h>
-
-#include <LightApp_SelectionMgr.h>
-
-#include <OCCViewer_ViewModel.h>
-#include <OCCViewer_ViewManager.h>
-#include <SVTK_ViewModel.h>
-#include <SALOME_Prs.h>
-#include <SALOME_ListIteratorOfListIO.hxx>
-
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_OverrideCursor.h>
-#include <SUIT_Session.h>
-#include <SUIT_ViewWindow.h>
-#include <SUIT_ViewManager.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_Study.h>
+
+#include <gui/LightApp_SelectionMgr.h>
+
+#include <gui/OCCViewer_ViewModel.h>
+#include <gui/OCCViewer_ViewManager.h>
+#include <gui/SVTK_ViewModel.h>
+#include <gui/SALOME_Prs.h>
+#include <gui/SALOME_ListIteratorOfListIO.hxx>
+
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_OverrideCursor.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/SUIT_ViewManager.h>
#include <QLabel>
#include <QListWidget>
#ifndef GROUPGUI_GROUPDLG_H
#define GROUPGUI_GROUPDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
#include <TopAbs_ShapeEnum.hxx>
#include <TColStd_DataMapOfIntegerInteger.hxx>
// Author: Pavel TELKOV
// <ptv@mutex.nnov.opencascade.com>
//
-#include "utilities.h"
+#include <kernel/utilities.h>
-#include <Basics_Utils.hxx>
+#include <kernel/Basics_Utils.hxx>
#include <IGESControl_Controller.hxx>
#include <IGESControl_Writer.hxx>
// Author: Pavel TELKOV
// <ptv@mutex.nnov.opencascade.com>
//
-#include "utilities.h"
+#include <kernel/utilities.h>
-#include <Basics_Utils.hxx>
+#include <kernel/Basics_Utils.hxx>
#include <IFSelect_ReturnStatus.hxx>
#include <IGESControl_Reader.hxx>
#include "MeasureGUI.h"
#include <GeometryGUI.h>
-#include <SUIT_Desktop.h>
-#include <SalomeApp_Application.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SalomeApp_Application.h>
#include "MeasureGUI_PropertiesDlg.h" // Method PROPERTIES
#include "MeasureGUI_CenterMassDlg.h" // Method CENTER MASS
#ifndef MEASUREGUI_H
#define MEASUREGUI_H
-#include <GEOMGUI.h>
+#include "GEOMGUI.h"
//=================================================================================
// class : MeasureGUI
#include <GEOMBase.h>
#include <GeometryGUI.h>
-#include <SUIT_Session.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_MessageBox.h>
-#include <SUIT_ViewWindow.h>
-#include <SUIT_ViewManager.h>
-#include <SOCC_Prs.h>
-#include <SOCC_ViewModel.h>
-#include <SalomeApp_Tools.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/SUIT_ViewManager.h>
+#include <gui/SOCC_Prs.h>
+#include <gui/SOCC_ViewModel.h>
+#include <gui/SalomeApp_Tools.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <AIS_AngleDimension.hxx>
#include "GEOMImpl_Types.hxx"
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <Standard_Failure.hxx>
#include <Standard_ErrorHandler.hxx> // CAREFUL ! position of this file is critic : see Lucien PIGNOLONI / OCC
#include <TopoDS_Face.hxx>
#include <TopExp_Explorer.hxx>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Tools.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Tools.h>
// #include <qlineedit.h>
// #include <qlabel.h>
#include <GeometryGUI.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
-#include <SalomeApp_Tools.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SalomeApp_Tools.h>
#include <BRep_Tool.hxx>
#include <TopoDS_Vertex.hxx>
#ifndef MEASUREGUI_CENTERMASSDLG_H
#define MEASUREGUI_CENTERMASSDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class MeasureGUI_1Sel3LineEdit;
#include "MeasureGUI_CheckCompoundOfBlocksDlg.h"
#include "MeasureGUI_Widgets.h"
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <LightApp_SelectionMgr.h>
-#include <SalomeApp_Tools.h>
-#include <SalomeApp_Application.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SalomeApp_Tools.h>
+#include <gui/SalomeApp_Application.h>
#include <TopTools_IndexedMapOfShape.hxx>
#include <TopExp.hxx>
#ifndef MEASUREGUI_CHECKCOMPOUNDOFBLOCKSDLG_H
#define MEASUREGUI_CHECKCOMPOUNDOFBLOCKSDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class MeasureGUI_1Sel1TextView2ListBox;
#include "MeasureGUI_CheckShapeDlg.h"
#include "MeasureGUI_Widgets.h"
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Tools.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Tools.h>
#define TEXTEDIT_FONT_FAMILY "Courier"
#define TEXTEDIT_FONT_SIZE 11
#include <GEOMBase.h>
#include <GeometryGUI.h>
-#include <SUIT_Session.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_ViewWindow.h>
-#include <SUIT_ViewManager.h>
-#include <SOCC_Prs.h>
-#include <SOCC_ViewModel.h>
-#include <SalomeApp_Tools.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/SUIT_ViewManager.h>
+#include <gui/SOCC_Prs.h>
+#include <gui/SOCC_ViewModel.h>
+#include <gui/SalomeApp_Tools.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <Geom_Plane.hxx>
#include <gp_XYZ.hxx>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Tools.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Tools.h>
//=================================================================================
// class : MeasureGUI_InertiaDlg()
#include "MeasureGUI_MaxToleranceDlg.h"
#include "MeasureGUI_Widgets.h"
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Tools.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Tools.h>
//=================================================================================
// class : MeasureGUI_MaxToleranceDlg()
#include <GEOMBase.h>
#include <GeometryGUI.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <TopoDS_Shape.hxx>
#ifndef MEASUREGUI_NORMALEDLG_H
#define MEASUREGUI_NORMALEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel;
#include <GeometryGUI.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TopoDS_Shape.hxx>
#include <TopoDS.hxx>
#include <GEOMBase.h>
#include <DlgRef.h>
-#include <SalomeApp_Tools.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Tools.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
#include <TColStd_MapOfInteger.hxx>
#include <GEOM_Displayer.h>
#include <GeometryGUI.h>
-#include <LightApp_SelectionMgr.h>
-#include <SalomeApp_Application.h>
-#include <SalomeApp_Tools.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_MessageBox.h>
-#include <SUIT_Session.h>
-#include <SUIT_OverrideCursor.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_Tools.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_OverrideCursor.h>
#include <QKeyEvent>
#define MEASUREGUI_SKELETON_H
#include <QDialog>
-#include <GEOMBase_Helper.h>
+#include "GEOMBase_Helper.h"
class GeometryGUI;
class MeasureGUI_SkeletonBox;
#include <DlgRef.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Tools.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Tools.h>
#include <QGroupBox>
#include <QScrollBar>
#define _NMTAlgo_Algo_HeaderFile
#ifndef _NMTTools_PDSFiller_HeaderFile
-#include <NMTTools_PDSFiller.hxx>
+#include "NMTTools_PDSFiller.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <TopoDS_Shape.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTAlgo_Algo.jxx>
+#include "NMTAlgo_Algo.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _NMTTools_DSFiller_HeaderFile
-#include <NMTTools_DSFiller.hxx>
+#include "NMTTools_DSFiller.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <TopoDS_Shape.hxx>
#endif
#ifndef _NMTAlgo_Algo_HeaderFile
-#include <NMTAlgo_Algo.hxx>
+#include "NMTAlgo_Algo.hxx"
#endif
#include <TopTools_IndexedDataMapOfShapeShape.hxx>
#endif
#ifndef _NMTAlgo_Algo_HeaderFile
-#include <NMTAlgo_Algo.hxx>
+#include "NMTAlgo_Algo.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTAlgo_Builder.jxx>
+#include "NMTAlgo_Builder.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _NMTTools_DSFiller_HeaderFile
-#include <NMTTools_DSFiller.hxx>
+#include "NMTTools_DSFiller.hxx"
#endif
#ifndef _TopoDS_Edge_HeaderFile
#include <TopoDS_Edge.hxx>
#include <TopoDS_Face.hxx>
#endif
#ifndef _NMTAlgo_Builder_HeaderFile
-#include <NMTAlgo_Builder.hxx>
+#include "NMTAlgo_Builder.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTAlgo_Loop3d.jxx>
+#include "NMTAlgo_Loop3d.jxx"
#include <gp_Vec.hxx>
#endif
#ifndef _NMTAlgo_Loop3d_HeaderFile
-#include <NMTAlgo_Loop3d.hxx>
+#include "NMTAlgo_Loop3d.hxx"
#endif
#include <TopTools_DataMapOfShapeListOfShape.hxx>
#endif
#ifndef _NMTAlgo_Builder_HeaderFile
-#include <NMTAlgo_Builder.hxx>
+#include "NMTAlgo_Builder.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTAlgo_Splitter.jxx>
+#include "NMTAlgo_Splitter.jxx"
#include <TopoDS_Shape.hxx>
#endif
#ifndef _NMTTools_DSFiller_HeaderFile
-#include <NMTTools_DSFiller.hxx>
+#include "NMTTools_DSFiller.hxx"
#endif
#ifndef _TopTools_ListOfShape_HeaderFile
#include <TopTools_ListOfShape.hxx>
#endif
#ifndef _NMTAlgo_Splitter_HeaderFile
-#include <NMTAlgo_Splitter.hxx>
+#include "NMTAlgo_Splitter.hxx"
#endif
#include <TopoDS_Shape.hxx>
#endif
#ifndef _NMTAlgo_Splitter_HeaderFile
-#include <NMTAlgo_Splitter.hxx>
+#include "NMTAlgo_Splitter.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTAlgo_Splitter1.jxx>
+#include "NMTAlgo_Splitter1.jxx"
#include <TopTools_DataMapOfShapeInteger.hxx>
#endif
#ifndef _NMTAlgo_Splitter1_HeaderFile
-#include <NMTAlgo_Splitter1.hxx>
+#include "NMTAlgo_Splitter1.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTAlgo_Tools.jxx>
+#include "NMTAlgo_Tools.jxx"
#include <TopTools_IndexedMapOfShape.hxx>
#endif
#ifndef _NMTAlgo_Tools_HeaderFile
-#include <NMTAlgo_Tools.hxx>
+#include "NMTAlgo_Tools.hxx"
#endif
};
-#include <NMTDS_BndSphere.lxx>
+#include "NMTDS_BndSphere.lxx"
// the specific terms and conditions governing rights and limitations under the
// License.
-#include <NMTDS_BndSphere.jxx>
+#include "NMTDS_BndSphere.jxx"
#include <gp_Pnt.hxx>
#endif
#ifndef _NMTDS_BndSphere_HeaderFile
-#include <NMTDS_BndSphere.hxx>
+#include "NMTDS_BndSphere.hxx"
#endif
#define NMTDS_BndSphereTree_HeaderFile
#include <NCollection_UBTree.hxx>
-#include <NMTDS_BndSphere.hxx>
+#include "NMTDS_BndSphere.hxx"
#include <TColStd_MapOfInteger.hxx>
#include <TColStd_ListOfInteger.hxx>
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger_HeaderFile
-#include <Handle_NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger.hxx>
+#include "Handle_NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger.hxx"
#endif
class Standard_NoSuchObject;
class TColStd_MapOfInteger;
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger_HeaderFile
-#include <Handle_NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger.hxx>
+#include "Handle_NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger_HeaderFile
-#include <Handle_NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger.hxx>
+#include "Handle_NMTDS_DataMapNodeOfDataMapOfIntegerMapOfInteger.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTDS_IndexRange.jxx>
+#include "NMTDS_IndexRange.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _NMTDS_IndexRange_HeaderFile
-#include <NMTDS_IndexRange.hxx>
+#include "NMTDS_IndexRange.hxx"
#endif
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerIndexedDataMapOfShapeInteger_HeaderFile
-#include <Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerIndexedDataMapOfShapeInteger.hxx>
+#include "Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerIndexedDataMapOfShapeInteger.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_HeaderFile
-#include <Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx>
+#include "Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfShapeBndSphere_HeaderFile
-#include <Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfShapeBndSphere.hxx>
+#include "Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfShapeBndSphere.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _NMTDS_BndSphere_HeaderFile
-#include <NMTDS_BndSphere.hxx>
+#include "NMTDS_BndSphere.hxx"
#endif
#ifndef _TCollection_MapNodePtr_HeaderFile
#include <TCollection_MapNodePtr.hxx>
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfShapeBox_HeaderFile
-#include <Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx>
+#include "Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerIndexedDataMapOfShapeInteger_HeaderFile
-#include <Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerIndexedDataMapOfShapeInteger.hxx>
+#include "Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerIndexedDataMapOfShapeInteger.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_HeaderFile
-#include <Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx>
+#include "Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <TCollection_BasicMap.hxx>
#endif
#ifndef _Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfShapeBndSphere_HeaderFile
-#include <Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfShapeBndSphere.hxx>
+#include "Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfShapeBndSphere.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <TCollection_BasicMap.hxx>
#endif
#ifndef _Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfShapeBox_HeaderFile
-#include <Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx>
+#include "Handle_NMTDS_IndexedDataMapNodeOfIndexedDataMapOfShapeBox.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#define _NMTDS_InterfPool_HeaderFile
#ifndef _NMTDS_MapOfPassKeyBoolean_HeaderFile
-#include <NMTDS_MapOfPassKeyBoolean.hxx>
+#include "NMTDS_MapOfPassKeyBoolean.hxx"
#endif
#ifndef _NMTDS_ListOfPassKeyBoolean_HeaderFile
-#include <NMTDS_ListOfPassKeyBoolean.hxx>
+#include "NMTDS_ListOfPassKeyBoolean.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <Standard_Boolean.hxx>
#endif
#ifndef _NMTDS_InterfType_HeaderFile
-#include <NMTDS_InterfType.hxx>
+#include "NMTDS_InterfType.hxx"
#endif
class NMTDS_PassKeyBoolean;
class NMTDS_ListOfPassKeyBoolean;
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTDS_InterfPool.jxx>
+#include "NMTDS_InterfPool.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _NMTDS_PassKeyBoolean_HeaderFile
-#include <NMTDS_PassKeyBoolean.hxx>
+#include "NMTDS_PassKeyBoolean.hxx"
#endif
#ifndef _NMTDS_ListOfPassKeyBoolean_HeaderFile
-#include <NMTDS_ListOfPassKeyBoolean.hxx>
+#include "NMTDS_ListOfPassKeyBoolean.hxx"
#endif
#ifndef _BOPTools_CArray1OfSSInterference_HeaderFile
#include <BOPTools_CArray1OfSSInterference.hxx>
#include <BOPTools_CArray1OfVVInterference.hxx>
#endif
#ifndef _NMTDS_InterfPool_HeaderFile
-#include <NMTDS_InterfPool.hxx>
+#include "NMTDS_InterfPool.hxx"
#endif
#define _NMTDS_Iterator_HeaderFile
#ifndef _NMTDS_PShapesDataStructure_HeaderFile
-#include <NMTDS_PShapesDataStructure.hxx>
+#include "NMTDS_PShapesDataStructure.hxx"
#endif
#ifndef _NMTDS_ListOfPassKeyBoolean_HeaderFile
-#include <NMTDS_ListOfPassKeyBoolean.hxx>
+#include "NMTDS_ListOfPassKeyBoolean.hxx"
#endif
#ifndef _NMTDS_ListIteratorOfListOfPassKeyBoolean_HeaderFile
-#include <NMTDS_ListIteratorOfListOfPassKeyBoolean.hxx>
+#include "NMTDS_ListIteratorOfListOfPassKeyBoolean.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTDS_Iterator.jxx>
+#include "NMTDS_Iterator.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _NMTDS_ShapesDataStructure_HeaderFile
-#include <NMTDS_ShapesDataStructure.hxx>
+#include "NMTDS_ShapesDataStructure.hxx"
#endif
#ifndef _TColStd_DataMapOfIntegerListOfInteger_HeaderFile
#include <TColStd_DataMapOfIntegerListOfInteger.hxx>
#endif
#ifndef _NMTDS_Iterator_HeaderFile
-#include <NMTDS_Iterator.hxx>
+#include "NMTDS_Iterator.hxx"
#endif
#define _NMTDS_IteratorCheckerSI_HeaderFile
#ifndef _NMTDS_Iterator_HeaderFile
-#include <NMTDS_Iterator.hxx>
+#include "NMTDS_Iterator.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTDS_IteratorCheckerSI.jxx>
+#include "NMTDS_IteratorCheckerSI.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _NMTDS_IteratorCheckerSI_HeaderFile
-#include <NMTDS_IteratorCheckerSI.hxx>
+#include "NMTDS_IteratorCheckerSI.hxx"
#endif
#include <Standard_Address.hxx>
#endif
#ifndef _Handle_NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors_HeaderFile
-#include <Handle_NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx>
+#include "Handle_NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <Standard_Address.hxx>
#endif
#ifndef _Handle_NMTDS_ListNodeOfListOfPassKey_HeaderFile
-#include <Handle_NMTDS_ListNodeOfListOfPassKey.hxx>
+#include "Handle_NMTDS_ListNodeOfListOfPassKey.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <Standard_Address.hxx>
#endif
#ifndef _Handle_NMTDS_ListNodeOfListOfPassKeyBoolean_HeaderFile
-#include <Handle_NMTDS_ListNodeOfListOfPassKeyBoolean.hxx>
+#include "Handle_NMTDS_ListNodeOfListOfPassKeyBoolean.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors_HeaderFile
-#include <Handle_NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx>
+#include "Handle_NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx"
#endif
#ifndef _BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTDS_ListNodeOfListOfPassKey_HeaderFile
-#include <Handle_NMTDS_ListNodeOfListOfPassKey.hxx>
+#include "Handle_NMTDS_ListNodeOfListOfPassKey.hxx"
#endif
#ifndef _NMTDS_PassKey_HeaderFile
-#include <NMTDS_PassKey.hxx>
+#include "NMTDS_PassKey.hxx"
#endif
#ifndef _TCollection_MapNode_HeaderFile
#include <TCollection_MapNode.hxx>
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTDS_ListNodeOfListOfPassKeyBoolean_HeaderFile
-#include <Handle_NMTDS_ListNodeOfListOfPassKeyBoolean.hxx>
+#include "Handle_NMTDS_ListNodeOfListOfPassKeyBoolean.hxx"
#endif
#ifndef _NMTDS_PassKeyBoolean_HeaderFile
-#include <NMTDS_PassKeyBoolean.hxx>
+#include "NMTDS_PassKeyBoolean.hxx"
#endif
#ifndef _TCollection_MapNode_HeaderFile
#include <TCollection_MapNode.hxx>
#include <Standard_Address.hxx>
#endif
#ifndef _Handle_NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors_HeaderFile
-#include <Handle_NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx>
+#include "Handle_NMTDS_ListNodeOfListOfIndexedDataMapOfShapeAncestorsSuccessors.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <Standard_Address.hxx>
#endif
#ifndef _Handle_NMTDS_ListNodeOfListOfPassKey_HeaderFile
-#include <Handle_NMTDS_ListNodeOfListOfPassKey.hxx>
+#include "Handle_NMTDS_ListNodeOfListOfPassKey.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <Standard_Address.hxx>
#endif
#ifndef _Handle_NMTDS_ListNodeOfListOfPassKeyBoolean_HeaderFile
-#include <Handle_NMTDS_ListNodeOfListOfPassKeyBoolean.hxx>
+#include "Handle_NMTDS_ListNodeOfListOfPassKeyBoolean.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <TCollection_BasicMapIterator.hxx>
#endif
#ifndef _Handle_NMTDS_StdMapNodeOfMapOfPassKey_HeaderFile
-#include <Handle_NMTDS_StdMapNodeOfMapOfPassKey.hxx>
+#include "Handle_NMTDS_StdMapNodeOfMapOfPassKey.hxx"
#endif
class Standard_NoSuchObject;
class NMTDS_PassKey;
#include <TCollection_BasicMapIterator.hxx>
#endif
#ifndef _Handle_NMTDS_StdMapNodeOfMapOfPassKeyBoolean_HeaderFile
-#include <Handle_NMTDS_StdMapNodeOfMapOfPassKeyBoolean.hxx>
+#include "Handle_NMTDS_StdMapNodeOfMapOfPassKeyBoolean.hxx"
#endif
class Standard_NoSuchObject;
class NMTDS_PassKeyBoolean;
#include <TCollection_BasicMap.hxx>
#endif
#ifndef _Handle_NMTDS_StdMapNodeOfMapOfPassKey_HeaderFile
-#include <Handle_NMTDS_StdMapNodeOfMapOfPassKey.hxx>
+#include "Handle_NMTDS_StdMapNodeOfMapOfPassKey.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <TCollection_BasicMap.hxx>
#endif
#ifndef _Handle_NMTDS_StdMapNodeOfMapOfPassKeyBoolean_HeaderFile
-#include <Handle_NMTDS_StdMapNodeOfMapOfPassKeyBoolean.hxx>
+#include "Handle_NMTDS_StdMapNodeOfMapOfPassKeyBoolean.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTDS_PassKey.jxx>
+#include "NMTDS_PassKey.jxx"
#include <TColStd_ListOfInteger.hxx>
#endif
#ifndef _NMTDS_PassKey_HeaderFile
-#include <NMTDS_PassKey.hxx>
+#include "NMTDS_PassKey.hxx"
#endif
#include <Standard_Boolean.hxx>
#endif
#ifndef _NMTDS_PassKey_HeaderFile
-#include <NMTDS_PassKey.hxx>
+#include "NMTDS_PassKey.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTDS_PassKeyBoolean.jxx>
+#include "NMTDS_PassKeyBoolean.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _NMTDS_PassKeyBoolean_HeaderFile
-#include <NMTDS_PassKeyBoolean.hxx>
+#include "NMTDS_PassKeyBoolean.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTDS_PassKeyMapHasher.jxx>
+#include "NMTDS_PassKeyMapHasher.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _NMTDS_PassKey_HeaderFile
-#include <NMTDS_PassKey.hxx>
+#include "NMTDS_PassKey.hxx"
#endif
#ifndef _NMTDS_PassKeyMapHasher_HeaderFile
-#include <NMTDS_PassKeyMapHasher.hxx>
+#include "NMTDS_PassKeyMapHasher.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTDS_PassKeyShape.jxx>
+#include "NMTDS_PassKeyShape.jxx"
#include <TopTools_ListOfShape.hxx>
#endif
#ifndef _NMTDS_PassKeyShape_HeaderFile
-#include <NMTDS_PassKeyShape.hxx>
+#include "NMTDS_PassKeyShape.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTDS_PassKeyShapeMapHasher.jxx>
+#include "NMTDS_PassKeyShapeMapHasher.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _NMTDS_PassKeyShape_HeaderFile
-#include <NMTDS_PassKeyShape.hxx>
+#include "NMTDS_PassKeyShape.hxx"
#endif
#ifndef _NMTDS_PassKeyShapeMapHasher_HeaderFile
-#include <NMTDS_PassKeyShapeMapHasher.hxx>
+#include "NMTDS_PassKeyShapeMapHasher.hxx"
#endif
#include <TopoDS_Shape.hxx>
#endif
#ifndef _NMTDS_CArray1OfIndexRange_HeaderFile
-#include <NMTDS_CArray1OfIndexRange.hxx>
+#include "NMTDS_CArray1OfIndexRange.hxx"
#endif
#ifndef _NMTDS_IndexedDataMapOfIntegerIndexedDataMapOfShapeInteger_HeaderFile
-#include <NMTDS_IndexedDataMapOfIntegerIndexedDataMapOfShapeInteger.hxx>
+#include "NMTDS_IndexedDataMapOfIntegerIndexedDataMapOfShapeInteger.hxx"
#endif
#ifndef _BooleanOperations_ShapesDataStructure_HeaderFile
#include <BooleanOperations_ShapesDataStructure.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTDS_ShapesDataStructure.jxx>
+#include "NMTDS_ShapesDataStructure.jxx"
#include <TopoDS_Shape.hxx>
#endif
#ifndef _NMTDS_CArray1OfIndexRange_HeaderFile
-#include <NMTDS_CArray1OfIndexRange.hxx>
+#include "NMTDS_CArray1OfIndexRange.hxx"
#endif
#ifndef _BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors_HeaderFile
#include <BooleanOperations_IndexedDataMapOfShapeAncestorsSuccessors.hxx>
#include <Bnd_Box.hxx>
#endif
#ifndef _NMTDS_ShapesDataStructure_HeaderFile
-#include <NMTDS_ShapesDataStructure.hxx>
+#include "NMTDS_ShapesDataStructure.hxx"
#endif
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTDS_StdMapNodeOfMapOfPassKey_HeaderFile
-#include <Handle_NMTDS_StdMapNodeOfMapOfPassKey.hxx>
+#include "Handle_NMTDS_StdMapNodeOfMapOfPassKey.hxx"
#endif
#ifndef _NMTDS_PassKey_HeaderFile
-#include <NMTDS_PassKey.hxx>
+#include "NMTDS_PassKey.hxx"
#endif
#ifndef _TCollection_MapNode_HeaderFile
#include <TCollection_MapNode.hxx>
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTDS_StdMapNodeOfMapOfPassKeyBoolean_HeaderFile
-#include <Handle_NMTDS_StdMapNodeOfMapOfPassKeyBoolean.hxx>
+#include "Handle_NMTDS_StdMapNodeOfMapOfPassKeyBoolean.hxx"
#endif
#ifndef _NMTDS_PassKeyBoolean_HeaderFile
-#include <NMTDS_PassKeyBoolean.hxx>
+#include "NMTDS_PassKeyBoolean.hxx"
#endif
#ifndef _TCollection_MapNode_HeaderFile
#include <TCollection_MapNode.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTDS_Tools.jxx>
+#include "NMTDS_Tools.jxx"
#include <TopTools_IndexedDataMapOfShapeShape.hxx>
#endif
#ifndef _NMTDS_Tools_HeaderFile
-#include <NMTDS_Tools.hxx>
+#include "NMTDS_Tools.hxx"
#endif
#include <Standard_Integer.hxx>
#endif
#ifndef _NMTTools_PaveFiller_HeaderFile
-#include <NMTTools_PaveFiller.hxx>
+#include "NMTTools_PaveFiller.hxx"
#endif
#ifndef _TopAbs_ShapeEnum_HeaderFile
#include <TopAbs_ShapeEnum.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTTools_CheckerSI.jxx>
+#include "NMTTools_CheckerSI.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _NMTTools_CheckerSI_HeaderFile
-#include <NMTTools_CheckerSI.hxx>
+#include "NMTTools_CheckerSI.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTTools_CommonBlock.jxx>
+#include "NMTTools_CommonBlock.jxx"
#include <BOPTools_ListOfPaveBlock.hxx>
#endif
#ifndef _NMTTools_CommonBlock_HeaderFile
-#include <NMTTools_CommonBlock.hxx>
+#include "NMTTools_CommonBlock.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTTools_CommonBlockAPI.jxx>
+#include "NMTTools_CommonBlockAPI.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _NMTTools_ListOfCommonBlock_HeaderFile
-#include <NMTTools_ListOfCommonBlock.hxx>
+#include "NMTTools_ListOfCommonBlock.hxx"
#endif
#ifndef _BOPTools_ListOfPaveBlock_HeaderFile
#include <BOPTools_ListOfPaveBlock.hxx>
#include <BOPTools_PaveBlock.hxx>
#endif
#ifndef _NMTTools_CommonBlock_HeaderFile
-#include <NMTTools_CommonBlock.hxx>
+#include "NMTTools_CommonBlock.hxx"
#endif
#ifndef _NMTTools_CommonBlockAPI_HeaderFile
-#include <NMTTools_CommonBlockAPI.hxx>
+#include "NMTTools_CommonBlockAPI.hxx"
#endif
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTTools_CoupleOfShape.jxx>
+#include "NMTTools_CoupleOfShape.jxx"
#include <TopoDS_Shape.hxx>
#endif
#ifndef _NMTTools_CoupleOfShape_HeaderFile
-#include <NMTTools_CoupleOfShape.hxx>
+#include "NMTTools_CoupleOfShape.hxx"
#endif
#define _NMTTools_DEProcessor_HeaderFile
#ifndef _NMTTools_PPaveFiller_HeaderFile
-#include <NMTTools_PPaveFiller.hxx>
+#include "NMTTools_PPaveFiller.hxx"
#endif
#ifndef _NMTDS_PShapesDataStructure_HeaderFile
-#include <NMTDS_PShapesDataStructure.hxx>
+#include "NMTDS_PShapesDataStructure.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTTools_DEProcessor.jxx>
+#include "NMTTools_DEProcessor.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _NMTTools_PaveFiller_HeaderFile
-#include <NMTTools_PaveFiller.hxx>
+#include "NMTTools_PaveFiller.hxx"
#endif
#ifndef _BOPTools_ListOfPaveBlock_HeaderFile
#include <BOPTools_ListOfPaveBlock.hxx>
#include <TopoDS_Vertex.hxx>
#endif
#ifndef _NMTTools_DEProcessor_HeaderFile
-#include <NMTTools_DEProcessor.hxx>
+#include "NMTTools_DEProcessor.hxx"
#endif
#include <TopoDS_Shape.hxx>
#endif
#ifndef _NMTDS_PShapesDataStructure_HeaderFile
-#include <NMTDS_PShapesDataStructure.hxx>
+#include "NMTDS_PShapesDataStructure.hxx"
#endif
#ifndef _BOPTools_PInterferencePool_HeaderFile
#include <BOPTools_PInterferencePool.hxx>
#endif
#ifndef _NMTTools_PPaveFiller_HeaderFile
-#include <NMTTools_PPaveFiller.hxx>
+#include "NMTTools_PPaveFiller.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTTools_DSFiller.jxx>
+#include "NMTTools_DSFiller.jxx"
#include <TopoDS_Shape.hxx>
#endif
#ifndef _NMTDS_ShapesDataStructure_HeaderFile
-#include <NMTDS_ShapesDataStructure.hxx>
+#include "NMTDS_ShapesDataStructure.hxx"
#endif
#ifndef _BOPTools_InterferencePool_HeaderFile
#include <BOPTools_InterferencePool.hxx>
#endif
#ifndef _NMTTools_PaveFiller_HeaderFile
-#include <NMTTools_PaveFiller.hxx>
+#include "NMTTools_PaveFiller.hxx"
#endif
#ifndef _NMTTools_DSFiller_HeaderFile
-#include <NMTTools_DSFiller.hxx>
+#include "NMTTools_DSFiller.hxx"
#endif
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_NMTTools_DataMapNodeOfDataMapOfIntegerListOfPaveBlock_HeaderFile
-#include <Handle_NMTTools_DataMapNodeOfDataMapOfIntegerListOfPaveBlock.hxx>
+#include "Handle_NMTTools_DataMapNodeOfDataMapOfIntegerListOfPaveBlock.hxx"
#endif
class Standard_NoSuchObject;
class BOPTools_ListOfPaveBlock;
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTTools_DataMapNodeOfDataMapOfIntegerListOfPaveBlock_HeaderFile
-#include <Handle_NMTTools_DataMapNodeOfDataMapOfIntegerListOfPaveBlock.hxx>
+#include "Handle_NMTTools_DataMapNodeOfDataMapOfIntegerListOfPaveBlock.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_NMTTools_DataMapNodeOfDataMapOfIntegerListOfPaveBlock_HeaderFile
-#include <Handle_NMTTools_DataMapNodeOfDataMapOfIntegerListOfPaveBlock.hxx>
+#include "Handle_NMTTools_DataMapNodeOfDataMapOfIntegerListOfPaveBlock.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger_HeaderFile
-#include <Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger.hxx>
+#include "Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapeIndexedMapOfShape_HeaderFile
-#include <Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapeIndexedMapOfShape.hxx>
+#include "Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapeIndexedMapOfShape.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock_HeaderFile
-#include <Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock.hxx>
+#include "Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <Standard_Integer.hxx>
#endif
#ifndef _Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger_HeaderFile
-#include <Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger.hxx>
+#include "Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfIndexedMapOfInteger.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <TCollection_BasicMap.hxx>
#endif
#ifndef _Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapeIndexedMapOfShape_HeaderFile
-#include <Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapeIndexedMapOfShape.hxx>
+#include "Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapeIndexedMapOfShape.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <TCollection_BasicMap.hxx>
#endif
#ifndef _Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock_HeaderFile
-#include <Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock.hxx>
+#include "Handle_NMTTools_IndexedDataMapNodeOfIndexedDataMapOfShapePaveBlock.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#define _NMTTools_IteratorOfCoupleOfShape_HeaderFile
#ifndef _NMTDS_PShapesDataStructure_HeaderFile
-#include <NMTDS_PShapesDataStructure.hxx>
+#include "NMTDS_PShapesDataStructure.hxx"
#endif
#ifndef _BOPTools_IndexedMapOfCoupleOfInteger_HeaderFile
#include <BOPTools_IndexedMapOfCoupleOfInteger.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTTools_IteratorOfCoupleOfShape.jxx>
+#include "NMTTools_IteratorOfCoupleOfShape.jxx"
#include <Standard_NoSuchObject.hxx>
#endif
#ifndef _NMTDS_ShapesDataStructure_HeaderFile
-#include <NMTDS_ShapesDataStructure.hxx>
+#include "NMTDS_ShapesDataStructure.hxx"
#endif
#ifndef _NMTTools_IteratorOfCoupleOfShape_HeaderFile
-#include <NMTTools_IteratorOfCoupleOfShape.hxx>
+#include "NMTTools_IteratorOfCoupleOfShape.hxx"
#endif
#include <Standard_Address.hxx>
#endif
#ifndef _Handle_NMTTools_ListNodeOfListOfCommonBlock_HeaderFile
-#include <Handle_NMTTools_ListNodeOfListOfCommonBlock.hxx>
+#include "Handle_NMTTools_ListNodeOfListOfCommonBlock.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <Standard_Address.hxx>
#endif
#ifndef _Handle_NMTTools_ListNodeOfListOfCoupleOfShape_HeaderFile
-#include <Handle_NMTTools_ListNodeOfListOfCoupleOfShape.hxx>
+#include "Handle_NMTTools_ListNodeOfListOfCoupleOfShape.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTTools_ListNodeOfListOfCommonBlock_HeaderFile
-#include <Handle_NMTTools_ListNodeOfListOfCommonBlock.hxx>
+#include "Handle_NMTTools_ListNodeOfListOfCommonBlock.hxx"
#endif
#ifndef _NMTTools_CommonBlock_HeaderFile
-#include <NMTTools_CommonBlock.hxx>
+#include "NMTTools_CommonBlock.hxx"
#endif
#ifndef _TCollection_MapNode_HeaderFile
#include <TCollection_MapNode.hxx>
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTTools_ListNodeOfListOfCoupleOfShape_HeaderFile
-#include <Handle_NMTTools_ListNodeOfListOfCoupleOfShape.hxx>
+#include "Handle_NMTTools_ListNodeOfListOfCoupleOfShape.hxx"
#endif
#ifndef _NMTTools_CoupleOfShape_HeaderFile
-#include <NMTTools_CoupleOfShape.hxx>
+#include "NMTTools_CoupleOfShape.hxx"
#endif
#ifndef _TCollection_MapNode_HeaderFile
#include <TCollection_MapNode.hxx>
#include <Standard_Address.hxx>
#endif
#ifndef _Handle_NMTTools_ListNodeOfListOfCommonBlock_HeaderFile
-#include <Handle_NMTTools_ListNodeOfListOfCommonBlock.hxx>
+#include "Handle_NMTTools_ListNodeOfListOfCommonBlock.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <Standard_Address.hxx>
#endif
#ifndef _Handle_NMTTools_ListNodeOfListOfCoupleOfShape_HeaderFile
-#include <Handle_NMTTools_ListNodeOfListOfCoupleOfShape.hxx>
+#include "Handle_NMTTools_ListNodeOfListOfCoupleOfShape.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#include <TCollection_BasicMapIterator.hxx>
#endif
#ifndef _Handle_NMTTools_StdMapNodeOfMapOfPaveBlock_HeaderFile
-#include <Handle_NMTTools_StdMapNodeOfMapOfPaveBlock.hxx>
+#include "Handle_NMTTools_StdMapNodeOfMapOfPaveBlock.hxx"
#endif
class Standard_NoSuchObject;
class BOPTools_PaveBlock;
#include <TCollection_BasicMap.hxx>
#endif
#ifndef _Handle_NMTTools_StdMapNodeOfMapOfPaveBlock_HeaderFile
-#include <Handle_NMTTools_StdMapNodeOfMapOfPaveBlock.hxx>
+#include "Handle_NMTTools_StdMapNodeOfMapOfPaveBlock.hxx"
#endif
#ifndef _Standard_Integer_HeaderFile
#include <Standard_Integer.hxx>
#define _NMTTools_PCurveMaker_HeaderFile
#ifndef _NMTTools_PDSFiller_HeaderFile
-#include <NMTTools_PDSFiller.hxx>
+#include "NMTTools_PDSFiller.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTTools_PCurveMaker.jxx>
+#include "NMTTools_PCurveMaker.jxx"
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
#ifndef _NMTTools_PCurveMaker_HeaderFile
-#include <NMTTools_PCurveMaker.hxx>
+#include "NMTTools_PCurveMaker.hxx"
#endif
#endif
#ifndef _NMTDS_PShapesDataStructure_HeaderFile
-#include <NMTDS_PShapesDataStructure.hxx>
+#include "NMTDS_PShapesDataStructure.hxx"
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#include <BOPTools_PavePool.hxx>
#endif
#ifndef _NMTTools_CommonBlockPool_HeaderFile
-#include <NMTTools_CommonBlockPool.hxx>
+#include "NMTTools_CommonBlockPool.hxx"
#endif
#ifndef _BOPTools_SplitShapesPool_HeaderFile
#include <BOPTools_SplitShapesPool.hxx>
#include <BOPTools_SSIntersectionAttribute.hxx>
#endif
#ifndef _NMTTools_IndexedDataMapOfIndexedMapOfInteger_HeaderFile
-#include <NMTTools_IndexedDataMapOfIndexedMapOfInteger.hxx>
+#include "NMTTools_IndexedDataMapOfIndexedMapOfInteger.hxx"
#endif
#ifndef _TColStd_DataMapOfIntegerInteger_HeaderFile
#include <TColStd_DataMapOfIntegerInteger.hxx>
#endif
#ifndef _NMTDS_PIterator_HeaderFile
-#include <NMTDS_PIterator.hxx>
+#include "NMTDS_PIterator.hxx"
#endif
#ifndef _TopoDS_Shape_HeaderFile
#include <TopoDS_Shape.hxx>
#endif
#ifndef _NMTDS_PInterfPool_HeaderFile
-#include <NMTDS_PInterfPool.hxx>
+#include "NMTDS_PInterfPool.hxx"
#endif
#ifndef _TopAbs_ShapeEnum_HeaderFile
#include <TopAbs_ShapeEnum.hxx>
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTTools_PaveFiller.jxx>
+#include "NMTTools_PaveFiller.jxx"
#include <BOPTools_PavePool.hxx>
#endif
#ifndef _NMTTools_CommonBlockPool_HeaderFile
-#include <NMTTools_CommonBlockPool.hxx>
+#include "NMTTools_CommonBlockPool.hxx"
#endif
#ifndef _BOPTools_SplitShapesPool_HeaderFile
#include <BOPTools_SplitShapesPool.hxx>
#include <TopoDS_Vertex.hxx>
#endif
#ifndef _NMTTools_ListOfCommonBlock_HeaderFile
-#include <NMTTools_ListOfCommonBlock.hxx>
+#include "NMTTools_ListOfCommonBlock.hxx"
#endif
#ifndef _NMTTools_CommonBlock_HeaderFile
-#include <NMTTools_CommonBlock.hxx>
+#include "NMTTools_CommonBlock.hxx"
#endif
#ifndef _BOPTools_IDMapOfPaveBlockIMapOfPaveBlock_HeaderFile
#include <BOPTools_IDMapOfPaveBlockIMapOfPaveBlock.hxx>
#include <gp_Pnt.hxx>
#endif
#ifndef _NMTTools_IndexedDataMapOfIndexedMapOfInteger_HeaderFile
-#include <NMTTools_IndexedDataMapOfIndexedMapOfInteger.hxx>
+#include "NMTTools_IndexedDataMapOfIndexedMapOfInteger.hxx"
#endif
#ifndef _TopTools_ListOfShape_HeaderFile
#include <TopTools_ListOfShape.hxx>
#include <TopTools_DataMapOfShapeShape.hxx>
#endif
#ifndef _NMTTools_PaveFiller_HeaderFile
-#include <NMTTools_PaveFiller.hxx>
+#include "NMTTools_PaveFiller.hxx"
#endif
#include <Standard.hxx>
#endif
#ifndef _Handle_NMTTools_StdMapNodeOfMapOfPaveBlock_HeaderFile
-#include <Handle_NMTTools_StdMapNodeOfMapOfPaveBlock.hxx>
+#include "Handle_NMTTools_StdMapNodeOfMapOfPaveBlock.hxx"
#endif
#ifndef _BOPTools_PaveBlock_HeaderFile
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-#include <NMTTools_Tools.jxx>
+#include "NMTTools_Tools.jxx"
#include <IntTools_Context.hxx>
#endif
#ifndef _NMTTools_ListOfCoupleOfShape_HeaderFile
-#include <NMTTools_ListOfCoupleOfShape.hxx>
+#include "NMTTools_ListOfCoupleOfShape.hxx"
#endif
#ifndef _NMTTools_IndexedDataMapOfShapeIndexedMapOfShape_HeaderFile
-#include <NMTTools_IndexedDataMapOfShapeIndexedMapOfShape.hxx>
+#include "NMTTools_IndexedDataMapOfShapeIndexedMapOfShape.hxx"
#endif
#ifndef _Geom2d_Curve_HeaderFile
#include <Geom2d_Curve.hxx>
#endif
#ifndef _NMTTools_Tools_HeaderFile
-#include <NMTTools_Tools.hxx>
+#include "NMTTools_Tools.hxx"
#endif
*/
#include "GEOM_AISShape.ixx"
-#include "SALOME_InteractiveObject.hxx"
+#include <gui/SALOME_InteractiveObject.hxx>
// Open CASCADE Includes
#include <AIS_Drawer.hxx>
#endif
#ifndef _Handle_SALOME_InteractiveObject_HeaderFile
-#include "Handle_SALOME_InteractiveObject.hxx"
+#include <gui/Handle_SALOME_InteractiveObject.hxx>
#endif
#ifndef _Standard_CString_HeaderFile
#include <Standard_CString.hxx>
#endif
#ifndef _SALOME_AISShape_HeaderFile
-#include "SALOME_AISShape.hxx"
+#include <gui/SALOME_AISShape.hxx>
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#ifndef GEOM_AISTrihedron_HeaderFile
#define GEOM_AISTrihedron_HeaderFile
-#include <SALOME_InteractiveObject.hxx>
+#include <gui/SALOME_InteractiveObject.hxx>
#include <AIS_Trihedron.hxx>
#include <Standard_DefineHandle.hxx>
#ifndef GEOM_AISVector_HeaderFile
#define GEOM_AISVector_HeaderFile
-#include <GEOM_AISShape.hxx>
+#include "GEOM_AISShape.hxx"
#include <Standard_DefineHandle.hxx>
/*!
#include "GEOM_EdgeSource.h"
#include "GEOM_WireframeFace.h"
#include "GEOM_ShadingFace.h"
-#include "SVTK_Actor.h"
+#include <gui/SVTK_Actor.h>
#include <vtkObjectFactory.h>
#include <vtkRenderer.h>
#include <vtkMath.h>
#include <vtkCamera.h>
-#include "utilities.h"
+#include <kernel/utilities.h>
-#include "SALOME_InteractiveObject.hxx"
+#include <gui/SALOME_InteractiveObject.hxx>
//vtkStandardNewMacro(GEOM_Actor);
#include "GEOM_OBJECT_defs.hxx"
#include "GEOM_SmartPtr.h"
-#include <SALOME_Actor.h>
+#include <gui/SALOME_Actor.h>
#include <TopoDS_Shape.hxx>
#include <vtkSmartPointer.h>
#include "GEOM_AssemblyBuilder.h"
#include "GEOM_Actor.h"
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
#include <vtkProperty.h>
#include <vtkAssembly.h>
// Qt includes
#include <QColor>
-#include "utilities.h"
+#include <kernel/utilities.h>
using namespace std;
// SALOME
#include <vtkPolyDataMapper.h>
#include <vtkPolyDataNormals.h>
#include <vtkActor.h>
-#include <VTKViewer_Actor.h>
+#include <gui/VTKViewer_Actor.h>
#include <vtkRenderer.h>
vtkStandardNewMacro(GEOM_DeviceActor);
#include <Standard_CString.hxx>
#endif
#ifndef _SALOME_InteractiveObject_HeaderFile
-#include "SALOME_InteractiveObject.hxx"
+#include <gui/SALOME_InteractiveObject.hxx>
#endif
#ifndef _Standard_Boolean_HeaderFile
#include <Standard_Boolean.hxx>
#endif
#ifndef _Handle_SALOME_InteractiveObject_HeaderFile
-#include "Handle_SALOME_InteractiveObject.hxx"
+#include <gui/Handle_SALOME_InteractiveObject.hxx>
#endif
class GEOM_InteractiveObject : public SALOME_InteractiveObject {
// Module : GEOM
//
#ifndef _SALOME_InteractiveObject_HeaderFile
-#include "SALOME_InteractiveObject.hxx"
+#include "gui/SALOME_InteractiveObject.hxx"
#endif
#ifndef _GEOM_InteractiveObject_HeaderFile
#include "GEOM_InteractiveObject.hxx"
#include <TColStd_Array1OfReal.hxx>
#include <Adaptor3d_HCurve.hxx>
-#include "utilities.h"
+#include <kernel/utilities.h>
using namespace std;
#include "GEOM_OBJECT_defs.hxx"
#include <Geom_Axis2Placement.hxx>
-#include "SALOME_Actor.h"
-#include "VTKViewer_Trihedron.h"
+#include <gui/SALOME_Actor.h>
+#include <gui/VTKViewer_Trihedron.h>
class vtkRenderer;
class vtkPolyDataMapper;
#endif
#ifndef _Handle_SALOME_AISShape_HeaderFile
-#include "Handle_SALOME_AISShape.hxx"
+#include <gui/Handle_SALOME_AISShape.hxx>
#endif
class Standard_Transient;
#endif
#ifndef _Handle_SALOME_InteractiveObject_HeaderFile
-#include "Handle_SALOME_InteractiveObject.hxx"
+#include <gui/Handle_SALOME_InteractiveObject.hxx>
#endif
class Standard_Transient;
#include <GeometryGUI.h>
-#include <SUIT_Session.h>
-#include <SUIT_Desktop.h>
-#include <SalomeApp_Application.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SalomeApp_Application.h>
#include <TopTools_MapOfShape.hxx>
#include <TopExp_Explorer.hxx>
#ifndef OPERATIONGUI_H
#define OPERATIONGUI_H
-#include <GEOMGUI.h>
+#include "GEOMGUI.h"
//=================================================================================
// class : OperationGUI
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
//=================================================================================
// class : OperationGUI_ArchimedeDlg()
#ifndef OPERATIONGUI_ARCHIMEDEDLG_H
#define OPERATIONGUI_ARCHIMEDEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel3Spin;
// Author : Damien COQUERET, Open CASCADE S.A.S.
//
#include "OperationGUI_ChamferDlg.h"
-#include <QtxDoubleSpinBox.h>
+#include <gui/QtxDoubleSpinBox.h>
#include <DlgRef.h>
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_ViewWindow.h>
-#include <SUIT_ViewManager.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
-#include <OCCViewer_ViewModel.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/SUIT_ViewManager.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/OCCViewer_ViewModel.h>
// OCCT Includes
#include <TColStd_MapOfInteger.hxx>
#ifndef OPERATIONGUI_CHAMFERDLG_H
#define OPERATIONGUI_CHAMFERDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
#include <TColStd_IndexedMapOfInteger.hxx>
#include <DlgRef.h>
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <QtxDoubleSpinBox.h>
+#include <gui/QtxDoubleSpinBox.h>
-#include <SUIT_Session.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_ViewManager.h>
-#include <SVTK_ViewWindow.h>
-#include <SVTK_ViewModel.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ViewManager.h>
+#include <gui/SVTK_ViewWindow.h>
+#include <gui/SVTK_ViewModel.h>
-#include <OCCViewer_ViewModel.h>
-#include <OCCViewer_ViewWindow.h>
-#include <OCCViewer_ViewPort3d.h>
+#include <gui/OCCViewer_ViewModel.h>
+#include <gui/OCCViewer_ViewWindow.h>
+#include <gui/OCCViewer_ViewPort3d.h>
-#include <VTKViewer.h>
+#include <gui/VTKViewer.h>
// OCC Includes
#include <V3d_View.hxx>
#ifndef OPERATIONGUI_CLIPPINGDLG_H
#define OPERATIONGUI_CLIPPINGDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class QGroupBox;
class QLabel;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_ViewWindow.h>
-#include <SUIT_ViewManager.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
-#include <OCCViewer_ViewModel.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/SUIT_ViewManager.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/OCCViewer_ViewModel.h>
// OCCT Includes
#include <TColStd_MapOfInteger.hxx>
#ifndef OPERATIONGUI_Fillet1d2dDLG_H
#define OPERATIONGUI_Fillet1d2dDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
#include <TColStd_IndexedMapOfInteger.hxx>
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_ViewWindow.h>
-#include <SUIT_ViewManager.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
-#include <OCCViewer_ViewModel.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/SUIT_ViewManager.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/OCCViewer_ViewModel.h>
// OCCT Includes
#include <TColStd_MapOfInteger.hxx>
#ifndef OPERATIONGUI_FILLETDLG_H
#define OPERATIONGUI_FILLETDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
#include <TColStd_IndexedMapOfInteger.hxx>
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
//==============================================================================
// class : OperationGUI_GetShapesOnShapeDlg()
#ifndef OPERATIONGUI_GETSHAPESONSHAPEDLG_H
#define OPERATIONGUI_GETSHAPESONSHAPEDLG_H
-#include <GEOMBase_Skeleton.h>
-#include <GEOMAlgo_State.hxx>
+#include "GEOMBase_Skeleton.h"
+#include "GEOMAlgo_State.hxx"
class DlgRef_2Sel2List;
#include <GEOMBase.h>
#include <GeometryGUI.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
//=================================================================================
// class : OperationGUI_MaterialDlg()
#ifndef OPERATIONGUI_MATERIALDLG_H
#define OPERATIONGUI_MATERIALDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1List1Spin1Btn;
#include <GEOMImpl_Types.hxx>
-#include <SUIT_Desktop.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_MessageBox.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TopoDS_Iterator.hxx>
#include <TopoDS_Shape.hxx>
#ifndef OPERATIONGUI_PARTITIONDLG_H
#define OPERATIONGUI_PARTITIONDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel1List1Check;
//
#include "Partition_Inter2d.ixx"
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <BRepAdaptor_Curve.hxx>
#include <BRepAlgo_AsDes.hxx>
//
#include "Partition_Inter2d.hxx"
#include "Partition_Inter3d.ixx"
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <BRepAlgo_AsDes.hxx>
#include <BRepAlgo_Image.hxx>
#include "Partition_Loop.ixx"
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <BRep_Builder.hxx>
#include <BRepAlgo_FaceRestrictor.hxx>
//
#include "Partition_Loop2d.ixx"
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <stdio.h>
#include <BRepAdaptor_Curve2d.hxx>
#include "Partition_Loop3d.hxx"
#include "Partition_Spliter.ixx"
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <Precision.hxx>
#include <TopAbs_Orientation.hxx>
#include <GeometryGUI.h>
-#include <SUIT_Desktop.h>
-#include <SalomeApp_Application.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SalomeApp_Application.h>
#include "PrimitiveGUI_BoxDlg.h" // Method BOX
#include "PrimitiveGUI_CylinderDlg.h" // Method CYLINDER
#ifndef PRIMITIVEGUI_H
#define PRIMITIVEGUI_H
-#include <GEOMGUI.h>
+#include "GEOMGUI.h"
//=================================================================================
// class : PrimitiveGUI
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <TopoDS_Shape.hxx>
#ifndef PRIMITIVEGUI_BOXDLG_H
#define PRIMITIVEGUI_BOXDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel;
class DlgRef_3Spin;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <TopoDS_Shape.hxx>
#ifndef PRIMITIVEGUI_CONEDLG_H
#define PRIMITIVEGUI_CONEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel3Spin;
class DlgRef_3Spin;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <TopoDS_Shape.hxx>
#ifndef PRIMITIVEGUI_CYLINDERDLG_H
#define PRIMITIVEGUI_CYLINDERDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel2Spin;
class DlgRef_2Spin;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <TopoDS_Shape.hxx>
#ifndef BASICGUI_DISKDLG_H
#define BASICGUI_DISKDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_3Sel;
class DlgRef_2Sel1Spin;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TopoDS_Shape.hxx>
#include <TopoDS.hxx>
#ifndef BASICGUI_FACEDLG_H
#define BASICGUI_FACEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Spin;
class DlgRef_1Sel2Spin;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TopoDS_Shape.hxx>
#include <TopoDS.hxx>
#ifndef PRIMITIVEGUI_SPHEREDLG_H
#define PRIMITIVEGUI_SPHEREDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel1Spin;
class DlgRef_1Spin;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <TopoDS_Shape.hxx>
#ifndef PRIMITIVEGUI_TORUSDLG_H
#define PRIMITIVEGUI_TORUSDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel2Spin;
class DlgRef_2Spin;
#include <GeometryGUI.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
#include "RepairGUI_SewingDlg.h" // Method SEWING
#include "RepairGUI_SuppressFacesDlg.h" // Method SUPPRESS FACES
#ifndef REPAIRGUI_H
#define REPAIRGUI_H
-#include <GEOMGUI.h>
+#include "GEOMGUI.h"
//=================================================================================
// class : RepairGUI
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
#include <GEOMImpl_Types.hxx>
#ifndef REPAIRGUI_CHANGEORIENTATIONDLG_H
#define REPAIRGUI_CHANGEORIENTATIONDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel1Check;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <TopAbs.hxx>
#ifndef REPAIRGUI_CLOSECONTOURDLG_H
#define REPAIRGUI_CLOSECONTOURDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2SelExt;
class QButtonGroup;
#include <DlgRef.h>
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <QtxDoubleSpinBox.h>
+#include <gui/QtxDoubleSpinBox.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
#include <GEOMImpl_Types.hxx>
#ifndef REPAIRGUI_DIVIDEEDGEDLG_H
#define REPAIRGUI_DIVIDEEDGEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1SelExt;
class SalomeApp_DoubleSpinBox;
#include <GEOM_Displayer.h>
#include <GEOMImpl_Types.hxx>
-#include <SalomeApp_Application.h>
-#include <LightApp_Application.h>
-#include <LightApp_SelectionMgr.h>
-#include <SUIT_MessageBox.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
#include <TColStd_MapOfInteger.hxx>
#define REPAIRGUI_FREEBOUNDDLG_H
#include <QDialog>
-#include <GEOMBase_Helper.h>
+#include "GEOMBase_Helper.h"
class QLineEdit;
class QLabel;
//
#include "RepairGUI_FreeFacesDlg.h"
-#include <LightApp_Application.h>
-#include <LightApp_SelectionMgr.h>
-#include <SalomeApp_Application.h>
-#include <SalomeApp_Tools.h>
-
-#include <SUIT_MessageBox.h>
-#include <SUIT_Session.h>
-#include <SUIT_OverrideCursor.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_ResourceMgr.h>
+#include <gui/LightApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_Tools.h>
+
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_OverrideCursor.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ResourceMgr.h>
#include <GEOMImpl_Types.hxx>
#define REPAIRGUI_FREEFACESDLG_H
#include <QDialog>
-#include <GEOMBase_Helper.h>
+#include "GEOMBase_Helper.h"
class GEOM_Displayer;
class QPushButton;
#include <DlgRef.h>
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <QtxDoubleSpinBox.h>
-
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
-#include <SalomeApp_Study.h>
-#include <SalomeApp_Tools.h>
-#include <SUIT_Session.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_MessageBox.h>
-#include <SUIT_OverrideCursor.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_ViewWindow.h>
-#include <SUIT_ViewManager.h>
-#include <OCCViewer_ViewModel.h>
-#include <SALOME_ListIteratorOfListIO.hxx>
+#include <gui/QtxDoubleSpinBox.h>
+
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SalomeApp_Study.h>
+#include <gui/SalomeApp_Tools.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_OverrideCursor.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/SUIT_ViewManager.h>
+#include <gui/OCCViewer_ViewModel.h>
+#include <gui/SALOME_ListIteratorOfListIO.hxx>
#include <GEOMImpl_Types.hxx>
#ifndef REPAIRGUI_GLUEDLG_H
#define REPAIRGUI_GLUEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1SelExt;
class SalomeApp_DoubleSpinBox;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
#include <GEOMImpl_Types.hxx>
#ifndef REPAIRGUI_REMOVEEXTRAEDGESDLG_H
#define REPAIRGUI_REMOVEEXTRAEDGESDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel1Check;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_MessageBox.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <TopAbs.hxx>
#ifndef REPAIRGUI_REMOVEHOLESDLG_H
#define REPAIRGUI_REMOVEHOLESDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel1Check1Sel;
class QPushButton;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <TopAbs.hxx>
#ifndef REPAIRGUI_REMOVEINTWIRESDLG_H
#define REPAIRGUI_REMOVEINTWIRESDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel1Check1Sel;
#include <DlgRef.h>
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <QtxDoubleSpinBox.h>
+#include <gui/QtxDoubleSpinBox.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
-#include <SUIT_Session.h>
-#include <SUIT_MessageBox.h>
-#include <SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SUIT_ResourceMgr.h>
#include <GEOMImpl_Types.hxx>
#ifndef REPAIRGUI_SEWINGDLG_H
#define REPAIRGUI_SEWINGDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1SelExt;
class SalomeApp_DoubleSpinBox;
#include <GeometryGUI.h>
#include <GEOMBase.h>
#include <GEOMImpl_Types.hxx>
-#include <QtxDoubleSpinBox.h>
-
-#include <SalomeApp_Application.h>
-#include <SalomeApp_DoubleSpinBox.h>
-#include <SalomeApp_IntSpinBox.h>
-#include <LightApp_SelectionMgr.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_MessageBox.h>
-#include <SALOME_ListIteratorOfListIO.hxx>
-#include <SALOME_ListIO.hxx>
+#include <gui/QtxDoubleSpinBox.h>
+
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_DoubleSpinBox.h>
+#include <gui/SalomeApp_IntSpinBox.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_MessageBox.h>
+#include <gui/SALOME_ListIteratorOfListIO.hxx>
+#include <gui/SALOME_ListIO.hxx>
#include <TCollection_AsciiString.hxx>
#include <TColStd_MapOfInteger.hxx>
#ifndef REPAIRGUI_SHAPEPROCESSDLG_H
#define REPAIRGUI_SHAPEPROCESSDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
#include <QMap>
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <SalomeApp_Study.h>
-#include <LightApp_SelectionMgr.h>
-#include <SALOME_ListIteratorOfListIO.hxx>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_Study.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SALOME_ListIteratorOfListIO.hxx>
// OCCT Includes
#include <TopAbs.hxx>
#ifndef REPAIRGUI_SUPPRESSFACESDLG_H
#define REPAIRGUI_SUPPRESSFACESDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel;
#include <TCollection_AsciiString.hxx>
#include <TColStd_Array1OfAsciiString.hxx>
-#include "utilities.h"
+#include <kernel/utilities.h>
//=======================================================================
// profile
// Author: Pavel TELKOV
// <ptv@mutex.nnov.opencascade.com>
//
-#include "utilities.h"
+#include <kernel/utilities.h>
-#include <Basics_Utils.hxx>
+#include <kernel/Basics_Utils.hxx>
#include <IFSelect_ReturnStatus.hxx>
// Author: Pavel TELKOV
// <ptv@mutex.nnov.opencascade.com>
//
-#include "utilities.h"
+#include <kernel/utilities.h>
-#include <Basics_Utils.hxx>
+#include <kernel/Basics_Utils.hxx>
#include <BRep_Builder.hxx>
// Author: Pavel TELKOV
// <ptv@mutex.nnov.opencascade.com>
//
-#include "utilities.h"
+#include <kernel/utilities.h>
#include <StlAPI_Writer.hxx>
#define ShHealOper_ChangeOrientation_HeaderFile
#include <MMgt_TShared.hxx>
-#include <ShHealOper_Tool.hxx>
+#include "ShHealOper_Tool.hxx"
#include <TopoDS_Shape.hxx>
/// Class ShHealOper_ChangeOrientation
#include <ShapeExtend_WireData.hxx>
#include <ShapeAnalysis_Wire.hxx>
#include <TColStd_MapOfInteger.hxx>
-#include <ShHealOper_Tool.hxx>
+#include "ShHealOper_Tool.hxx"
#include <TopoDS_Edge.hxx>
/// Class ShHealOper_CloseContour
//
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
#include <TopoDS_Edge.hxx>
#include <TopoDS_Shape.hxx>
-#include <ShHealOper_Tool.hxx>
+#include "ShHealOper_Tool.hxx"
#include <TColStd_SequenceOfReal.hxx>
/// Class ShHealOper_EdgeDivide
#include <Geom_Surface.hxx>
#include <TColStd_HArray1OfInteger.hxx>
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
-#include <ShHealOper_Tool.hxx>
+#include "ShHealOper_Tool.hxx"
#include <TopTools_HSequenceOfShape.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
#define ShHealOper_RemoveFace_HeaderFile
#include <MMgt_TShared.hxx>
-#include <ShHealOper_Tool.hxx>
+#include "ShHealOper_Tool.hxx"
#include <TopoDS_Shape.hxx>
#include <TopTools_SequenceOfShape.hxx>
#include <TopTools_MapOfShape.hxx>
#define ShHealOper_RemoveInternalWires_HeaderFile
#include <MMgt_TShared.hxx>
-#include <ShHealOper_Tool.hxx>
+#include "ShHealOper_Tool.hxx"
#include <TopoDS_Shape.hxx>
#include <TopTools_SequenceOfShape.hxx>
#include <TopoDS_Face.hxx>
#define ShHealOper_Sewing_HeaderFile
#include <MMgt_TShared.hxx>
-#include <ShHealOper_Tool.hxx>
+#include "ShHealOper_Tool.hxx"
#include <TopoDS_Shape.hxx>
#include <TopAbs_ShapeEnum.hxx>
#include <BRepBuilderAPI_Sewing.hxx>
#include <GEOMBase.h>
#include <GeometryGUI.h>
-#include <SUIT_Desktop.h>
-#include <SUIT_ViewModel.h>
-#include <SUIT_ViewWindow.h>
-#include <SUIT_ViewManager.h>
-#include <LightApp_SelectionMgr.h>
-#include <SalomeApp_Application.h>
-#include <SalomeApp_Study.h>
-#include <SALOME_ListIteratorOfListIO.hxx>
+#include <gui/SUIT_Desktop.h>
+#include <gui/SUIT_ViewModel.h>
+#include <gui/SUIT_ViewWindow.h>
+#include <gui/SUIT_ViewManager.h>
+#include <gui/LightApp_SelectionMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/SalomeApp_Study.h>
+#include <gui/SALOME_ListIteratorOfListIO.hxx>
#include "TransformationGUI_MultiTranslationDlg.h" // Method MULTI TRANSLATION
#include "TransformationGUI_MultiRotationDlg.h" // Method MULTI ROTATION
#ifndef TRANSFORMATIONGUI_H
#define TRANSFORMATIONGUI_H
-#include <GEOMGUI.h>
+#include "GEOMGUI.h"
//=================================================================================
// class : TransformationGUI
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <TopoDS_Shape.hxx>
#ifndef TRANSFORMATIONGUI_MIRRORDLG_H
#define TRANSFORMATIONGUI_MIRRORDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel1Spin2Check;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <TopoDS_Shape.hxx>
#ifndef TRANSFORMATIONGUI_MULTIROTATIONDLG_H
#define TRANSFORMATIONGUI_MULTIROTATIONDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel4Spin1Check;
class DlgRef_2Sel1SpinInt;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <TopoDS_Shape.hxx>
#ifndef TRANSFORMATIONGUI_MULTITRANSLATIONDLG_H
#define TRANSFORMATIONGUI_MULTITRANSLATIONDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_2Sel2Spin1Check;
class DlgRef_3Sel4Spin2Check;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_ResourceMgr.h>
-#include <SUIT_Session.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
//=================================================================================
// class : TransformationGUI_OffsetDlg()
#ifndef TRANSFORMATIONGUI_OFFSETDLG_H
#define TRANSFORMATIONGUI_OFFSETDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_1Sel1Spin1Check;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
#include <TColStd_IndexedMapOfInteger.hxx>
// OCCT Includes
#ifndef TRANSFORMATIONGUI_POSITIONDLG_H
#define TRANSFORMATIONGUI_POSITIONDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_4Sel1Spin3Check;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <TopoDS_Shape.hxx>
#ifndef TRANSFORMATIONGUI_ROTATIONDLG_H
#define TRANSFORMATIONGUI_ROTATIONDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_4Sel1Spin2Check;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SalomeApp_DoubleSpinBox.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SalomeApp_DoubleSpinBox.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <TopoDS_Shape.hxx>
#ifndef TRANSFORMATIONGUI_SCALEDLG_H
#define TRANSFORMATIONGUI_SCALEDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class QCheckBox;
class QGroupBox;
#include <GeometryGUI.h>
#include <GEOMBase.h>
-#include <SUIT_Session.h>
-#include <SUIT_ResourceMgr.h>
-#include <SalomeApp_Application.h>
-#include <LightApp_SelectionMgr.h>
+#include <gui/SUIT_Session.h>
+#include <gui/SUIT_ResourceMgr.h>
+#include <gui/SalomeApp_Application.h>
+#include <gui/LightApp_SelectionMgr.h>
// OCCT Includes
#include <TopoDS_Shape.hxx>
#ifndef TRANSFORMATIONGUI_TRANSLATIONDLG_H
#define TRANSFORMATIONGUI_TRANSLATIONDLG_H
-#include <GEOMBase_Skeleton.h>
+#include "GEOMBase_Skeleton.h"
class DlgRef_3Sel3Spin2Check;