1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0032667: Coding - get rid of unused forward declarations [LibCtl to StepRepr]

This commit is contained in:
aml
2021-11-16 17:00:04 +03:00
committed by smoskvin
parent c1e15aa538
commit a81bd74a38
284 changed files with 0 additions and 748 deletions

View File

@@ -24,7 +24,6 @@
#include <Select3D_SensitivePoly.hxx>
#include <Select3D_SensitiveSet.hxx>
class gp_Pnt;
class SelectMgr_EntityOwner;
typedef NCollection_Vector<Handle(Select3D_SensitivePoly)> Select3D_VectorOfHPoly;

View File

@@ -22,8 +22,6 @@
#include <TColgp_HArray1OfPnt.hxx>
#include <SelectMgr_SelectingVolumeManager.hxx>
class Standard_ConstructionError;
class Standard_OutOfRange;
//! A framework to define a sensitive 3D curve.
//! In some cases this class can raise Standard_ConstructionError and

View File

@@ -22,8 +22,6 @@
#include <TColgp_HArray1OfPnt.hxx>
#include <SelectBasics_SelectingVolumeManager.hxx>
class Standard_ConstructionError;
class Standard_OutOfRange;
//! Sensitive Entity to make a face selectable.
//! In some cases this class can raise Standard_ConstructionError and

View File

@@ -20,8 +20,6 @@
#include <TColStd_HArray1OfInteger.hxx>
#include <TColgp_HArray1OfPnt.hxx>
class Standard_ConstructionError;
class Standard_OutOfRange;
//! Sensitive Entity to make a face selectable.
//! In some cases this class can raise Standard_ConstructionError and

View File

@@ -21,8 +21,6 @@
#include <Select3D_SensitivePoly.hxx>
#include <SelectMgr_SelectingVolumeManager.hxx>
class Standard_ConstructionError;
class Standard_OutOfRange;
//! A framework to define selection of triangles in a view.
//! This comes into play in the detection of meshing and triangulation in surfaces.