mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0032969: Coding - get rid of unused headers [IMeshData to PLib]
Removed unused exception classes OSD_Exception_FLT_DIVIDE_BY_ZERO, OSD_Exception_INT_DIVIDE_BY_ZERO, OSD_Exception_FLT_DENORMAL_OPERAND, OSD_Exception_FLT_INEXACT_RESULT, OSD_Exception_FLT_INVALID_OPERATION, OSD_Exception_FLT_OVERFLOW, OSD_Exception_FLT_STACK_CHECK, OSD_Exception_FLT_UNDERFLOW.
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
#ifndef _IMeshTools_Context_HeaderFile
|
||||
#define _IMeshTools_Context_HeaderFile
|
||||
|
||||
#include <IMeshData_Shape.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <IMeshTools_ModelBuilder.hxx>
|
||||
#include <IMeshData_Model.hxx>
|
||||
|
@@ -17,7 +17,6 @@
|
||||
#define _IMeshTools_MeshAlgo_HeaderFile
|
||||
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <IMeshData_Types.hxx>
|
||||
#include <Message_ProgressRange.hxx>
|
||||
|
||||
|
@@ -17,7 +17,6 @@
|
||||
#define _IMeshTools_MeshAlgoFactory_HeaderFile
|
||||
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <GeomAbs_SurfaceType.hxx>
|
||||
#include <IMeshTools_MeshAlgo.hxx>
|
||||
|
||||
|
@@ -16,7 +16,6 @@
|
||||
#ifndef _IMeshTools_MeshBuilder_HeaderFile
|
||||
#define _IMeshTools_MeshBuilder_HeaderFile
|
||||
|
||||
#include <Message_Algorithm.hxx>
|
||||
#include <IMeshTools_Context.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <Message_ProgressRange.hxx>
|
||||
|
@@ -16,10 +16,7 @@
|
||||
#ifndef _IMeshTools_ModelAlgo_HeaderFile
|
||||
#define _IMeshTools_ModelAlgo_HeaderFile
|
||||
|
||||
#include <Standard_ErrorHandler.hxx>
|
||||
#include <Standard_Failure.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <Message_ProgressRange.hxx>
|
||||
|
||||
class IMeshData_Model;
|
||||
|
@@ -20,7 +20,6 @@
|
||||
#include <Standard_ErrorHandler.hxx>
|
||||
#include <Standard_Failure.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <TopoDS_Shape.hxx>
|
||||
#include <IMeshData_Model.hxx>
|
||||
|
||||
struct IMeshTools_Parameters;
|
||||
|
@@ -16,14 +16,11 @@
|
||||
#include <IMeshTools_ShapeExplorer.hxx>
|
||||
#include <TopExp.hxx>
|
||||
#include <TopExp_Explorer.hxx>
|
||||
#include <TopoDS.hxx>
|
||||
#include <TopoDS_Face.hxx>
|
||||
#include <TopoDS_Edge.hxx>
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
#include <BRepLib.hxx>
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <TopTools_MapOfShape.hxx>
|
||||
#include <Geom_Surface.hxx>
|
||||
|
||||
IMPLEMENT_STANDARD_RTTIEXT(IMeshTools_ShapeExplorer, IMeshData_Shape)
|
||||
|
||||
|
Reference in New Issue
Block a user