PCH: Fem Gui

This commit is contained in:
Abdullah Tahiri
2019-05-16 18:05:36 +02:00
committed by wmayer
parent e4b181dab9
commit 241c370f5f
39 changed files with 300 additions and 129 deletions

View File

@@ -25,9 +25,18 @@
#ifndef _PreComp_
# include <QString>
# include <QSlider>
# include <Standard_math.hxx>
# include <Inventor/nodes/SoEventCallback.h>
# include <Inventor/nodes/SoCamera.h>
# include <Inventor/events/SoMouseButtonEvent.h>
# include <SMESH_Mesh.hxx>
# include <SMESHDS_Mesh.hxx>
# include <SMDSAbs_ElementType.hxx>
#endif
#include <Standard_math.hxx>
#include "ui_TaskCreateNodeSet.h"
#include "TaskCreateNodeSet.h"
#include <Gui/Application.h>
@@ -40,14 +49,6 @@
#include <Gui/View3DInventorViewer.h>
#include <Gui/Utilities.h>
#include <Inventor/nodes/SoEventCallback.h>
#include <Inventor/nodes/SoCamera.h>
#include <Inventor/events/SoMouseButtonEvent.h>
#include <SMESH_Mesh.hxx>
#include <SMESHDS_Mesh.hxx>
#include <SMDSAbs_ElementType.hxx>
#include <Mod/Fem/App/FemMeshObject.h>
#include <Mod/Fem/App/FemSetNodesObject.h>
#include "ViewProviderFemMesh.h"