mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0032603: Coding - get rid of unsused forward declarations
Packages from Adaptor2d to BRepMesh are processed.
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#include <Poly_Triangulation.hxx>
|
||||
|
||||
class BRepMesh_DataStructureOfDelaun;
|
||||
class BRepMesh_Delaun;
|
||||
|
||||
//! Class provides base functionality for algorithms building face triangulation.
|
||||
//! Performs initialization of BRepMesh_DataStructureOfDelaun and nodes map structures.
|
||||
|
@@ -20,7 +20,6 @@
|
||||
#include <NCollection_Shared.hxx>
|
||||
#include <IMeshTools_Parameters.hxx>
|
||||
|
||||
class BRepMesh_DataStructureOfDelaun;
|
||||
class BRepMesh_Delaun;
|
||||
|
||||
//! Class provides base functionality to build face triangulation using Dealunay approach.
|
||||
|
@@ -22,7 +22,6 @@
|
||||
#include <BRepAdaptor_Curve.hxx>
|
||||
#include <IMeshData_Types.hxx>
|
||||
|
||||
class TopoDS_Face;
|
||||
class Geom_Surface;
|
||||
class Geom2d_Curve;
|
||||
struct IMeshTools_Parameters;
|
||||
|
@@ -23,7 +23,6 @@
|
||||
#include <BRepMesh_Delaun.hxx>
|
||||
#include <BRepMesh_MeshTool.hxx>
|
||||
|
||||
class BRepMesh_DataStructureOfDelaun;
|
||||
|
||||
//! Class provides base functionality to build face triangulation using custom triangulation algorithm.
|
||||
//! Performs generation of mesh using raw data from model.
|
||||
|
@@ -21,7 +21,6 @@
|
||||
#include <IMeshData_Types.hxx>
|
||||
#include <BRepMesh_VertexTool.hxx>
|
||||
|
||||
class BRepMesh_Vertex;
|
||||
class BRepMesh_Edge;
|
||||
|
||||
//! Describes the data structure necessary for the mesh algorithms in
|
||||
|
@@ -21,9 +21,6 @@
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <IMeshData_Types.hxx>
|
||||
|
||||
class Bnd_Box;
|
||||
class TopoDS_Face;
|
||||
class TopoDS_Edge;
|
||||
struct IMeshTools_Parameters;
|
||||
|
||||
//! Auxiliary tool encompassing methods to compute deflection of shapes.
|
||||
|
@@ -20,8 +20,6 @@
|
||||
#include <NCollection_Shared.hxx>
|
||||
#include <IMeshTools_Parameters.hxx>
|
||||
|
||||
class BRepMesh_DataStructureOfDelaun;
|
||||
class BRepMesh_Delaun;
|
||||
|
||||
//! Class provides base functionality to build face triangulation using Delabella project.
|
||||
//! Performs generation of mesh using raw data from model.
|
||||
|
@@ -20,8 +20,6 @@
|
||||
#include <NCollection_Shared.hxx>
|
||||
#include <IMeshTools_Parameters.hxx>
|
||||
|
||||
class BRepMesh_DataStructureOfDelaun;
|
||||
class BRepMesh_Delaun;
|
||||
|
||||
//! Class provides base functionality to build face triangulation using Dealunay approach.
|
||||
//! Performs generation of mesh using raw data from model.
|
||||
|
@@ -21,9 +21,7 @@
|
||||
#include <Precision.hxx>
|
||||
|
||||
class BRepAdaptor_Curve;
|
||||
class gp_Pnt;
|
||||
class gp_Pnt2d;
|
||||
class gp_Dir;
|
||||
class BRepMesh_DefaultRangeSplitter;
|
||||
|
||||
//! Tool class accumulating common geometrical functions as well as
|
||||
|
@@ -26,8 +26,6 @@
|
||||
class TopoDS_Face;
|
||||
class TopoDS_Edge;
|
||||
class TopoDS_Wire;
|
||||
class IMeshTools_Context;
|
||||
class IMeshData_Wire;
|
||||
|
||||
//! Builds discrete model of a shape by adding faces and free edges.
|
||||
//! Computes deflection for corresponded shape and checks whether it
|
||||
|
@@ -21,7 +21,6 @@
|
||||
#include <gp_XY.hxx>
|
||||
#include <IMeshData_Types.hxx>
|
||||
|
||||
class BRepMesh_Vertex;
|
||||
|
||||
//! Describes data structure intended to keep mesh nodes
|
||||
//! defined in UV space and implements functionality
|
||||
|
Reference in New Issue
Block a user