From 673e133a5102c3a4cc466d8be966991039c9deee Mon Sep 17 00:00:00 2001 From: dpasukhi Date: Thu, 12 Dec 2024 20:39:02 +0000 Subject: [PATCH] Coding - Clear up XSAlgo package #188 Removed XSAlgo_ToolContainer which is have no functionality. Removed XSAlgo_Caller as no more used. Remove XSAlgo_AlgoContainer.lxx as no more needed. --- src/XSAlgo/FILES | 4 -- src/XSAlgo/XSAlgo_AlgoContainer.cxx | 10 ----- src/XSAlgo/XSAlgo_AlgoContainer.hxx | 35 +---------------- src/XSAlgo/XSAlgo_AlgoContainer.lxx | 36 ----------------- src/XSAlgo/XSAlgo_Caller.hxx | 27 ------------- src/XSAlgo/XSAlgo_ToolContainer.cxx | 39 ------------------ src/XSAlgo/XSAlgo_ToolContainer.hxx | 61 ----------------------------- 7 files changed, 2 insertions(+), 210 deletions(-) delete mode 100644 src/XSAlgo/XSAlgo_AlgoContainer.lxx delete mode 100644 src/XSAlgo/XSAlgo_Caller.hxx delete mode 100644 src/XSAlgo/XSAlgo_ToolContainer.cxx delete mode 100644 src/XSAlgo/XSAlgo_ToolContainer.hxx diff --git a/src/XSAlgo/FILES b/src/XSAlgo/FILES index 9e535d2da9..a14e64a73d 100644 --- a/src/XSAlgo/FILES +++ b/src/XSAlgo/FILES @@ -2,7 +2,3 @@ XSAlgo.cxx XSAlgo.hxx XSAlgo_AlgoContainer.cxx XSAlgo_AlgoContainer.hxx -XSAlgo_AlgoContainer.lxx -XSAlgo_Caller.hxx -XSAlgo_ToolContainer.cxx -XSAlgo_ToolContainer.hxx diff --git a/src/XSAlgo/XSAlgo_AlgoContainer.cxx b/src/XSAlgo/XSAlgo_AlgoContainer.cxx index a2a1459c32..9eb4d00983 100644 --- a/src/XSAlgo/XSAlgo_AlgoContainer.cxx +++ b/src/XSAlgo/XSAlgo_AlgoContainer.cxx @@ -56,20 +56,10 @@ #include #include #include -#include #include IMPLEMENT_STANDARD_RTTIEXT(XSAlgo_AlgoContainer,Standard_Transient) -//======================================================================= -//function : XSAlgo_AlgoContainer -//purpose : -//======================================================================= -XSAlgo_AlgoContainer::XSAlgo_AlgoContainer() -{ - myTC = new XSAlgo_ToolContainer; -} - //======================================================================= //function : PrepareForTransfer //purpose : diff --git a/src/XSAlgo/XSAlgo_AlgoContainer.hxx b/src/XSAlgo/XSAlgo_AlgoContainer.hxx index acba23dcfe..6530b99c62 100644 --- a/src/XSAlgo/XSAlgo_AlgoContainer.hxx +++ b/src/XSAlgo/XSAlgo_AlgoContainer.hxx @@ -34,22 +34,13 @@ class Transfer_FinderProcess; class XSAlgo_AlgoContainer; DEFINE_STANDARD_HANDLE(XSAlgo_AlgoContainer, Standard_Transient) - class XSAlgo_AlgoContainer : public Standard_Transient { - public: - //! Empty constructor - Standard_EXPORT XSAlgo_AlgoContainer(); - - //! Sets ToolContainer - void SetToolContainer (const Handle(XSAlgo_ToolContainer)& TC); - - //! Returns ToolContainer - Handle(XSAlgo_ToolContainer) ToolContainer() const; - + XSAlgo_AlgoContainer() {}; + //! Performs actions necessary for preparing environment //! for transfer. Empty in Open version. Standard_EXPORT virtual void PrepareForTransfer() const; @@ -88,29 +79,7 @@ public: //! from item startTPitem Standard_EXPORT virtual void MergeTransferInfo (const Handle(Transfer_FinderProcess)& FP, const Handle(Standard_Transient)& info) const; - - - DEFINE_STANDARD_RTTIEXT(XSAlgo_AlgoContainer,Standard_Transient) - -protected: - - - - -private: - - - Handle(XSAlgo_ToolContainer) myTC; - - }; - -#include - - - - - #endif // _XSAlgo_AlgoContainer_HeaderFile diff --git a/src/XSAlgo/XSAlgo_AlgoContainer.lxx b/src/XSAlgo/XSAlgo_AlgoContainer.lxx deleted file mode 100644 index c8bcd8b353..0000000000 --- a/src/XSAlgo/XSAlgo_AlgoContainer.lxx +++ /dev/null @@ -1,36 +0,0 @@ -// Created on: 2000-01-28 -// Created by: data exchange team -// Copyright (c) 2000-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 - -//======================================================================= -//function : SetToolContainer -//purpose : -//======================================================================= - -inline void XSAlgo_AlgoContainer::SetToolContainer(const Handle(XSAlgo_ToolContainer)& TC) -{ - myTC = TC; -} - -//======================================================================= -//function : ToolContainer -//purpose : -//======================================================================= - -inline Handle(XSAlgo_ToolContainer) XSAlgo_AlgoContainer::ToolContainer() const -{ - return myTC; -} diff --git a/src/XSAlgo/XSAlgo_Caller.hxx b/src/XSAlgo/XSAlgo_Caller.hxx deleted file mode 100644 index d90f4fb989..0000000000 --- a/src/XSAlgo/XSAlgo_Caller.hxx +++ /dev/null @@ -1,27 +0,0 @@ -// Created on: 2000-01-19 -// Created by: data exchange team -// Copyright (c) 2000-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. - -#ifndef _XSAlgo_Caller_HeaderFile -#define _XSAlgo_Caller_HeaderFile - -//! Identifies the caller of the algorithm -enum XSAlgo_Caller -{ -XSAlgo_DEFAULT, -XSAlgo_IGES, -XSAlgo_STEP -}; - -#endif // _XSAlgo_Caller_HeaderFile diff --git a/src/XSAlgo/XSAlgo_ToolContainer.cxx b/src/XSAlgo/XSAlgo_ToolContainer.cxx deleted file mode 100644 index 0e4cb86777..0000000000 --- a/src/XSAlgo/XSAlgo_ToolContainer.cxx +++ /dev/null @@ -1,39 +0,0 @@ -// Created on: 2000-01-19 -// Created by: data exchange team -// Copyright (c) 2000-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 -#include - -IMPLEMENT_STANDARD_RTTIEXT(XSAlgo_ToolContainer,Standard_Transient) - -//======================================================================= -//function : XSAlgo_ToolContainer -//purpose : -//======================================================================= -XSAlgo_ToolContainer::XSAlgo_ToolContainer() -{ -} -/* -//======================================================================= -//function : FixWire -//purpose : -//======================================================================= - -Handle(ShapeFix_Wire) XSAlgo_ToolContainer::FixWire() const -{ - return new ShapeFix_Wire; -} -*/ diff --git a/src/XSAlgo/XSAlgo_ToolContainer.hxx b/src/XSAlgo/XSAlgo_ToolContainer.hxx deleted file mode 100644 index 9b5460ed15..0000000000 --- a/src/XSAlgo/XSAlgo_ToolContainer.hxx +++ /dev/null @@ -1,61 +0,0 @@ -// Created on: 2000-01-19 -// Created by: data exchange team -// Copyright (c) 2000-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. - -#ifndef _XSAlgo_ToolContainer_HeaderFile -#define _XSAlgo_ToolContainer_HeaderFile - -#include -#include - -#include - - -class XSAlgo_ToolContainer; -DEFINE_STANDARD_HANDLE(XSAlgo_ToolContainer, Standard_Transient) - -//! Returns tools used by AlgoContainer -class XSAlgo_ToolContainer : public Standard_Transient -{ - -public: - - - //! Empty constructor - Standard_EXPORT XSAlgo_ToolContainer(); - - - - - DEFINE_STANDARD_RTTIEXT(XSAlgo_ToolContainer,Standard_Transient) - -protected: - - - - -private: - - - - -}; - - - - - - - -#endif // _XSAlgo_ToolContainer_HeaderFile