From b9bcbb457b6ce95d80478811880d403a18bf331f Mon Sep 17 00:00:00 2001 From: dpasukhi Date: Sat, 28 Dec 2024 21:14:47 +0000 Subject: [PATCH] Coding - Remove unused source files and clean up header includes #220 --- src/MeshVS/FILES | 1 - src/MeshVS/MeshVS_MeshPrsBuilder.lxx | 12 ------ src/MoniTool/FILES | 1 - src/MoniTool/MoniTool_TimerSentry.cxx | 14 ------- src/RWStepShape/FILES | 1 - ...hape_RWShapeDefinitionRepresentation_1.cxx | 12 ------ src/TopOpeBRep/FILES | 1 - src/TopOpeBRep/TopOpeBRep_DRAW.cxx | 15 -------- src/TopoDS/FILES | 8 ---- src/TopoDS/TopoDS_TCompSolid.hxx | 36 +++--------------- src/TopoDS/TopoDS_TCompSolid.lxx | 24 ------------ src/TopoDS/TopoDS_TCompound.hxx | 36 +++--------------- src/TopoDS/TopoDS_TCompound.lxx | 25 ------------ src/TopoDS/TopoDS_TEdge.hxx | 30 ++------------- src/TopoDS/TopoDS_TEdge.lxx | 24 ------------ src/TopoDS/TopoDS_TFace.hxx | 36 +++--------------- src/TopoDS/TopoDS_TFace.lxx | 24 ------------ src/TopoDS/TopoDS_TShell.hxx | 36 +++--------------- src/TopoDS/TopoDS_TShell.lxx | 24 ------------ src/TopoDS/TopoDS_TSolid.hxx | 36 +++--------------- src/TopoDS/TopoDS_TSolid.lxx | 25 ------------ src/TopoDS/TopoDS_TVertex.hxx | 38 ++++--------------- src/TopoDS/TopoDS_TVertex.lxx | 26 ------------- src/TopoDS/TopoDS_TWire.hxx | 36 +++--------------- src/TopoDS/TopoDS_TWire.lxx | 24 ------------ src/gce/FILES | 1 - src/gce/gce_Root.cxx | 16 -------- 27 files changed, 41 insertions(+), 521 deletions(-) delete mode 100644 src/MeshVS/MeshVS_MeshPrsBuilder.lxx delete mode 100644 src/MoniTool/MoniTool_TimerSentry.cxx delete mode 100644 src/RWStepShape/RWStepShape_RWShapeDefinitionRepresentation_1.cxx delete mode 100644 src/TopOpeBRep/TopOpeBRep_DRAW.cxx delete mode 100644 src/TopoDS/TopoDS_TCompSolid.lxx delete mode 100644 src/TopoDS/TopoDS_TCompound.lxx delete mode 100644 src/TopoDS/TopoDS_TEdge.lxx delete mode 100644 src/TopoDS/TopoDS_TFace.lxx delete mode 100644 src/TopoDS/TopoDS_TShell.lxx delete mode 100644 src/TopoDS/TopoDS_TSolid.lxx delete mode 100644 src/TopoDS/TopoDS_TVertex.lxx delete mode 100644 src/TopoDS/TopoDS_TWire.lxx delete mode 100644 src/gce/gce_Root.cxx diff --git a/src/MeshVS/FILES b/src/MeshVS/FILES index ee58253915..6db45dbe05 100755 --- a/src/MeshVS/FILES +++ b/src/MeshVS/FILES @@ -51,7 +51,6 @@ MeshVS_MeshOwner.cxx MeshVS_MeshOwner.hxx MeshVS_MeshPrsBuilder.cxx MeshVS_MeshPrsBuilder.hxx -MeshVS_MeshPrsBuilder.lxx MeshVS_MeshPtr.hxx MeshVS_MeshSelectionMethod.hxx MeshVS_NodalColorPrsBuilder.cxx diff --git a/src/MeshVS/MeshVS_MeshPrsBuilder.lxx b/src/MeshVS/MeshVS_MeshPrsBuilder.lxx deleted file mode 100644 index d5d9142d68..0000000000 --- a/src/MeshVS/MeshVS_MeshPrsBuilder.lxx +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. diff --git a/src/MoniTool/FILES b/src/MoniTool/FILES index c11833f9c0..93cb2c2a55 100755 --- a/src/MoniTool/FILES +++ b/src/MoniTool/FILES @@ -27,7 +27,6 @@ MoniTool_Stat.hxx MoniTool_Timer.cxx MoniTool_Timer.hxx MoniTool_Timer.lxx -MoniTool_TimerSentry.cxx MoniTool_TimerSentry.hxx MoniTool_TimerSentry.lxx MoniTool_TransientElem.cxx diff --git a/src/MoniTool/MoniTool_TimerSentry.cxx b/src/MoniTool/MoniTool_TimerSentry.cxx deleted file mode 100644 index bdd61525d7..0000000000 --- a/src/MoniTool/MoniTool_TimerSentry.cxx +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -//#include diff --git a/src/RWStepShape/FILES b/src/RWStepShape/FILES index 0642ca6283..b36081e5ff 100755 --- a/src/RWStepShape/FILES +++ b/src/RWStepShape/FILES @@ -140,7 +140,6 @@ RWStepShape_RWSeamEdge.cxx RWStepShape_RWSeamEdge.hxx RWStepShape_RWShapeDefinitionRepresentation.cxx RWStepShape_RWShapeDefinitionRepresentation.hxx -RWStepShape_RWShapeDefinitionRepresentation_1.cxx RWStepShape_RWShapeDimensionRepresentation.cxx RWStepShape_RWShapeDimensionRepresentation.hxx RWStepShape_RWShapeRepresentation.cxx diff --git a/src/RWStepShape/RWStepShape_RWShapeDefinitionRepresentation_1.cxx b/src/RWStepShape/RWStepShape_RWShapeDefinitionRepresentation_1.cxx deleted file mode 100644 index d5d9142d68..0000000000 --- a/src/RWStepShape/RWStepShape_RWShapeDefinitionRepresentation_1.cxx +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. diff --git a/src/TopOpeBRep/FILES b/src/TopOpeBRep/FILES index b5ff405806..bc74ca7523 100755 --- a/src/TopOpeBRep/FILES +++ b/src/TopOpeBRep/FILES @@ -8,7 +8,6 @@ TopOpeBRep_Bipoint.hxx TopOpeBRep_DataMapIteratorOfDataMapOfTopolTool.hxx TopOpeBRep_DataMapOfTopolTool.hxx TopOpeBRep_define.hxx -TopOpeBRep_DRAW.cxx TopOpeBRep_DRAW.hxx TopOpeBRep_DSFiller.cxx TopOpeBRep_DSFiller.hxx diff --git a/src/TopOpeBRep/TopOpeBRep_DRAW.cxx b/src/TopOpeBRep/TopOpeBRep_DRAW.cxx deleted file mode 100644 index dffe98650d..0000000000 --- a/src/TopOpeBRep/TopOpeBRep_DRAW.cxx +++ /dev/null @@ -1,15 +0,0 @@ -// Created on: 1997-11-26 -// Created by: Jean Yves LEBEY -// Copyright (c) 1997-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. diff --git a/src/TopoDS/FILES b/src/TopoDS/FILES index cc0d9a6ae4..d7e34f3cb2 100644 --- a/src/TopoDS/FILES +++ b/src/TopoDS/FILES @@ -24,30 +24,22 @@ TopoDS_Shell.hxx TopoDS_Solid.hxx TopoDS_TCompound.cxx TopoDS_TCompound.hxx -TopoDS_TCompound.lxx TopoDS_TCompSolid.cxx TopoDS_TCompSolid.hxx -TopoDS_TCompSolid.lxx TopoDS_TEdge.cxx TopoDS_TEdge.hxx -TopoDS_TEdge.lxx TopoDS_TFace.cxx TopoDS_TFace.hxx -TopoDS_TFace.lxx TopoDS_TShape.cxx TopoDS_TShape.hxx TopoDS_TShell.cxx TopoDS_TShell.hxx -TopoDS_TShell.lxx TopoDS_TSolid.cxx TopoDS_TSolid.hxx -TopoDS_TSolid.lxx TopoDS_TVertex.cxx TopoDS_TVertex.hxx -TopoDS_TVertex.lxx TopoDS_TWire.cxx TopoDS_TWire.hxx -TopoDS_TWire.lxx TopoDS_UnCompatibleShapes.hxx TopoDS_Vertex.hxx TopoDS_Wire.hxx diff --git a/src/TopoDS/TopoDS_TCompSolid.hxx b/src/TopoDS/TopoDS_TCompSolid.hxx index d627a01685..d62e379cf1 100644 --- a/src/TopoDS/TopoDS_TCompSolid.hxx +++ b/src/TopoDS/TopoDS_TCompSolid.hxx @@ -19,10 +19,8 @@ #include #include - -#include #include - +#include class TopoDS_TCompSolid; DEFINE_STANDARD_HANDLE(TopoDS_TCompSolid, TopoDS_TShape) @@ -30,41 +28,17 @@ DEFINE_STANDARD_HANDLE(TopoDS_TCompSolid, TopoDS_TShape) //! A set of solids connected by their faces. class TopoDS_TCompSolid : public TopoDS_TShape { - public: - - //! Creates an empty TCompSolid. - TopoDS_TCompSolid(); - + TopoDS_TCompSolid() : TopoDS_TShape() {} + //! returns COMPSOLID Standard_EXPORT TopAbs_ShapeEnum ShapeType() const Standard_OVERRIDE; - + //! Returns an empty TCompSolid. Standard_EXPORT Handle(TopoDS_TShape) EmptyCopy() const Standard_OVERRIDE; - - - - DEFINE_STANDARD_RTTIEXT(TopoDS_TCompSolid,TopoDS_TShape) - -protected: - - - - -private: - - - - + DEFINE_STANDARD_RTTIEXT(TopoDS_TCompSolid, TopoDS_TShape) }; - -#include - - - - - #endif // _TopoDS_TCompSolid_HeaderFile diff --git a/src/TopoDS/TopoDS_TCompSolid.lxx b/src/TopoDS/TopoDS_TCompSolid.lxx deleted file mode 100644 index a5b6da9ecc..0000000000 --- a/src/TopoDS/TopoDS_TCompSolid.lxx +++ /dev/null @@ -1,24 +0,0 @@ -// Created on: 1991-04-12 -// Created by: Remi LEQUETTE -// Copyright (c) 1991-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -//======================================================================= -//function : TopoDS_TCompSolid -//purpose : -//======================================================================= - -inline TopoDS_TCompSolid::TopoDS_TCompSolid() : TopoDS_TShape() -{ -} diff --git a/src/TopoDS/TopoDS_TCompound.hxx b/src/TopoDS/TopoDS_TCompound.hxx index 0aa85b6c3f..4241359926 100644 --- a/src/TopoDS/TopoDS_TCompound.hxx +++ b/src/TopoDS/TopoDS_TCompound.hxx @@ -19,10 +19,8 @@ #include #include - -#include #include - +#include class TopoDS_TCompound; DEFINE_STANDARD_HANDLE(TopoDS_TCompound, TopoDS_TShape) @@ -30,41 +28,17 @@ DEFINE_STANDARD_HANDLE(TopoDS_TCompound, TopoDS_TShape) //! A TCompound is an all-purpose set of Shapes. class TopoDS_TCompound : public TopoDS_TShape { - public: - - //! Creates an empty TCompound. - TopoDS_TCompound(); - + TopoDS_TCompound() : TopoDS_TShape() { Orientable(Standard_False); } + //! Returns COMPOUND. Standard_EXPORT TopAbs_ShapeEnum ShapeType() const Standard_OVERRIDE; - + //! Returns an empty TCompound. Standard_EXPORT Handle(TopoDS_TShape) EmptyCopy() const Standard_OVERRIDE; - - - - DEFINE_STANDARD_RTTIEXT(TopoDS_TCompound,TopoDS_TShape) - -protected: - - - - -private: - - - - + DEFINE_STANDARD_RTTIEXT(TopoDS_TCompound, TopoDS_TShape) }; - -#include - - - - - #endif // _TopoDS_TCompound_HeaderFile diff --git a/src/TopoDS/TopoDS_TCompound.lxx b/src/TopoDS/TopoDS_TCompound.lxx deleted file mode 100644 index 7732466cc5..0000000000 --- a/src/TopoDS/TopoDS_TCompound.lxx +++ /dev/null @@ -1,25 +0,0 @@ -// Created on: 1991-04-12 -// Created by: Remi LEQUETTE -// Copyright (c) 1991-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -//======================================================================= -//function : TopoDS_TCompound -//purpose : -//======================================================================= - -inline TopoDS_TCompound::TopoDS_TCompound() : TopoDS_TShape() -{ - Orientable(Standard_False); -} diff --git a/src/TopoDS/TopoDS_TEdge.hxx b/src/TopoDS/TopoDS_TEdge.hxx index 5e51314f3a..bbaf0fac89 100644 --- a/src/TopoDS/TopoDS_TEdge.hxx +++ b/src/TopoDS/TopoDS_TEdge.hxx @@ -19,9 +19,8 @@ #include -#include #include - +#include class TopoDS_TEdge; DEFINE_STANDARD_HANDLE(TopoDS_TEdge, TopoDS_TShape) @@ -30,38 +29,15 @@ DEFINE_STANDARD_HANDLE(TopoDS_TEdge, TopoDS_TShape) //! boundary is a set of oriented Vertices. class TopoDS_TEdge : public TopoDS_TShape { - public: - - //! Returns EDGE. Standard_EXPORT TopAbs_ShapeEnum ShapeType() const Standard_OVERRIDE; - - - - DEFINE_STANDARD_RTTIEXT(TopoDS_TEdge,TopoDS_TShape) + DEFINE_STANDARD_RTTIEXT(TopoDS_TEdge, TopoDS_TShape) protected: - - //! Construct an edge. - TopoDS_TEdge(); - - - -private: - - - - + TopoDS_TEdge() : TopoDS_TShape() {} }; - -#include - - - - - #endif // _TopoDS_TEdge_HeaderFile diff --git a/src/TopoDS/TopoDS_TEdge.lxx b/src/TopoDS/TopoDS_TEdge.lxx deleted file mode 100644 index b1e784717c..0000000000 --- a/src/TopoDS/TopoDS_TEdge.lxx +++ /dev/null @@ -1,24 +0,0 @@ -// Created on: 1991-04-11 -// Created by: Remi LEQUETTE -// Copyright (c) 1991-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -//======================================================================= -//function : TopoDS_TEdge -//purpose : -//======================================================================= - -inline TopoDS_TEdge::TopoDS_TEdge() : TopoDS_TShape() -{ -} diff --git a/src/TopoDS/TopoDS_TFace.hxx b/src/TopoDS/TopoDS_TFace.hxx index 48f6c17af1..03b13c3dde 100644 --- a/src/TopoDS/TopoDS_TFace.hxx +++ b/src/TopoDS/TopoDS_TFace.hxx @@ -19,10 +19,8 @@ #include #include - -#include #include - +#include class TopoDS_TFace; DEFINE_STANDARD_HANDLE(TopoDS_TFace, TopoDS_TShape) @@ -32,41 +30,17 @@ DEFINE_STANDARD_HANDLE(TopoDS_TFace, TopoDS_TShape) //! vertices. class TopoDS_TFace : public TopoDS_TShape { - public: - - //! Creates an empty TFace. - TopoDS_TFace(); - + TopoDS_TFace() : TopoDS_TShape() {} + //! returns FACE. Standard_EXPORT TopAbs_ShapeEnum ShapeType() const Standard_OVERRIDE; - + //! Returns an empty TFace. Standard_EXPORT virtual Handle(TopoDS_TShape) EmptyCopy() const Standard_OVERRIDE; - - - - DEFINE_STANDARD_RTTIEXT(TopoDS_TFace,TopoDS_TShape) - -protected: - - - - -private: - - - - + DEFINE_STANDARD_RTTIEXT(TopoDS_TFace, TopoDS_TShape) }; - -#include - - - - - #endif // _TopoDS_TFace_HeaderFile diff --git a/src/TopoDS/TopoDS_TFace.lxx b/src/TopoDS/TopoDS_TFace.lxx deleted file mode 100644 index 7d512ce3d9..0000000000 --- a/src/TopoDS/TopoDS_TFace.lxx +++ /dev/null @@ -1,24 +0,0 @@ -// Created on: 1991-04-12 -// Created by: Remi LEQUETTE -// Copyright (c) 1991-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -//======================================================================= -//function : TopoDS_TFace -//purpose : -//======================================================================= - -inline TopoDS_TFace::TopoDS_TFace() : TopoDS_TShape() -{ -} diff --git a/src/TopoDS/TopoDS_TShell.hxx b/src/TopoDS/TopoDS_TShell.hxx index ce78c1b881..73865e8faa 100644 --- a/src/TopoDS/TopoDS_TShell.hxx +++ b/src/TopoDS/TopoDS_TShell.hxx @@ -19,10 +19,8 @@ #include #include - -#include #include - +#include class TopoDS_TShell; DEFINE_STANDARD_HANDLE(TopoDS_TShell, TopoDS_TShape) @@ -30,41 +28,17 @@ DEFINE_STANDARD_HANDLE(TopoDS_TShell, TopoDS_TShape) //! A set of faces connected by their edges. class TopoDS_TShell : public TopoDS_TShape { - public: - - //! Creates an empty TShell. - TopoDS_TShell(); - + TopoDS_TShell() : TopoDS_TShape() {} + //! Returns SHELL. Standard_EXPORT TopAbs_ShapeEnum ShapeType() const Standard_OVERRIDE; - + //! Returns an empty TShell. Standard_EXPORT Handle(TopoDS_TShape) EmptyCopy() const Standard_OVERRIDE; - - - - DEFINE_STANDARD_RTTIEXT(TopoDS_TShell,TopoDS_TShape) - -protected: - - - - -private: - - - - + DEFINE_STANDARD_RTTIEXT(TopoDS_TShell, TopoDS_TShape) }; - -#include - - - - - #endif // _TopoDS_TShell_HeaderFile diff --git a/src/TopoDS/TopoDS_TShell.lxx b/src/TopoDS/TopoDS_TShell.lxx deleted file mode 100644 index 9921051e19..0000000000 --- a/src/TopoDS/TopoDS_TShell.lxx +++ /dev/null @@ -1,24 +0,0 @@ -// Created on: 1991-04-12 -// Created by: Remi LEQUETTE -// Copyright (c) 1991-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -//======================================================================= -//function : TopoDS_TShell -//purpose : -//======================================================================= - -inline TopoDS_TShell::TopoDS_TShell() : TopoDS_TShape() -{ -} diff --git a/src/TopoDS/TopoDS_TSolid.hxx b/src/TopoDS/TopoDS_TSolid.hxx index c9c020f005..dae34981ee 100644 --- a/src/TopoDS/TopoDS_TSolid.hxx +++ b/src/TopoDS/TopoDS_TSolid.hxx @@ -19,10 +19,8 @@ #include #include - -#include #include - +#include class TopoDS_TSolid; DEFINE_STANDARD_HANDLE(TopoDS_TSolid, TopoDS_TShape) @@ -31,41 +29,17 @@ DEFINE_STANDARD_HANDLE(TopoDS_TSolid, TopoDS_TShape) //! edges and vertices. class TopoDS_TSolid : public TopoDS_TShape { - public: - - //! Creates an empty TSolid. - TopoDS_TSolid(); - + TopoDS_TSolid() : TopoDS_TShape() { Orientable(Standard_False); } + //! returns SOLID. Standard_EXPORT TopAbs_ShapeEnum ShapeType() const Standard_OVERRIDE; - + //! Returns an empty TSolid. Standard_EXPORT Handle(TopoDS_TShape) EmptyCopy() const Standard_OVERRIDE; - - - - DEFINE_STANDARD_RTTIEXT(TopoDS_TSolid,TopoDS_TShape) - -protected: - - - - -private: - - - - + DEFINE_STANDARD_RTTIEXT(TopoDS_TSolid, TopoDS_TShape) }; - -#include - - - - - #endif // _TopoDS_TSolid_HeaderFile diff --git a/src/TopoDS/TopoDS_TSolid.lxx b/src/TopoDS/TopoDS_TSolid.lxx deleted file mode 100644 index 01bf285464..0000000000 --- a/src/TopoDS/TopoDS_TSolid.lxx +++ /dev/null @@ -1,25 +0,0 @@ -// Created on: 1991-04-12 -// Created by: Remi LEQUETTE -// Copyright (c) 1991-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -//======================================================================= -//function : TopoDS_TSolid -//purpose : -//======================================================================= - -inline TopoDS_TSolid::TopoDS_TSolid() : TopoDS_TShape() -{ - Orientable(Standard_False); -} diff --git a/src/TopoDS/TopoDS_TVertex.hxx b/src/TopoDS/TopoDS_TVertex.hxx index d118236ffa..dea501271f 100644 --- a/src/TopoDS/TopoDS_TVertex.hxx +++ b/src/TopoDS/TopoDS_TVertex.hxx @@ -18,56 +18,34 @@ #define _TopoDS_TVertex_HeaderFile #include - -#include #include - - -class TopoDS_TVertex; +#include // resolve name collisions with X11 headers #ifdef Convex #undef Convex #endif +class TopoDS_TVertex; DEFINE_STANDARD_HANDLE(TopoDS_TVertex, TopoDS_TShape) //! A Vertex is a topological point in two or three //! dimensions. class TopoDS_TVertex : public TopoDS_TShape { - public: - - //! Returns VERTEX. Standard_EXPORT TopAbs_ShapeEnum ShapeType() const Standard_OVERRIDE; - - - - DEFINE_STANDARD_RTTIEXT(TopoDS_TVertex,TopoDS_TShape) + DEFINE_STANDARD_RTTIEXT(TopoDS_TVertex, TopoDS_TShape) protected: - - //! Construct a vertex. - TopoDS_TVertex(); - - - -private: - - - - + TopoDS_TVertex() : TopoDS_TShape() + { + Closed(Standard_True); + Convex(Standard_True); + } }; - -#include - - - - - #endif // _TopoDS_TVertex_HeaderFile diff --git a/src/TopoDS/TopoDS_TVertex.lxx b/src/TopoDS/TopoDS_TVertex.lxx deleted file mode 100644 index 2b0cb66ec5..0000000000 --- a/src/TopoDS/TopoDS_TVertex.lxx +++ /dev/null @@ -1,26 +0,0 @@ -// Created on: 1991-04-10 -// Created by: Remi LEQUETTE -// Copyright (c) 1991-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -//======================================================================= -//function : TopoDS_TVertex -//purpose : -//======================================================================= - -inline TopoDS_TVertex::TopoDS_TVertex() : TopoDS_TShape() -{ - Closed(Standard_True); - Convex(Standard_True); -} diff --git a/src/TopoDS/TopoDS_TWire.hxx b/src/TopoDS/TopoDS_TWire.hxx index a4fa87a69f..63d9d67188 100644 --- a/src/TopoDS/TopoDS_TWire.hxx +++ b/src/TopoDS/TopoDS_TWire.hxx @@ -19,10 +19,8 @@ #include #include - -#include #include - +#include class TopoDS_TWire; DEFINE_STANDARD_HANDLE(TopoDS_TWire, TopoDS_TShape) @@ -30,41 +28,17 @@ DEFINE_STANDARD_HANDLE(TopoDS_TWire, TopoDS_TShape) //! A set of edges connected by their vertices. class TopoDS_TWire : public TopoDS_TShape { - public: - - //! Creates an empty TWire. - TopoDS_TWire(); - + TopoDS_TWire() : TopoDS_TShape() {} + //! Returns WIRE. Standard_EXPORT TopAbs_ShapeEnum ShapeType() const Standard_OVERRIDE; - + //! Returns an empty TWire. Standard_EXPORT Handle(TopoDS_TShape) EmptyCopy() const Standard_OVERRIDE; - - - - DEFINE_STANDARD_RTTIEXT(TopoDS_TWire,TopoDS_TShape) - -protected: - - - - -private: - - - - + DEFINE_STANDARD_RTTIEXT(TopoDS_TWire, TopoDS_TShape) }; - -#include - - - - - #endif // _TopoDS_TWire_HeaderFile diff --git a/src/TopoDS/TopoDS_TWire.lxx b/src/TopoDS/TopoDS_TWire.lxx deleted file mode 100644 index 1126cde398..0000000000 --- a/src/TopoDS/TopoDS_TWire.lxx +++ /dev/null @@ -1,24 +0,0 @@ -// Created on: 1991-04-12 -// Created by: Remi LEQUETTE -// Copyright (c) 1991-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -//======================================================================= -//function : TopoDS_TWire -//purpose : -//======================================================================= - -inline TopoDS_TWire::TopoDS_TWire() : TopoDS_TShape() -{ -} diff --git a/src/gce/FILES b/src/gce/FILES index 1834c0c6b7..4c2de8f778 100644 --- a/src/gce/FILES +++ b/src/gce/FILES @@ -45,6 +45,5 @@ gce_MakeTranslation.cxx gce_MakeTranslation.hxx gce_MakeTranslation2d.cxx gce_MakeTranslation2d.hxx -gce_Root.cxx gce_Root.hxx gce_Root.lxx diff --git a/src/gce/gce_Root.cxx b/src/gce/gce_Root.cxx deleted file mode 100644 index 143c25e586..0000000000 --- a/src/gce/gce_Root.cxx +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright (c) 1995-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - - -#include