[FEM] FemResult* to end: remove unused includes
- also sort includes
This commit is contained in:
@@ -24,73 +24,52 @@
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <Python.h>
|
||||
# include <cstdlib>
|
||||
# include <memory>
|
||||
# include <cmath>
|
||||
# include <cstdlib>
|
||||
# include <map>
|
||||
# include <memory>
|
||||
|
||||
# include <Bnd_Box.hxx>
|
||||
# include <BRep_Tool.hxx>
|
||||
# include <BRepBndLib.hxx>
|
||||
# include <BRepExtrema_DistShapeShape.hxx>
|
||||
# include <TopoDS_Vertex.hxx>
|
||||
# include <BRepBuilderAPI_MakeVertex.hxx>
|
||||
# include <gp_Pnt.hxx>
|
||||
# include <TopoDS_Face.hxx>
|
||||
# include <TopoDS_Solid.hxx>
|
||||
# include <TopoDS_Shape.hxx>
|
||||
|
||||
# include <SMESH_Gen.hxx>
|
||||
# include <SMESH_Mesh.hxx>
|
||||
# include <SMDS_VolumeTool.hxx>
|
||||
# include <SMESHDS_Mesh.hxx>
|
||||
|
||||
# include <vtkDataSetReader.h>
|
||||
# include <vtkDataSetWriter.h>
|
||||
# include <vtkStructuredGrid.h>
|
||||
# include <vtkImageData.h>
|
||||
# include <vtkRectilinearGrid.h>
|
||||
# include <vtkUnstructuredGrid.h>
|
||||
# include <vtkXMLUnstructuredGridReader.h>
|
||||
# include <vtkXMLPUnstructuredGridReader.h>
|
||||
# include <vtkXMLUnstructuredGridWriter.h>
|
||||
# include <vtkPointData.h>
|
||||
# include <vtkCellData.h>
|
||||
# include <vtkCellArray.h>
|
||||
# include <vtkDataArray.h>
|
||||
# include <vtkDataSetReader.h>
|
||||
# include <vtkDataSetWriter.h>
|
||||
# include <vtkDoubleArray.h>
|
||||
# include <vtkHexahedron.h>
|
||||
# include <vtkIdList.h>
|
||||
# include <vtkCellTypes.h>
|
||||
# include <vtkTriangle.h>
|
||||
# include <vtkPointData.h>
|
||||
# include <vtkPyramid.h>
|
||||
# include <vtkQuad.h>
|
||||
# include <vtkQuadraticTriangle.h>
|
||||
# include <vtkQuadraticQuad.h>
|
||||
# include <vtkTetra.h>
|
||||
# include <vtkPyramid.h>
|
||||
# include <vtkWedge.h>
|
||||
# include <vtkHexahedron.h>
|
||||
# include <vtkQuadraticTetra.h>
|
||||
# include <vtkQuadraticPyramid.h>
|
||||
# include <vtkQuadraticWedge.h>
|
||||
# include <vtkQuadraticHexahedron.h>
|
||||
# include <vtkTetra.h>
|
||||
# include <vtkTriangle.h>
|
||||
# include <vtkUnstructuredGrid.h>
|
||||
# include <vtkWedge.h>
|
||||
# include <vtkXMLPUnstructuredGridReader.h>
|
||||
# include <vtkXMLUnstructuredGridReader.h>
|
||||
# include <vtkXMLUnstructuredGridWriter.h>
|
||||
#endif
|
||||
|
||||
#include <Base/FileInfo.h>
|
||||
#include <Base/TimeInfo.h>
|
||||
#include <Base/Console.h>
|
||||
#include <Base/Type.h>
|
||||
#include <Base/Parameter.h>
|
||||
|
||||
#include <App/Application.h>
|
||||
#include <App/Document.h>
|
||||
#include <App/DocumentObject.h>
|
||||
#include <Base/Console.h>
|
||||
#include <Base/FileInfo.h>
|
||||
#include <Base/TimeInfo.h>
|
||||
#include <Base/Type.h>
|
||||
|
||||
#include "FemVTKTools.h"
|
||||
#include "FemMeshProperty.h"
|
||||
#include "FemAnalysis.h"
|
||||
#include "FemResultObject.h"
|
||||
|
||||
|
||||
namespace Fem
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user