From bbd92927846e56ee3b8b9063430500d8de14d853 Mon Sep 17 00:00:00 2001 From: kgv Date: Fri, 19 Mar 2021 12:37:30 +0300 Subject: [PATCH] 0032230: Coding Rules - remove class headers Graphic3d_HighlightStyle.hxx deprecated since OCCT 7.2.0 Removed unused Graphic3d_HighlightStyle, Graphic3d_CTexture, Graphic3d_MapOfZLayerSettings, Graphic3d_TypeOfComposition, Graphic3d_TypeOfComposition, V3d_Parameter, V3d_ViewPointer, SelectMgr_SequenceOfFilter. Added missing deprecation statements to SelectBasics_SensitiveEntity, SelectMgr_EntityOwner and PrsMgr_Presentation3d. --- src/Graphic3d/FILES | 5 --- src/Graphic3d/Graphic3d_CStructure.hxx | 1 - src/Graphic3d/Graphic3d_CTexture.hxx | 37 ------------------ src/Graphic3d/Graphic3d_GraphicDriver.hxx | 36 +++-------------- src/Graphic3d/Graphic3d_Group.hxx | 6 +-- src/Graphic3d/Graphic3d_HighlightStyle.hxx | 22 ----------- .../Graphic3d_MapOfZLayerSettings.hxx | 24 ------------ src/Graphic3d/Graphic3d_Structure.cxx | 1 - src/Graphic3d/Graphic3d_Structure.hxx | 2 - src/Graphic3d/Graphic3d_Text.hxx | 1 - src/Graphic3d/Graphic3d_TransformError.hxx | 37 ------------------ src/Graphic3d/Graphic3d_TypeOfComposition.hxx | 27 ------------- src/MeshVS/MeshVS_TextPrsBuilder.cxx | 1 - src/OpenGl/OpenGl_Text.hxx | 1 - src/Prs3d/Prs3d_Point.hxx | 1 - src/Prs3d/Prs3d_Text.cxx | 1 - src/PrsMgr/PrsMgr_Presentation3d.hxx | 1 + src/Select3D/Select3D_SensitiveEntity.hxx | 3 +- src/Select3D/Select3D_SensitiveWire.cxx | 2 +- src/SelectMgr/FILES | 2 - src/SelectMgr/SelectMgr_CompositionFilter.hxx | 39 ++++--------------- src/SelectMgr/SelectMgr_CompositionFilter.lxx | 19 --------- src/SelectMgr/SelectMgr_EntityOwner.hxx | 2 +- .../SelectMgr_SelectionImageFiller.cxx | 6 +-- src/SelectMgr/SelectMgr_SensitiveEntity.hxx | 2 +- src/SelectMgr/SelectMgr_SequenceOfFilter.hxx | 26 ------------- src/V3d/FILES | 2 - src/V3d/V3d_Parameter.hxx | 25 ------------ src/V3d/V3d_PositionLight.hxx | 1 - src/V3d/V3d_ViewPointer.hxx | 23 ----------- .../VInspector_ItemPresentableObject.cxx | 2 +- tools/VInspector/VInspector_Tools.cxx | 24 ++++++------ tools/VInspector/VInspector_Tools.hxx | 10 ++--- tools/VInspector/VInspector_ViewModel.hxx | 4 +- tools/VInspector/VInspector_Window.hxx | 3 +- 35 files changed, 44 insertions(+), 355 deletions(-) delete mode 100644 src/Graphic3d/Graphic3d_CTexture.hxx delete mode 100644 src/Graphic3d/Graphic3d_HighlightStyle.hxx delete mode 100644 src/Graphic3d/Graphic3d_MapOfZLayerSettings.hxx delete mode 100644 src/Graphic3d/Graphic3d_TransformError.hxx delete mode 100644 src/Graphic3d/Graphic3d_TypeOfComposition.hxx delete mode 100644 src/SelectMgr/SelectMgr_CompositionFilter.lxx delete mode 100644 src/SelectMgr/SelectMgr_SequenceOfFilter.hxx delete mode 100644 src/V3d/V3d_Parameter.hxx delete mode 100644 src/V3d/V3d_ViewPointer.hxx diff --git a/src/Graphic3d/FILES b/src/Graphic3d/FILES index 3102afae0e..10358b3435 100755 --- a/src/Graphic3d/FILES +++ b/src/Graphic3d/FILES @@ -48,7 +48,6 @@ Graphic3d_ClipPlane.cxx Graphic3d_ClipPlane.hxx Graphic3d_CStructure.cxx Graphic3d_CStructure.hxx -Graphic3d_CTexture.hxx Graphic3d_CubeMap.cxx Graphic3d_CubeMap.hxx Graphic3d_CubeMapOrder.cxx @@ -82,7 +81,6 @@ Graphic3d_GroupAspect.hxx Graphic3d_GroupDefinitionError.hxx Graphic3d_HatchStyle.hxx Graphic3d_HatchStyle.cxx -Graphic3d_HighlightStyle.hxx Graphic3d_PresentationAttributes.hxx Graphic3d_PresentationAttributes.cxx Graphic3d_HorizontalTextAlignment.hxx @@ -95,7 +93,6 @@ Graphic3d_MapOfAspectsToAspects.hxx Graphic3d_MapIteratorOfMapOfStructure.hxx Graphic3d_MapOfObject.hxx Graphic3d_MapOfStructure.hxx -Graphic3d_MapOfZLayerSettings.hxx Graphic3d_MarkerImage.cxx Graphic3d_MarkerImage.hxx Graphic3d_MarkerImage.pxx @@ -174,7 +171,6 @@ Graphic3d_TextureSet.cxx Graphic3d_TextureSet.hxx Graphic3d_TextureSetBits.hxx Graphic3d_ToneMappingMethod.hxx -Graphic3d_TransformError.hxx Graphic3d_TransformPers.hxx Graphic3d_TransformPers.cxx Graphic3d_TransformUtils.hxx @@ -182,7 +178,6 @@ Graphic3d_TransModeFlags.hxx Graphic3d_TypeOfAnswer.hxx Graphic3d_TypeOfBackfacingModel.hxx Graphic3d_TypeOfBackground.hxx -Graphic3d_TypeOfComposition.hxx Graphic3d_TypeOfConnection.hxx Graphic3d_TypeOfLightSource.hxx Graphic3d_TypeOfLimit.hxx diff --git a/src/Graphic3d/Graphic3d_CStructure.hxx b/src/Graphic3d/Graphic3d_CStructure.hxx index 6ce2599277..3cbd249a66 100644 --- a/src/Graphic3d/Graphic3d_CStructure.hxx +++ b/src/Graphic3d/Graphic3d_CStructure.hxx @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include diff --git a/src/Graphic3d/Graphic3d_CTexture.hxx b/src/Graphic3d/Graphic3d_CTexture.hxx deleted file mode 100644 index edea7f6ccb..0000000000 --- a/src/Graphic3d/Graphic3d_CTexture.hxx +++ /dev/null @@ -1,37 +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. - -#ifndef _Graphic3d_CTexture_HeaderFile -#define _Graphic3d_CTexture_HeaderFile - -#include - -class Graphic3d_CTexture -{ - -public: - - Graphic3d_CTexture() - : doTextureMap (0) - { - // - } - -public: - - Handle(Graphic3d_TextureMap) TextureMap; //!< handle to texture - int doTextureMap; //!< flag indicates to use texture or not - -}; - -#endif // Graphic3d_CTexture_HeaderFile diff --git a/src/Graphic3d/Graphic3d_GraphicDriver.hxx b/src/Graphic3d/Graphic3d_GraphicDriver.hxx index ca6fbfb4bd..2d3aa21bde 100644 --- a/src/Graphic3d/Graphic3d_GraphicDriver.hxx +++ b/src/Graphic3d/Graphic3d_GraphicDriver.hxx @@ -17,47 +17,21 @@ #ifndef _Graphic3d_GraphicDriver_HeaderFile #define _Graphic3d_GraphicDriver_HeaderFile -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include #include -#include +#include +#include #include #include -#include -#include #include -#include -#include +#include +#include #include class Aspect_DisplayConnection; +class Aspect_Window; class Graphic3d_CView; -class Graphic3d_GraphicDriver; class Graphic3d_Layer; -class Graphic3d_TransformError; -class Graphic3d_Structure; class Graphic3d_StructureManager; -class Graphic3d_ViewManager; -class Quantity_Color; class TCollection_AsciiString; DEFINE_STANDARD_HANDLE(Graphic3d_GraphicDriver, Standard_Transient) diff --git a/src/Graphic3d/Graphic3d_Group.hxx b/src/Graphic3d/Graphic3d_Group.hxx index a49c6d4d18..e13fc5b674 100644 --- a/src/Graphic3d/Graphic3d_Group.hxx +++ b/src/Graphic3d/Graphic3d_Group.hxx @@ -125,9 +125,6 @@ public: //! Adds an array of primitives for display Standard_EXPORT void AddPrimitiveArray (const Handle(Graphic3d_ArrayOfPrimitives)& thePrim, const Standard_Boolean theToEvalMinMax = Standard_True); - //! Creates a primitive array with single marker using AddPrimitiveArray(). - Standard_EXPORT void Marker (const Graphic3d_Vertex& thePoint, const Standard_Boolean theToEvalMinMax = Standard_True); - public: //! sets the stencil test to theIsEnabled state; @@ -173,6 +170,9 @@ public: //! @name obsolete methods public: + Standard_DEPRECATED("Deprecated method Marker(), pass Graphic3d_ArrayOfPoints to AddPrimitiveArray() instead") + Standard_EXPORT void Marker (const Graphic3d_Vertex& thePoint, const Standard_Boolean theToEvalMinMax = Standard_True); + //! Creates the string at position . //! The 3D point of attachment is projected. The text is //! written in the plane of projection. diff --git a/src/Graphic3d/Graphic3d_HighlightStyle.hxx b/src/Graphic3d/Graphic3d_HighlightStyle.hxx deleted file mode 100644 index e3329a2d04..0000000000 --- a/src/Graphic3d/Graphic3d_HighlightStyle.hxx +++ /dev/null @@ -1,22 +0,0 @@ -// Created on: 2016-08-24 -// Created by: Varvara POSKONINA -// Copyright (c) 2016 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 _Graphic3d_HighlightStyle_HeaderFile -#define _Graphic3d_HighlightStyle_HeaderFile - -// header file for deprecated type Graphic3d_HighlightStyle -#include - -#endif // _Graphic3d_HighlightStyle_HeaderFile diff --git a/src/Graphic3d/Graphic3d_MapOfZLayerSettings.hxx b/src/Graphic3d/Graphic3d_MapOfZLayerSettings.hxx deleted file mode 100644 index 944d14aafd..0000000000 --- a/src/Graphic3d/Graphic3d_MapOfZLayerSettings.hxx +++ /dev/null @@ -1,24 +0,0 @@ -// Copyright (c) 2019 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 _Vulkan_MapOfZLayerSettings_HeaderFile -#define _Vulkan_MapOfZLayerSettings_HeaderFile - -#include -#include -#include -#include - -typedef NCollection_DataMap Graphic3d_MapOfZLayerSettings; - -#endif // _Vulkan_MapOfZLayerSettings_HeaderFile diff --git a/src/Graphic3d/Graphic3d_Structure.cxx b/src/Graphic3d/Graphic3d_Structure.cxx index 3aa4780fdb..a3f1e4e4d4 100644 --- a/src/Graphic3d/Graphic3d_Structure.cxx +++ b/src/Graphic3d/Graphic3d_Structure.cxx @@ -25,7 +25,6 @@ #include #include #include -#include #include #include "Graphic3d_Structure.pxx" diff --git a/src/Graphic3d/Graphic3d_Structure.hxx b/src/Graphic3d/Graphic3d_Structure.hxx index eccb2309d4..148bb21d69 100644 --- a/src/Graphic3d/Graphic3d_Structure.hxx +++ b/src/Graphic3d/Graphic3d_Structure.hxx @@ -23,12 +23,10 @@ #include #include #include -#include #include #include #include #include -#include #include #include diff --git a/src/Graphic3d/Graphic3d_Text.hxx b/src/Graphic3d/Graphic3d_Text.hxx index 76e2dd47b7..9d312cb132 100644 --- a/src/Graphic3d/Graphic3d_Text.hxx +++ b/src/Graphic3d/Graphic3d_Text.hxx @@ -16,7 +16,6 @@ #include -#include #include #include #include diff --git a/src/Graphic3d/Graphic3d_TransformError.hxx b/src/Graphic3d/Graphic3d_TransformError.hxx deleted file mode 100644 index cb32af63be..0000000000 --- a/src/Graphic3d/Graphic3d_TransformError.hxx +++ /dev/null @@ -1,37 +0,0 @@ -// Created on: 1993-03-31 -// Created by: NW,JPB,CAL -// Copyright (c) 1993-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. - -#ifndef _Graphic3d_TransformError_HeaderFile -#define _Graphic3d_TransformError_HeaderFile - -#include -#include -#include -#include - -class Graphic3d_TransformError; -DEFINE_STANDARD_HANDLE(Graphic3d_TransformError, Standard_OutOfRange) - -#if !defined No_Exception && !defined No_Graphic3d_TransformError - #define Graphic3d_TransformError_Raise_if(CONDITION, MESSAGE) \ - if (CONDITION) throw Graphic3d_TransformError(MESSAGE); -#else - #define Graphic3d_TransformError_Raise_if(CONDITION, MESSAGE) -#endif - -DEFINE_STANDARD_EXCEPTION(Graphic3d_TransformError, Standard_OutOfRange) - -#endif // _Graphic3d_TransformError_HeaderFile diff --git a/src/Graphic3d/Graphic3d_TypeOfComposition.hxx b/src/Graphic3d/Graphic3d_TypeOfComposition.hxx deleted file mode 100644 index 3ccc97c76d..0000000000 --- a/src/Graphic3d/Graphic3d_TypeOfComposition.hxx +++ /dev/null @@ -1,27 +0,0 @@ -// Created on: 1993-03-31 -// Created by: NW,JPB,CAL -// Copyright (c) 1993-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. - -#ifndef _Graphic3d_TypeOfComposition_HeaderFile -#define _Graphic3d_TypeOfComposition_HeaderFile - -//! To manage the transformation matrices of structures. -enum Graphic3d_TypeOfComposition -{ -Graphic3d_TOC_REPLACE, -Graphic3d_TOC_POSTCONCATENATE -}; - -#endif // _Graphic3d_TypeOfComposition_HeaderFile diff --git a/src/MeshVS/MeshVS_TextPrsBuilder.cxx b/src/MeshVS/MeshVS_TextPrsBuilder.cxx index 02213e1cff..ed7dcebdf3 100644 --- a/src/MeshVS/MeshVS_TextPrsBuilder.cxx +++ b/src/MeshVS/MeshVS_TextPrsBuilder.cxx @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include diff --git a/src/OpenGl/OpenGl_Text.hxx b/src/OpenGl/OpenGl_Text.hxx index 5d8ac6f7d5..a42a736058 100755 --- a/src/OpenGl/OpenGl_Text.hxx +++ b/src/OpenGl/OpenGl_Text.hxx @@ -22,7 +22,6 @@ #include #include -#include #include #include #include diff --git a/src/Prs3d/Prs3d_Point.hxx b/src/Prs3d/Prs3d_Point.hxx index 1c5ce9ea9e..c324f27f0c 100755 --- a/src/Prs3d/Prs3d_Point.hxx +++ b/src/Prs3d/Prs3d_Point.hxx @@ -15,7 +15,6 @@ #define _Prs3d_Point_H__ #include -#include #include #include #include diff --git a/src/Prs3d/Prs3d_Text.cxx b/src/Prs3d/Prs3d_Text.cxx index 35b9d3531a..2fa7ccf106 100644 --- a/src/Prs3d/Prs3d_Text.cxx +++ b/src/Prs3d/Prs3d_Text.cxx @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include diff --git a/src/PrsMgr/PrsMgr_Presentation3d.hxx b/src/PrsMgr/PrsMgr_Presentation3d.hxx index aee9032b01..7b82a80a9b 100644 --- a/src/PrsMgr/PrsMgr_Presentation3d.hxx +++ b/src/PrsMgr/PrsMgr_Presentation3d.hxx @@ -19,6 +19,7 @@ #include +Standard_DEPRECATED("Deprecated alias to PrsMgr_Presentation3d") typedef PrsMgr_Presentation PrsMgr_Presentation3d; typedef Handle_PrsMgr_Presentation Handle_PrsMgr_Presentation3d; diff --git a/src/Select3D/Select3D_SensitiveEntity.hxx b/src/Select3D/Select3D_SensitiveEntity.hxx index f99df8fcdb..3015a14d5b 100644 --- a/src/Select3D/Select3D_SensitiveEntity.hxx +++ b/src/Select3D/Select3D_SensitiveEntity.hxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include @@ -110,7 +109,7 @@ protected: DEFINE_STANDARD_HANDLE(Select3D_SensitiveEntity, Standard_Transient) -// for porting old code +Standard_DEPRECATED("Deprecated alias - Select3D_SensitiveEntity should be used instead") typedef Select3D_SensitiveEntity SelectBasics_SensitiveEntity; #endif // _Select3D_SensitiveEntity_HeaderFile diff --git a/src/Select3D/Select3D_SensitiveWire.cxx b/src/Select3D/Select3D_SensitiveWire.cxx index 4a1101f532..ff6479dd72 100644 --- a/src/Select3D/Select3D_SensitiveWire.cxx +++ b/src/Select3D/Select3D_SensitiveWire.cxx @@ -118,7 +118,7 @@ Standard_Boolean Select3D_SensitiveWire::overlapsElement (SelectBasics_PickResul Standard_Boolean ) { const Standard_Integer aSensitiveIdx = myEntityIndexes.Value (theElemIdx); - const Handle(SelectBasics_SensitiveEntity)& aSeg = myEntities.Value (aSensitiveIdx); + const Handle(Select3D_SensitiveEntity)& aSeg = myEntities.Value (aSensitiveIdx); return aSeg->Matches (theMgr, thePickResult); } diff --git a/src/SelectMgr/FILES b/src/SelectMgr/FILES index 1d0c16f887..315af35eef 100755 --- a/src/SelectMgr/FILES +++ b/src/SelectMgr/FILES @@ -10,7 +10,6 @@ SelectMgr_BVHThreadPool.cxx SelectMgr_BVHThreadPool.hxx SelectMgr_CompositionFilter.cxx SelectMgr_CompositionFilter.hxx -SelectMgr_CompositionFilter.lxx SelectMgr_EntityOwner.cxx SelectMgr_EntityOwner.hxx SelectMgr_Filter.cxx @@ -45,7 +44,6 @@ SelectMgr_SensitiveEntity.cxx SelectMgr_SensitiveEntity.hxx SelectMgr_SensitiveEntitySet.cxx SelectMgr_SensitiveEntitySet.hxx -SelectMgr_SequenceOfFilter.hxx SelectMgr_SequenceOfOwner.hxx SelectMgr_SequenceOfSelection.hxx SelectMgr_SortCriterion.hxx diff --git a/src/SelectMgr/SelectMgr_CompositionFilter.hxx b/src/SelectMgr/SelectMgr_CompositionFilter.hxx index d84bdad3a1..2ce3a0c173 100644 --- a/src/SelectMgr/SelectMgr_CompositionFilter.hxx +++ b/src/SelectMgr/SelectMgr_CompositionFilter.hxx @@ -17,17 +17,10 @@ #ifndef _SelectMgr_CompositionFilter_HeaderFile #define _SelectMgr_CompositionFilter_HeaderFile -#include -#include - #include #include -#include #include -class SelectMgr_Filter; - -class SelectMgr_CompositionFilter; DEFINE_STANDARD_HANDLE(SelectMgr_CompositionFilter, SelectMgr_Filter) //! A framework to define a compound filter composed of @@ -37,51 +30,33 @@ class SelectMgr_CompositionFilter : public SelectMgr_Filter public: - //! Adds the filter afilter to a filter object created by a //! filter class inheriting this framework. Standard_EXPORT void Add (const Handle(SelectMgr_Filter)& afilter); - + //! Removes the filter aFilter from this framework. Standard_EXPORT void Remove (const Handle(SelectMgr_Filter)& aFilter); - + //! Returns true if this framework is empty. Standard_EXPORT Standard_Boolean IsEmpty() const; - + //! Returns true if the filter aFilter is in this framework. Standard_EXPORT Standard_Boolean IsIn (const Handle(SelectMgr_Filter)& aFilter) const; - + //! Returns the list of stored filters from this framework. - const SelectMgr_ListOfFilter& StoredFilters() const; - + const SelectMgr_ListOfFilter& StoredFilters() const { return myFilters; } + //! Clears the filters used in this framework. Standard_EXPORT void Clear(); - + Standard_EXPORT virtual Standard_Boolean ActsOn (const TopAbs_ShapeEnum aStandardMode) const Standard_OVERRIDE; - - - DEFINE_STANDARD_RTTIEXT(SelectMgr_CompositionFilter,SelectMgr_Filter) protected: - SelectMgr_ListOfFilter myFilters; - -private: - - - - }; - -#include - - - - - #endif // _SelectMgr_CompositionFilter_HeaderFile diff --git a/src/SelectMgr/SelectMgr_CompositionFilter.lxx b/src/SelectMgr/SelectMgr_CompositionFilter.lxx deleted file mode 100644 index fe1bb184a8..0000000000 --- a/src/SelectMgr/SelectMgr_CompositionFilter.lxx +++ /dev/null @@ -1,19 +0,0 @@ -// Created on: 1997-01-21 -// Created by: Robert COUBLANC -// 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. - -inline const SelectMgr_ListOfFilter& SelectMgr_CompositionFilter:: -StoredFilters() const -{return myFilters;} diff --git a/src/SelectMgr/SelectMgr_EntityOwner.hxx b/src/SelectMgr/SelectMgr_EntityOwner.hxx index dfe1bbb7f8..f2cebbbdc2 100644 --- a/src/SelectMgr/SelectMgr_EntityOwner.hxx +++ b/src/SelectMgr/SelectMgr_EntityOwner.hxx @@ -211,7 +211,7 @@ protected: DEFINE_STANDARD_HANDLE(SelectMgr_EntityOwner, Standard_Transient) -// for porting old code +Standard_DEPRECATED("Deprecated alias - SelectMgr_EntityOwner should be used instead") typedef SelectMgr_EntityOwner SelectBasics_EntityOwner; #endif // _SelectMgr_EntityOwner_HeaderFile diff --git a/src/SelectMgr/SelectMgr_SelectionImageFiller.cxx b/src/SelectMgr/SelectMgr_SelectionImageFiller.cxx index 7bfa8ce505..2f4db469e8 100644 --- a/src/SelectMgr/SelectMgr_SelectionImageFiller.cxx +++ b/src/SelectMgr/SelectMgr_SelectionImageFiller.cxx @@ -192,8 +192,8 @@ namespace const Handle(SelectMgr_Selection)& aSel = aSelIter.Value(); for (NCollection_Vector::Iterator aSelEntIter (aSel->Entities()); aSelEntIter.More(); aSelEntIter.Next()) { - const Handle(SelectMgr_SensitiveEntity)& aSens = aSelEntIter.Value(); - const Handle(SelectBasics_EntityOwner)& anOwner = aSens->BaseSensitive()->OwnerId(); + const Handle(SelectMgr_SensitiveEntity)& aSens = aSelEntIter.Value(); + const Handle(SelectMgr_EntityOwner)& anOwner = aSens->BaseSensitive()->OwnerId(); if (!myMapOwnerColors.IsBound (anOwner)) { Quantity_Color aColor; @@ -223,7 +223,7 @@ namespace } protected: - NCollection_DataMap myMapOwnerColors; + NCollection_DataMap myMapOwnerColors; }; //! Help class for filling pixel with random color for each selection mode. diff --git a/src/SelectMgr/SelectMgr_SensitiveEntity.hxx b/src/SelectMgr/SelectMgr_SensitiveEntity.hxx index eacf12b605..a6343d4abb 100644 --- a/src/SelectMgr/SelectMgr_SensitiveEntity.hxx +++ b/src/SelectMgr/SelectMgr_SensitiveEntity.hxx @@ -16,7 +16,7 @@ #ifndef _SelectMgr_SensitiveEntity_HeaderFile #define _SelectMgr_SensitiveEntity_HeaderFile -#include +#include #include #include diff --git a/src/SelectMgr/SelectMgr_SequenceOfFilter.hxx b/src/SelectMgr/SelectMgr_SequenceOfFilter.hxx deleted file mode 100644 index 79eac17e99..0000000000 --- a/src/SelectMgr/SelectMgr_SequenceOfFilter.hxx +++ /dev/null @@ -1,26 +0,0 @@ -// Created on: 1995-02-06 -// Created by: Mister rmi -// 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. - -#ifndef SelectMgr_SequenceOfFilter_HeaderFile -#define SelectMgr_SequenceOfFilter_HeaderFile - -#include -#include - -typedef NCollection_Sequence SelectMgr_SequenceOfFilter; - - -#endif diff --git a/src/V3d/FILES b/src/V3d/FILES index 45e08ec58f..3c3d59a4e9 100755 --- a/src/V3d/FILES +++ b/src/V3d/FILES @@ -11,7 +11,6 @@ V3d_ImageDumpOptions.hxx V3d_Light.hxx V3d_ListOfLight.hxx V3d_ListOfView.hxx -V3d_Parameter.hxx V3d_Plane.cxx V3d_Plane.hxx V3d_PositionalLight.cxx @@ -38,4 +37,3 @@ V3d_View.hxx V3d_Viewer.cxx V3d_Viewer.hxx V3d_ViewerPointer.hxx -V3d_ViewPointer.hxx diff --git a/src/V3d/V3d_Parameter.hxx b/src/V3d/V3d_Parameter.hxx deleted file mode 100644 index 9e96a31bdc..0000000000 --- a/src/V3d/V3d_Parameter.hxx +++ /dev/null @@ -1,25 +0,0 @@ -// Created on: 1992-11-13 -// Created by: GG -// Copyright (c) 1992-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. - -#ifndef _V3d_Parameter_HeaderFile -#define _V3d_Parameter_HeaderFile - -#include - -typedef Standard_Real V3d_Parameter; - - -#endif // _V3d_Parameter_HeaderFile diff --git a/src/V3d/V3d_PositionLight.hxx b/src/V3d/V3d_PositionLight.hxx index 42c78be6c9..b206770e68 100644 --- a/src/V3d/V3d_PositionLight.hxx +++ b/src/V3d/V3d_PositionLight.hxx @@ -17,7 +17,6 @@ #ifndef _V3d_PositionLight_HeaderFile #define _V3d_PositionLight_HeaderFile -#include #include //! Base class for Positional, Spot and Directional Light classes. diff --git a/src/V3d/V3d_ViewPointer.hxx b/src/V3d/V3d_ViewPointer.hxx deleted file mode 100644 index 432226bf35..0000000000 --- a/src/V3d/V3d_ViewPointer.hxx +++ /dev/null @@ -1,23 +0,0 @@ -// Created on: 1992-11-13 -// Created by: GG -// Copyright (c) 1992-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. - -#ifndef _V3d_ViewPointer_HeaderFile -#define _V3d_ViewPointer_HeaderFile - -class V3d_View; -typedef V3d_View* V3d_ViewPointer; - -#endif // _V3d_ViewPointer_HeaderFile diff --git a/tools/VInspector/VInspector_ItemPresentableObject.cxx b/tools/VInspector/VInspector_ItemPresentableObject.cxx index 9babba37ff..94f5025c17 100644 --- a/tools/VInspector/VInspector_ItemPresentableObject.cxx +++ b/tools/VInspector/VInspector_ItemPresentableObject.cxx @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include #include diff --git a/tools/VInspector/VInspector_Tools.cxx b/tools/VInspector/VInspector_Tools.cxx index 8c33d500de..83bc7da199 100644 --- a/tools/VInspector/VInspector_Tools.cxx +++ b/tools/VInspector/VInspector_Tools.cxx @@ -100,7 +100,7 @@ int VInspector_Tools::SelectedOwners (const Handle(AIS_InteractiveContext)& theC // purpose : // ======================================================================= bool VInspector_Tools::IsOwnerSelected (const Handle(AIS_InteractiveContext)& theContext, - const Handle(SelectBasics_EntityOwner)& theOwner) + const Handle(SelectMgr_EntityOwner)& theOwner) { bool anIsSelected = false; for (theContext->InitSelected(); theContext->MoreSelected() && !anIsSelected; theContext->NextSelected()) @@ -112,10 +112,10 @@ bool VInspector_Tools::IsOwnerSelected (const Handle(AIS_InteractiveContext)& th // function : ContextOwners // purpose : // ======================================================================= -NCollection_List VInspector_Tools::ContextOwners ( +NCollection_List VInspector_Tools::ContextOwners ( const Handle(AIS_InteractiveContext)& theContext) { - NCollection_List aResultOwners; + NCollection_List aResultOwners; if (theContext.IsNull()) return aResultOwners; @@ -137,8 +137,8 @@ NCollection_List VInspector_Tools::ContextOwne Handle(SelectMgr_SensitiveEntity) anEntity = aSelEntIter.Value(); if (anEntity.IsNull()) continue; - const Handle(SelectBasics_SensitiveEntity)& aBase = anEntity->BaseSensitive(); - Handle(SelectBasics_EntityOwner) anOwner = aBase->OwnerId(); + const Handle(Select3D_SensitiveEntity)& aBase = anEntity->BaseSensitive(); + Handle(SelectMgr_EntityOwner) anOwner = aBase->OwnerId(); Standard_Transient* anOwnerPtr = anOwner.get(); if (aSelectedIds.contains ((size_t)anOwnerPtr)) continue; @@ -154,22 +154,22 @@ NCollection_List VInspector_Tools::ContextOwne // function : ActiveOwners // purpose : // ======================================================================= -NCollection_List VInspector_Tools::ActiveOwners ( +NCollection_List VInspector_Tools::ActiveOwners ( const Handle(AIS_InteractiveContext)& theContext, - NCollection_List& theEmptySelectableOwners) + NCollection_List& theEmptySelectableOwners) { - NCollection_List aResultOwners; + NCollection_List aResultOwners; // only local context is processed: TODO for global context Handle(AIS_InteractiveContext) aContext = theContext; if (aContext.IsNull()) return aResultOwners; - NCollection_List anActiveOwners; + NCollection_List anActiveOwners; // OCCT BUG:1 - equal pointer owners are appears in the list aContext->MainSelector()->ActiveOwners (anActiveOwners); QList aSelectedIds; // Remember of selected address in order to avoid duplicates Handle(SelectMgr_EntityOwner) anOwner; - for (NCollection_List::Iterator anOwnersIt (anActiveOwners); + for (NCollection_List::Iterator anOwnersIt (anActiveOwners); anOwnersIt.More(); anOwnersIt.Next()) { anOwner = anOwnersIt.Value(); @@ -195,7 +195,7 @@ NCollection_List VInspector_Tools::ActiveOwner // purpose : // ======================================================================= void VInspector_Tools::AddOrRemoveSelectedShapes (const Handle(AIS_InteractiveContext)& theContext, - const NCollection_List& theOwners) + const NCollection_List& theOwners) { // TODO: the next two rows are to be removed later theContext->UnhilightSelected(false); @@ -203,7 +203,7 @@ void VInspector_Tools::AddOrRemoveSelectedShapes (const Handle(AIS_InteractiveCo theContext->UnhilightSelected(Standard_False); - for (NCollection_List::Iterator anOwnersIt(theOwners); + for (NCollection_List::Iterator anOwnersIt(theOwners); anOwnersIt.More(); anOwnersIt.Next()) { Handle(SelectMgr_EntityOwner) anOwner = anOwnersIt.Value(); diff --git a/tools/VInspector/VInspector_Tools.hxx b/tools/VInspector/VInspector_Tools.hxx index 2b65f9d338..6e988a9f06 100644 --- a/tools/VInspector/VInspector_Tools.hxx +++ b/tools/VInspector/VInspector_Tools.hxx @@ -72,27 +72,27 @@ public: //! \param theOwner a selectable owner //! \return boolean value Standard_EXPORT static bool IsOwnerSelected (const Handle(AIS_InteractiveContext)& theContext, - const Handle(SelectBasics_EntityOwner)& theOwner); + const Handle(SelectMgr_EntityOwner)& theOwner); //! Returns all owners present in the context //! \param theContext an interactive context //! \return container of owners - Standard_EXPORT static NCollection_List ContextOwners ( + Standard_EXPORT static NCollection_List ContextOwners ( const Handle(AIS_InteractiveContext)& theContext); //! Returns active owners in main selector of context //! \param theContext an interactive context //! \param theEmptySelectableOwners container of owners with NULL presentation or not displayed presentation //! \return container of owners - Standard_EXPORT static NCollection_List ActiveOwners ( + Standard_EXPORT static NCollection_List ActiveOwners ( const Handle(AIS_InteractiveContext)& theContext, - NCollection_List& theEmptySelectableOwners); + NCollection_List& theEmptySelectableOwners); //! Unhighlight selected, set selected the owners //! \param theContext an interactive context //! \param theOwners a container of owners Standard_EXPORT static void AddOrRemoveSelectedShapes (const Handle(AIS_InteractiveContext)& theContext, - const NCollection_List& theOwners); + const NCollection_List& theOwners); //! Unhighlight selected, set selected presentations //! \param theContext an interactive context diff --git a/tools/VInspector/VInspector_ViewModel.hxx b/tools/VInspector/VInspector_ViewModel.hxx index 906f9f60f7..a6575d7d4a 100644 --- a/tools/VInspector/VInspector_ViewModel.hxx +++ b/tools/VInspector/VInspector_ViewModel.hxx @@ -18,8 +18,8 @@ #include #include -#include -#include +#include + #include #include diff --git a/tools/VInspector/VInspector_Window.hxx b/tools/VInspector/VInspector_Window.hxx index 44cfb1f4f4..3c986eed50 100644 --- a/tools/VInspector/VInspector_Window.hxx +++ b/tools/VInspector/VInspector_Window.hxx @@ -18,8 +18,7 @@ #include #include -#include -#include +#include #include #include