mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0028966: Coding Rules - remove Adaptor2d_HCurve2d, Adaptor3d_HCurve and Adaptor3d_HSurface classes
Adaptor2d_Curve2d, Adaptor3d_Curve and Adaptor3d_Surface now inherit Standard_Transient. Interfaces Adaptor2d_HCurve2d, Adaptor3d_HCurve, Adaptor3d_HSurface and their subclasses are now aliases to Adaptor2d_Curve2d, Adaptor3d_Curve and Adaptor3d_Surface. Removed numerous unsafe reinterpret casts. Generic classes Adaptor3d_GenHCurve, Adaptor3d_GenHSurface, Adaptor2d_GenHCurve2d have been removed. Several redundant .lxx files have been merged into .hxx. Removed obsolete adaptor classes with H suffix.
This commit is contained in:
@@ -17,26 +17,20 @@
|
||||
#ifndef _ChFiDS_Spine_HeaderFile
|
||||
#define _ChFiDS_Spine_HeaderFile
|
||||
|
||||
#include <Standard.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
#include <BRepAdaptor_Curve.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <ChFiDS_State.hxx>
|
||||
#include <TopTools_SequenceOfShape.hxx>
|
||||
#include <TColStd_HArray1OfReal.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <ChFiDS_ListOfHElSpine.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <gp_Vec.hxx>
|
||||
#include <ChFiDS_ErrorStatus.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <GeomAbs_CurveType.hxx>
|
||||
#include <ChFiDS_ChamfMode.hxx>
|
||||
#include <ChFiDS_ErrorStatus.hxx>
|
||||
#include <ChFiDS_ListOfHElSpine.hxx>
|
||||
#include <ChFiDS_State.hxx>
|
||||
#include <ChFiDS_TypeOfConcavity.hxx>
|
||||
#include <ChFiDS_ElSpine.hxx>
|
||||
#include <TColStd_HArray1OfReal.hxx>
|
||||
#include <TopTools_SequenceOfShape.hxx>
|
||||
|
||||
class TopoDS_Edge;
|
||||
class ChFiDS_HElSpine;
|
||||
class gp_Lin;
|
||||
class gp_Circ;
|
||||
class TopoDS_Vertex;
|
||||
@@ -108,15 +102,15 @@ public:
|
||||
//! section of free border or forms a closed contour
|
||||
void SetLastStatus (const ChFiDS_State S);
|
||||
|
||||
Standard_EXPORT virtual void AppendElSpine (const Handle(ChFiDS_HElSpine)& Els);
|
||||
Standard_EXPORT virtual void AppendElSpine (const Handle(ChFiDS_ElSpine)& Els);
|
||||
|
||||
Standard_EXPORT virtual void AppendOffsetElSpine (const Handle(ChFiDS_HElSpine)& Els);
|
||||
Standard_EXPORT virtual void AppendOffsetElSpine (const Handle(ChFiDS_ElSpine)& Els);
|
||||
|
||||
Standard_EXPORT Handle(ChFiDS_HElSpine) ElSpine (const Standard_Integer IE) const;
|
||||
Standard_EXPORT Handle(ChFiDS_ElSpine) ElSpine (const Standard_Integer IE) const;
|
||||
|
||||
Standard_EXPORT Handle(ChFiDS_HElSpine) ElSpine (const TopoDS_Edge& E) const;
|
||||
Standard_EXPORT Handle(ChFiDS_ElSpine) ElSpine (const TopoDS_Edge& E) const;
|
||||
|
||||
Standard_EXPORT Handle(ChFiDS_HElSpine) ElSpine (const Standard_Real W) const;
|
||||
Standard_EXPORT Handle(ChFiDS_ElSpine) ElSpine (const Standard_Real W) const;
|
||||
|
||||
Standard_EXPORT ChFiDS_ListOfHElSpine& ChangeElSpines();
|
||||
|
||||
|
Reference in New Issue
Block a user