PCH: Fem Gui
This commit is contained in:
@@ -24,27 +24,32 @@
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
#include <Inventor/nodes/SoCoordinate3.h>
|
||||
#include <Inventor/nodes/SoMaterial.h>
|
||||
#include <Inventor/nodes/SoSurroundScale.h>
|
||||
#include <Inventor/nodes/SoLineSet.h>
|
||||
#include <Inventor/nodes/SoSeparator.h>
|
||||
#include <Inventor/nodes/SoTransform.h>
|
||||
#include <Inventor/nodes/SoMatrixTransform.h>
|
||||
#include <Inventor/nodes/SoSphere.h>
|
||||
#include <Inventor/manips/SoTransformManip.h>
|
||||
#include <Inventor/manips/SoCenterballManip.h>
|
||||
#include <Inventor/manips/SoTransformerManip.h>
|
||||
#include <Inventor/manips/SoTransformBoxManip.h>
|
||||
#include <Inventor/manips/SoHandleBoxManip.h>
|
||||
#include <Inventor/manips/SoTabBoxManip.h>
|
||||
#include <Inventor/actions/SoSearchAction.h>
|
||||
#include <Inventor/engines/SoDecomposeMatrix.h>
|
||||
#include <Inventor/draggers/SoCenterballDragger.h>
|
||||
#include <Inventor/draggers/SoTransformerDragger.h>
|
||||
#include <Inventor/draggers/SoTransformBoxDragger.h>
|
||||
#include <Inventor/draggers/SoHandleBoxDragger.h>
|
||||
#include <QMessageBox>
|
||||
# include <Inventor/nodes/SoCoordinate3.h>
|
||||
# include <Inventor/nodes/SoMaterial.h>
|
||||
# include <Inventor/nodes/SoSurroundScale.h>
|
||||
# include <Inventor/nodes/SoLineSet.h>
|
||||
# include <Inventor/nodes/SoSeparator.h>
|
||||
# include <Inventor/nodes/SoTransform.h>
|
||||
# include <Inventor/nodes/SoMatrixTransform.h>
|
||||
# include <Inventor/nodes/SoSphere.h>
|
||||
# include <Inventor/manips/SoTransformManip.h>
|
||||
# include <Inventor/manips/SoCenterballManip.h>
|
||||
# include <Inventor/manips/SoTransformerManip.h>
|
||||
# include <Inventor/manips/SoTransformBoxManip.h>
|
||||
# include <Inventor/manips/SoHandleBoxManip.h>
|
||||
# include <Inventor/manips/SoTabBoxManip.h>
|
||||
# include <Inventor/actions/SoSearchAction.h>
|
||||
# include <Inventor/engines/SoDecomposeMatrix.h>
|
||||
# include <Inventor/draggers/SoCenterballDragger.h>
|
||||
# include <Inventor/draggers/SoTransformerDragger.h>
|
||||
# include <Inventor/draggers/SoTransformBoxDragger.h>
|
||||
# include <Inventor/draggers/SoHandleBoxDragger.h>
|
||||
|
||||
# include <QMessageBox>
|
||||
|
||||
# include <boost/bind.hpp>
|
||||
|
||||
# include <math.h>
|
||||
#endif
|
||||
|
||||
#include "ViewProviderFemPostFunction.h"
|
||||
@@ -60,9 +65,6 @@
|
||||
#include <Gui/Control.h>
|
||||
#include <App/PropertyUnits.h>
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <math.h>
|
||||
|
||||
#include "ui_PlaneWidget.h"
|
||||
#include "ui_SphereWidget.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user