From 487bf1ceaaf4a187e2bacb6cca547b1e3fcc3a9b Mon Sep 17 00:00:00 2001 From: abv Date: Sat, 7 Nov 2015 21:19:03 +0300 Subject: [PATCH] 0024567: Coding rules - eliminate GCC warning -Wignored-qualifiers Redundant const qualifiers of return types of functions returning values are removed --- src/AIS/AIS_Dimension.cxx | 9 ------- src/AIS/AIS_Dimension.hxx | 2 +- src/BRepFill/BRepFill_Evolved.cxx | 2 +- src/BRepLib/BRepLib_FuseEdges.cxx | 2 +- src/BRepLib/BRepLib_FuseEdges.hxx | 2 +- src/BRepMesh/BRepMesh_VertexInspector.hxx | 2 +- src/DDF/DDF_IOStream.cxx | 2 +- src/DDF/DDF_IOStream.hxx | 2 +- src/Draw/Draw_View.hxx | 12 ++++----- src/FSD/FSD_BinaryFile.cxx | 2 +- src/FSD/FSD_BinaryFile.hxx | 25 +++++------------- src/FSD/FSD_CmpFile.cxx | 2 +- src/FSD/FSD_CmpFile.hxx | 21 ++++----------- src/FSD/FSD_File.cxx | 2 +- src/FSD/FSD_File.hxx | 17 +++--------- .../Graphic3d_GraduatedTrihedron.hxx | 24 ++++++++--------- src/Graphic3d/Graphic3d_ZLayerSettings.hxx | 2 +- src/IGESData/IGESData_ParamReader.cxx | 2 +- src/IGESData/IGESData_ParamReader.hxx | 2 +- src/NCollection/NCollection_AccAllocator.hxx | 9 +++---- src/OpenGl/OpenGl_AspectFace.hxx | 2 +- src/OpenGl/OpenGl_GraphicDriver.hxx | 2 +- src/OpenGl/OpenGl_Layer.hxx | 2 +- src/OpenGl/OpenGl_PrimitiveArray.hxx | 2 +- src/OpenGl/OpenGl_SceneGeometry.hxx | 2 +- src/OpenGl/OpenGl_ShaderStates.hxx | 2 +- src/OpenGl/OpenGl_Structure.hxx | 2 +- src/OpenGl/OpenGl_Texture.cxx | 2 +- src/OpenGl/OpenGl_Texture.hxx | 2 +- src/PrsMgr/PrsMgr_PresentableObject.cxx | 2 +- src/PrsMgr/PrsMgr_PresentableObject.hxx | 6 ++--- src/PrsMgr/PrsMgr_PresentableObject.lxx | 4 +-- .../STEPConstruct_ExternRefs.cxx | 2 +- .../STEPConstruct_ExternRefs.hxx | 2 +- src/Select3D/Select3D_PointData.hxx | 2 +- src/SelectMgr/SelectMgr_Selection.cxx | 2 +- src/SelectMgr/SelectMgr_Selection.hxx | 2 +- .../TCollection_ExtendedString.cxx | 2 +- .../TCollection_ExtendedString.hxx | 2 +- .../TCollection_HExtendedString.cxx | 8 ------ .../TCollection_HExtendedString.hxx | 5 +++- src/TNaming/FILES | 1 - src/TNaming/TNaming_Name.hxx | 26 +++---------------- src/TNaming/TNaming_Name.lxx | 26 ------------------- src/TestTopOpeTools/TestTopOpeTools_Trace.cxx | 4 +-- src/TestTopOpeTools/TestTopOpeTools_Trace.hxx | 4 +-- src/TopOpeBRepTool/FILES | 1 - .../TopOpeBRepTool_FuseEdges.cxx | 2 +- .../TopOpeBRepTool_FuseEdges.hxx | 2 +- .../TopOpeBRepTool_PurgeInternalEdges.cxx | 2 +- .../TopOpeBRepTool_PurgeInternalEdges.hxx | 24 +++++------------ .../TopOpeBRepTool_PurgeInternalEdges.lxx | 20 -------------- 52 files changed, 92 insertions(+), 220 deletions(-) delete mode 100755 src/TNaming/TNaming_Name.lxx delete mode 100644 src/TopOpeBRepTool/TopOpeBRepTool_PurgeInternalEdges.lxx diff --git a/src/AIS/AIS_Dimension.cxx b/src/AIS/AIS_Dimension.cxx index e235d142b9..6dff6bab65 100755 --- a/src/AIS/AIS_Dimension.cxx +++ b/src/AIS/AIS_Dimension.cxx @@ -137,15 +137,6 @@ const gp_Pln& AIS_Dimension::GetPlane() const return myPlane; } -//======================================================================= -//function : GetGeometryType -//purpose : -//======================================================================= -const Standard_Integer AIS_Dimension::GetGeometryType () const -{ - return myGeometryType; -} - //======================================================================= //function : SetUserPlane //purpose : diff --git a/src/AIS/AIS_Dimension.hxx b/src/AIS/AIS_Dimension.hxx index 12de735247..9ec65911f1 100755 --- a/src/AIS/AIS_Dimension.hxx +++ b/src/AIS/AIS_Dimension.hxx @@ -249,7 +249,7 @@ public: //! Geometry type defines type of shapes on which the dimension is to be built. //! @return type of geometry on which the dimension will be built. - Standard_EXPORT const Standard_Integer GetGeometryType () const; + Standard_Integer GetGeometryType () const { return myGeometryType; } //! Sets user-defined plane where the 2D dimension presentation will be placed. //! Checks validity of this plane if geometry has been set already. diff --git a/src/BRepFill/BRepFill_Evolved.cxx b/src/BRepFill/BRepFill_Evolved.cxx index de4f1a4d0e..7f9007e1a4 100644 --- a/src/BRepFill/BRepFill_Evolved.cxx +++ b/src/BRepFill/BRepFill_Evolved.cxx @@ -127,7 +127,7 @@ static Standard_Integer NbPROFILS = 0; static Standard_Integer NbEDGES = 0; #endif -static const Standard_Real BRepFill_Confusion() +static Standard_Real BRepFill_Confusion() { Standard_Real Tol = 1.e-6; return Tol; diff --git a/src/BRepLib/BRepLib_FuseEdges.cxx b/src/BRepLib/BRepLib_FuseEdges.cxx index 5443dab720..255631b242 100644 --- a/src/BRepLib/BRepLib_FuseEdges.cxx +++ b/src/BRepLib/BRepLib_FuseEdges.cxx @@ -308,7 +308,7 @@ void BRepLib_FuseEdges::Faces(TopTools_DataMapOfShapeShape& theMapFac) //purpose : //======================================================================= -const Standard_Integer BRepLib_FuseEdges::NbVertices() +Standard_Integer BRepLib_FuseEdges::NbVertices() { Standard_NullObject_Raise_if(myShape.IsNull(),"FuseEdges : No Shape"); diff --git a/src/BRepLib/BRepLib_FuseEdges.hxx b/src/BRepLib/BRepLib_FuseEdges.hxx index aed32d9482..436795cc9d 100644 --- a/src/BRepLib/BRepLib_FuseEdges.hxx +++ b/src/BRepLib/BRepLib_FuseEdges.hxx @@ -85,7 +85,7 @@ public: Standard_EXPORT TopoDS_Shape& Shape(); //! returns the number of vertices candidate to be removed - Standard_EXPORT const Standard_Integer NbVertices(); + Standard_EXPORT Standard_Integer NbVertices(); //! Using map of list of connex edges, fuse each list to //! one edge and then update myShape diff --git a/src/BRepMesh/BRepMesh_VertexInspector.hxx b/src/BRepMesh/BRepMesh_VertexInspector.hxx index 0d92db1107..39d6e8f59c 100644 --- a/src/BRepMesh/BRepMesh_VertexInspector.hxx +++ b/src/BRepMesh/BRepMesh_VertexInspector.hxx @@ -113,7 +113,7 @@ public: } //! Returns index of point coinciding with regerence one. - inline const Standard_Integer GetCoincidentPoint() const + inline Standard_Integer GetCoincidentPoint() const { if ( myResIndices.Size() > 0 ) { diff --git a/src/DDF/DDF_IOStream.cxx b/src/DDF/DDF_IOStream.cxx index 46cd875399..d86bdd0241 100644 --- a/src/DDF/DDF_IOStream.cxx +++ b/src/DDF/DDF_IOStream.cxx @@ -162,7 +162,7 @@ Storage_Error DDF_IOStream::Close() //purpose : //======================================================================= -const Standard_CString DDF_IOStream::MagicNumber() +Standard_CString DDF_IOStream::MagicNumber() { return MAGICNUMBER; } //======================================================================= diff --git a/src/DDF/DDF_IOStream.hxx b/src/DDF/DDF_IOStream.hxx index de41a7976a..51369449c7 100644 --- a/src/DDF/DDF_IOStream.hxx +++ b/src/DDF/DDF_IOStream.hxx @@ -210,7 +210,7 @@ private: // Methods PRIVATE // -static const Standard_CString MagicNumber() ; +static Standard_CString MagicNumber() ; // Fields PRIVATE diff --git a/src/Draw/Draw_View.hxx b/src/Draw/Draw_View.hxx index f5328957eb..4cebd3e3d2 100644 --- a/src/Draw/Draw_View.hxx +++ b/src/Draw/Draw_View.hxx @@ -77,19 +77,19 @@ public: // @name getters and setters } //! Gets horizontal offset. - const Standard_Integer GetDx() const + Standard_Integer GetDx() const { return myDx; } //! Gets vertical offset. - const Standard_Integer GetDy() const + Standard_Integer GetDy() const { return myDy; } //! Gets parameter of zoom. - const Standard_Real GetZoom() const + Standard_Real GetZoom() const { return myZoom; } @@ -101,7 +101,7 @@ public: // @name getters and setters } //! Gets focal distance. - const Standard_Real GetFocalDistance() const + Standard_Real GetFocalDistance() const { return myFocalDistance; } @@ -115,13 +115,13 @@ public: //! @name public inline methods } //! Returns true value if current view in 2D mode. - const Standard_Boolean Is2D() const + Standard_Boolean Is2D() const { return myIs2D; } //! Returns true value if current view in perspective mode. - const Standard_Real IsPerspective() const + Standard_Real IsPerspective() const { return myIsPers; } diff --git a/src/FSD/FSD_BinaryFile.cxx b/src/FSD/FSD_BinaryFile.cxx index 119ff51acc..45784601e0 100644 --- a/src/FSD/FSD_BinaryFile.cxx +++ b/src/FSD/FSD_BinaryFile.cxx @@ -150,7 +150,7 @@ Storage_Error FSD_BinaryFile::Close() //purpose : ------------------ PROTECTED //======================================================================= -const Standard_CString FSD_BinaryFile::MagicNumber() +Standard_CString FSD_BinaryFile::MagicNumber() { return MAGICNUMBER; } diff --git a/src/FSD/FSD_BinaryFile.hxx b/src/FSD/FSD_BinaryFile.hxx index 98aa045772..89ff410d22 100644 --- a/src/FSD/FSD_BinaryFile.hxx +++ b/src/FSD/FSD_BinaryFile.hxx @@ -306,29 +306,18 @@ protected: //! write string at the current position. Standard_EXPORT void WriteExtendedString (const TCollection_ExtendedString& buffer); - - +private: + + void WriteHeader(); + + void ReadHeader(); + + static Standard_CString MagicNumber(); private: - - Standard_EXPORT void WriteHeader(); - - Standard_EXPORT void ReadHeader(); - - Standard_EXPORT static const Standard_CString MagicNumber(); - - FSD_BStream myStream; FSD_FileHeader myHeader; - - }; - - - - - - #endif // _FSD_BinaryFile_HeaderFile diff --git a/src/FSD/FSD_CmpFile.cxx b/src/FSD/FSD_CmpFile.cxx index 21e9b8ce34..9259f674e0 100644 --- a/src/FSD/FSD_CmpFile.cxx +++ b/src/FSD/FSD_CmpFile.cxx @@ -163,7 +163,7 @@ Storage_Error FSD_CmpFile::Close() //purpose : ------------------ PROTECTED //======================================================================= -const Standard_CString FSD_CmpFile::MagicNumber() +Standard_CString FSD_CmpFile::MagicNumber() { return MAGICNUMBER; } diff --git a/src/FSD/FSD_CmpFile.hxx b/src/FSD/FSD_CmpFile.hxx index 3ab9987b5b..bf25679d0a 100644 --- a/src/FSD/FSD_CmpFile.hxx +++ b/src/FSD/FSD_CmpFile.hxx @@ -279,26 +279,15 @@ protected: Standard_EXPORT Storage_Error FindTag (const Standard_CString aTag); - - +private: + + static Standard_CString MagicNumber(); + + void RaiseError (const Handle(Standard_Type)& theFailure); private: - - Standard_EXPORT static const Standard_CString MagicNumber(); - - Standard_EXPORT void RaiseError (const Handle(Standard_Type)& theFailure); - - FSD_FStream myStream; - - }; - - - - - - #endif // _FSD_CmpFile_HeaderFile diff --git a/src/FSD/FSD_File.cxx b/src/FSD/FSD_File.cxx index e996cdeeee..7d75f68bd9 100644 --- a/src/FSD/FSD_File.cxx +++ b/src/FSD/FSD_File.cxx @@ -154,7 +154,7 @@ Storage_Error FSD_File::Close() //purpose : ------------------ PROTECTED //======================================================================= -const Standard_CString FSD_File::MagicNumber() +Standard_CString FSD_File::MagicNumber() { return MAGICNUMBER; } diff --git a/src/FSD/FSD_File.hxx b/src/FSD/FSD_File.hxx index 96c7c58816..8f093b0248 100644 --- a/src/FSD/FSD_File.hxx +++ b/src/FSD/FSD_File.hxx @@ -297,24 +297,13 @@ protected: Standard_EXPORT Storage_Error FindTag (const Standard_CString aTag); - - +private: + + static Standard_CString MagicNumber(); private: - - Standard_EXPORT static const Standard_CString MagicNumber(); - - FSD_FStream myStream; - - }; - - - - - - #endif // _FSD_File_HeaderFile diff --git a/src/Graphic3d/Graphic3d_GraduatedTrihedron.hxx b/src/Graphic3d/Graphic3d_GraduatedTrihedron.hxx index 7d9b759ac7..6aee4b3a46 100644 --- a/src/Graphic3d/Graphic3d_GraduatedTrihedron.hxx +++ b/src/Graphic3d/Graphic3d_GraduatedTrihedron.hxx @@ -56,13 +56,13 @@ public: void SetName (const TCollection_ExtendedString& theName) { myName = theName; } const TCollection_ExtendedString& Name() const { return myName; } - const Standard_Boolean ToDrawName() const { return myToDrawName; } + Standard_Boolean ToDrawName() const { return myToDrawName; } void SetDrawName (const Standard_Boolean theToDraw) { myToDrawName = theToDraw; } - const Standard_Boolean ToDrawTickmarks() const { return myToDrawTickmarks; } + Standard_Boolean ToDrawTickmarks() const { return myToDrawTickmarks; } void SetDrawTickmarks (const Standard_Boolean theToDraw) { myToDrawTickmarks = theToDraw; } - const Standard_Boolean ToDrawValues() const { return myToDrawValues; } + Standard_Boolean ToDrawValues() const { return myToDrawValues; } void SetDrawValues (const Standard_Boolean theToDraw) { myToDrawValues = theToDraw; } const Quantity_Color& NameColor() const { return myNameColor; } @@ -74,16 +74,16 @@ public: //! Sets color of axis and values void SetColor (const Quantity_Color& theColor) { myColor = theColor; } - const Standard_Integer TickmarksNumber() const { return myTickmarksNumber; } + Standard_Integer TickmarksNumber() const { return myTickmarksNumber; } void SetTickmarksNumber (const Standard_Integer theValue) { myTickmarksNumber = theValue; } - const Standard_Integer TickmarksLength() const { return myTickmarksLength; } + Standard_Integer TickmarksLength() const { return myTickmarksLength; } void SetTickmarksLength (const Standard_Integer theValue) { myTickmarksLength = theValue; } - const Standard_Integer ValuesOffset() const { return myValuesOffset; } + Standard_Integer ValuesOffset() const { return myValuesOffset; } void SetValuesOffset (const Standard_Integer theValue) { myValuesOffset = theValue; } - const Standard_Integer NameOffset() const { return myNameOffset; } + Standard_Integer NameOffset() const { return myNameOffset; } void SetNameOffset (const Standard_Integer theValue) { myNameOffset = theValue; } protected: @@ -163,16 +163,16 @@ public: return myAxes (theIndex); } - const Standard_ShortReal ArrowsLength() const { return myArrowsLength; } + Standard_ShortReal ArrowsLength() const { return myArrowsLength; } void SetArrowsLength (const Standard_ShortReal theValue) { myArrowsLength = theValue; } const Quantity_Color& GridColor() const { return myGridColor; } void SetGridColor (const Quantity_Color& theColor) {myGridColor = theColor; } - const Standard_Boolean ToDrawGrid() const { return myToDrawGrid; } + Standard_Boolean ToDrawGrid() const { return myToDrawGrid; } void SetDrawGrid (const Standard_Boolean theToDraw) { myToDrawGrid = theToDraw; } - const Standard_Boolean ToDrawAxes() const { return myToDrawAxes; } + Standard_Boolean ToDrawAxes() const { return myToDrawAxes; } void SetDrawAxes (const Standard_Boolean theToDraw) { myToDrawAxes = theToDraw; } const TCollection_AsciiString& NamesFont() const { return myNamesFont; } @@ -181,7 +181,7 @@ public: Font_FontAspect NamesFontAspect() const { return myNamesStyle; } void SetNamesFontAspect (Font_FontAspect theAspect) { myNamesStyle = theAspect; } - const Standard_Integer NamesSize() const { return myNamesSize; } + Standard_Integer NamesSize() const { return myNamesSize; } void SetNamesSize (const Standard_Integer theValue) { myNamesSize = theValue; } const TCollection_AsciiString& ValuesFont () const { return myValuesFont; } @@ -190,7 +190,7 @@ public: Font_FontAspect ValuesFontAspect() const { return myValuesStyle; } void SetValuesFontAspect (Font_FontAspect theAspect) { myValuesStyle = theAspect; } - const Standard_Integer ValuesSize() const { return myValuesSize; } + Standard_Integer ValuesSize() const { return myValuesSize; } void SetValuesSize (const Standard_Integer theValue) { myValuesSize = theValue; } public: diff --git a/src/Graphic3d/Graphic3d_ZLayerSettings.hxx b/src/Graphic3d/Graphic3d_ZLayerSettings.hxx index 4bb963a157..b5fb3986bf 100644 --- a/src/Graphic3d/Graphic3d_ZLayerSettings.hxx +++ b/src/Graphic3d/Graphic3d_ZLayerSettings.hxx @@ -39,7 +39,7 @@ struct Graphic3d_ZLayerSettings {} //! Returns true if theSetting is enabled. - const Standard_Boolean IsSettingEnabled (const Graphic3d_ZLayerSetting theSetting) const + Standard_Boolean IsSettingEnabled (const Graphic3d_ZLayerSetting theSetting) const { return (Flags & theSetting) == theSetting; } diff --git a/src/IGESData/IGESData_ParamReader.cxx b/src/IGESData/IGESData_ParamReader.cxx index 15ee7c79c4..7958c56bec 100644 --- a/src/IGESData/IGESData_ParamReader.cxx +++ b/src/IGESData/IGESData_ParamReader.cxx @@ -172,7 +172,7 @@ Interface_ParamType IGESData_ParamReader::ParamType //purpose : //======================================================================= -const Standard_CString IGESData_ParamReader::ParamValue +Standard_CString IGESData_ParamReader::ParamValue (const Standard_Integer num) const { return theparams->Value(num+thebase).CValue(); diff --git a/src/IGESData/IGESData_ParamReader.hxx b/src/IGESData/IGESData_ParamReader.hxx index a469df61c3..4a6a90b28b 100644 --- a/src/IGESData/IGESData_ParamReader.hxx +++ b/src/IGESData/IGESData_ParamReader.hxx @@ -110,7 +110,7 @@ public: Standard_EXPORT Interface_ParamType ParamType (const Standard_Integer num) const; //! returns litteral value of a parameter, as it was in file - Standard_EXPORT const Standard_CString ParamValue (const Standard_Integer num) const; + Standard_EXPORT Standard_CString ParamValue (const Standard_Integer num) const; //! says if a parameter is defined (not void) //! See also DefinedElseSkip diff --git a/src/NCollection/NCollection_AccAllocator.hxx b/src/NCollection/NCollection_AccAllocator.hxx index c092017c4f..e103603117 100644 --- a/src/NCollection/NCollection_AccAllocator.hxx +++ b/src/NCollection/NCollection_AccAllocator.hxx @@ -78,8 +78,7 @@ protected: AlignedSize(){} AlignedSize(const Standard_Size theValue) : myValue((theValue + Align - 1) & ~(Align - 1)) {} - operator Standard_Size() {return myValue;} - operator const Standard_Size() const {return myValue;} + operator Standard_Size() const {return myValue;} }; //! A pointer aligned to a 4 byte boundary @@ -90,10 +89,8 @@ protected: AlignedPtr(){} AlignedPtr(const Standard_Address theValue) : myValue((Standard_Byte*)((Standard_Size)theValue & ~(Align - 1))) {} - operator Standard_Address () {return myValue;} - operator Standard_Address const () const {return myValue;} - operator Standard_Byte* () {return myValue;} - operator Standard_Byte* const () const {return myValue;} + operator Standard_Address () const {return myValue;} + operator Standard_Byte* () const {return myValue;} AlignedPtr operator -(const AlignedSize theValue) const {return myValue - theValue;} AlignedPtr operator +(const AlignedSize theValue) const diff --git a/src/OpenGl/OpenGl_AspectFace.hxx b/src/OpenGl/OpenGl_AspectFace.hxx index 5dc19683af..d6e8a32be9 100644 --- a/src/OpenGl/OpenGl_AspectFace.hxx +++ b/src/OpenGl/OpenGl_AspectFace.hxx @@ -90,7 +90,7 @@ public: } //! @return interior style - const Aspect_InteriorStyle InteriorStyle() const + Aspect_InteriorStyle InteriorStyle() const { return myInteriorStyle; } diff --git a/src/OpenGl/OpenGl_GraphicDriver.hxx b/src/OpenGl/OpenGl_GraphicDriver.hxx index 8fa7e8fe6b..73c0d3b36b 100644 --- a/src/OpenGl/OpenGl_GraphicDriver.hxx +++ b/src/OpenGl/OpenGl_GraphicDriver.hxx @@ -234,7 +234,7 @@ public: OpenGl_StateCounter* GetStateCounter() const { return &myStateCounter; } //! Returns unique ID for primitive arrays. - const Standard_Size GetNextPrimitiveArrayUID() const { return myUIDGenerator.Increment(); } + Standard_Size GetNextPrimitiveArrayUID() const { return myUIDGenerator.Increment(); } protected: diff --git a/src/OpenGl/OpenGl_Layer.hxx b/src/OpenGl/OpenGl_Layer.hxx index 4edce91d72..eda05729cd 100644 --- a/src/OpenGl/OpenGl_Layer.hxx +++ b/src/OpenGl/OpenGl_Layer.hxx @@ -63,7 +63,7 @@ public: } //! Returns true if theSetting is enabled for the layer. - const Standard_Boolean IsSettingEnabled (const Graphic3d_ZLayerSetting theSetting) const + Standard_Boolean IsSettingEnabled (const Graphic3d_ZLayerSetting theSetting) const { return myLayerSettings.IsSettingEnabled (theSetting); } diff --git a/src/OpenGl/OpenGl_PrimitiveArray.hxx b/src/OpenGl/OpenGl_PrimitiveArray.hxx index aa8b083671..7b03f4fb01 100644 --- a/src/OpenGl/OpenGl_PrimitiveArray.hxx +++ b/src/OpenGl/OpenGl_PrimitiveArray.hxx @@ -81,7 +81,7 @@ public: const Handle(Graphic3d_BoundBuffer)& Bounds() const { return myBounds; } //! Returns unique ID of primitive array. - const Standard_Size GetUID() const { return myUID; } + Standard_Size GetUID() const { return myUID; } //! Initialize indices, attributes and bounds with new data. Standard_EXPORT void InitBuffers (const Handle(OpenGl_Context)& theContext, diff --git a/src/OpenGl/OpenGl_SceneGeometry.hxx b/src/OpenGl/OpenGl_SceneGeometry.hxx index ac1b1880f5..d64bfbf27a 100755 --- a/src/OpenGl/OpenGl_SceneGeometry.hxx +++ b/src/OpenGl/OpenGl_SceneGeometry.hxx @@ -177,7 +177,7 @@ public: } //! Returns Id of associated primitive array. - const Standard_Size AssociatedPArrayID() const + Standard_Size AssociatedPArrayID() const { return myArrayID; } diff --git a/src/OpenGl/OpenGl_ShaderStates.hxx b/src/OpenGl/OpenGl_ShaderStates.hxx index 4f8dae0742..4df02eb66d 100755 --- a/src/OpenGl/OpenGl_ShaderStates.hxx +++ b/src/OpenGl/OpenGl_ShaderStates.hxx @@ -199,7 +199,7 @@ public: void Set (const Graphic3d_TypeOfSurfaceDetail theDetail) { myDetail = theDetail; } //! Returns surface detail. - const Graphic3d_TypeOfSurfaceDetail Detail() const { return myDetail; } + Graphic3d_TypeOfSurfaceDetail Detail() const { return myDetail; } private: diff --git a/src/OpenGl/OpenGl_Structure.hxx b/src/OpenGl/OpenGl_Structure.hxx index bca38b091c..ae1e968a0b 100644 --- a/src/OpenGl/OpenGl_Structure.hxx +++ b/src/OpenGl/OpenGl_Structure.hxx @@ -157,7 +157,7 @@ public: Standard_Boolean IsCulled() const { return myIsCulled; } //! Checks if the structure should be included into BVH tree or not. - const Standard_Boolean IsAlwaysRendered() const + Standard_Boolean IsAlwaysRendered() const { return IsInfinite || IsForHighlight diff --git a/src/OpenGl/OpenGl_Texture.cxx b/src/OpenGl/OpenGl_Texture.cxx index a4c7daf6cf..610b828286 100644 --- a/src/OpenGl/OpenGl_Texture.cxx +++ b/src/OpenGl/OpenGl_Texture.cxx @@ -77,7 +77,7 @@ OpenGl_Texture::~OpenGl_Texture() // function : HasMipmaps // purpose : // ======================================================================= -const Standard_Boolean OpenGl_Texture::HasMipmaps() const +Standard_Boolean OpenGl_Texture::HasMipmaps() const { return myHasMipmaps; } diff --git a/src/OpenGl/OpenGl_Texture.hxx b/src/OpenGl/OpenGl_Texture.hxx index 06905e9bac..15424143fd 100644 --- a/src/OpenGl/OpenGl_Texture.hxx +++ b/src/OpenGl/OpenGl_Texture.hxx @@ -262,7 +262,7 @@ public: const OpenGl_TextureFormat& theFormat); //! @return true if texture was generated within mipmaps - Standard_EXPORT const Standard_Boolean HasMipmaps() const; + Standard_EXPORT Standard_Boolean HasMipmaps() const; //! @return assigned texture parameters (not necessary applied) Standard_EXPORT const Handle(Graphic3d_TextureParams)& GetParams() const; diff --git a/src/PrsMgr/PrsMgr_PresentableObject.cxx b/src/PrsMgr/PrsMgr_PresentableObject.cxx index 82120a7e1e..459681d85e 100644 --- a/src/PrsMgr/PrsMgr_PresentableObject.cxx +++ b/src/PrsMgr/PrsMgr_PresentableObject.cxx @@ -517,7 +517,7 @@ void PrsMgr_PresentableObject::SetMutable (const Standard_Boolean theIsMutable) // function : IsMutable // purpose : // ======================================================================= -const Standard_Boolean PrsMgr_PresentableObject::IsMutable() const +Standard_Boolean PrsMgr_PresentableObject::IsMutable() const { return myIsMutable; } diff --git a/src/PrsMgr/PrsMgr_PresentableObject.hxx b/src/PrsMgr/PrsMgr_PresentableObject.hxx index e69c471244..7a04b3789c 100644 --- a/src/PrsMgr/PrsMgr_PresentableObject.hxx +++ b/src/PrsMgr/PrsMgr_PresentableObject.hxx @@ -182,7 +182,7 @@ public: //! Returns true if object has mutable nature (content or location are be changed regularly). //! Mutable object will be managed in different way than static onces (another optimizations). - Standard_EXPORT const Standard_Boolean IsMutable() const; + Standard_EXPORT Standard_Boolean IsMutable() const; //! Makes theObject child of current object in scene hierarchy. Standard_EXPORT virtual void AddChild (const Handle(PrsMgr_PresentableObject)& theObject); @@ -194,10 +194,10 @@ public: Standard_EXPORT const PrsMgr_ListOfPresentableObjects& Children() const; //! Returns true if object should have own presentations. - Standard_EXPORT const Standard_Boolean HasOwnPresentations() const; + Standard_EXPORT Standard_Boolean HasOwnPresentations() const; //! Returns parent of current object in scene hierarchy. - Standard_EXPORT const PrsMgr_PresentableObjectPointer Parent() const; + Standard_EXPORT PrsMgr_PresentableObjectPointer Parent() const; friend class PrsMgr_Presentation; diff --git a/src/PrsMgr/PrsMgr_PresentableObject.lxx b/src/PrsMgr/PrsMgr_PresentableObject.lxx index 352219e0ba..8cb9c0f9f1 100644 --- a/src/PrsMgr/PrsMgr_PresentableObject.lxx +++ b/src/PrsMgr/PrsMgr_PresentableObject.lxx @@ -42,12 +42,12 @@ inline const PrsMgr_ListOfPresentableObjects& PrsMgr_PresentableObject::Children return myChildren; } -inline const Standard_Boolean PrsMgr_PresentableObject::HasOwnPresentations() const +inline Standard_Boolean PrsMgr_PresentableObject::HasOwnPresentations() const { return myHasOwnPresentations; } -inline const PrsMgr_PresentableObjectPointer PrsMgr_PresentableObject::Parent() const +inline PrsMgr_PresentableObjectPointer PrsMgr_PresentableObject::Parent() const { return myParent; } diff --git a/src/STEPConstruct/STEPConstruct_ExternRefs.cxx b/src/STEPConstruct/STEPConstruct_ExternRefs.cxx index 89f42b7e58..f65006f0ef 100644 --- a/src/STEPConstruct/STEPConstruct_ExternRefs.cxx +++ b/src/STEPConstruct/STEPConstruct_ExternRefs.cxx @@ -310,7 +310,7 @@ Standard_Integer STEPConstruct_ExternRefs::NbExternRefs () const //purpose : //======================================================================= -const Standard_CString STEPConstruct_ExternRefs::FileName (const Standard_Integer num) const +Standard_CString STEPConstruct_ExternRefs::FileName (const Standard_Integer num) const { Handle(StepBasic_DocumentFile) DocFile; Handle(StepAP214_AppliedExternalIdentificationAssignment) AEIA; diff --git a/src/STEPConstruct/STEPConstruct_ExternRefs.hxx b/src/STEPConstruct/STEPConstruct_ExternRefs.hxx index ca20a8501f..47fa6162a9 100644 --- a/src/STEPConstruct/STEPConstruct_ExternRefs.hxx +++ b/src/STEPConstruct/STEPConstruct_ExternRefs.hxx @@ -74,7 +74,7 @@ public: //! Returns filename for numth extern reference //! Returns Null if FileName is not defined or bad - Standard_EXPORT const Standard_CString FileName (const Standard_Integer num) const; + Standard_EXPORT Standard_CString FileName (const Standard_Integer num) const; //! Returns ProductDefinition to which numth extern reference //! is associated. diff --git a/src/Select3D/Select3D_PointData.hxx b/src/Select3D/Select3D_PointData.hxx index 0193ef7a55..ab80ef72f7 100644 --- a/src/Select3D/Select3D_PointData.hxx +++ b/src/Select3D/Select3D_PointData.hxx @@ -77,7 +77,7 @@ public: } // Returns size of internal arrays - const Standard_Integer Size () const + Standard_Integer Size () const { return mynbpoints; } diff --git a/src/SelectMgr/SelectMgr_Selection.cxx b/src/SelectMgr/SelectMgr_Selection.cxx index e7237fbbb9..f473cdfc1a 100644 --- a/src/SelectMgr/SelectMgr_Selection.cxx +++ b/src/SelectMgr/SelectMgr_Selection.cxx @@ -122,7 +122,7 @@ Handle(SelectMgr_SensitiveEntity)& SelectMgr_Selection::GetEntityById (const Sta // function: GetSelectionState // purpose : Returns status of selection //================================================== -const SelectMgr_StateOfSelection SelectMgr_Selection::GetSelectionState() const +SelectMgr_StateOfSelection SelectMgr_Selection::GetSelectionState() const { return mySelectionState; } diff --git a/src/SelectMgr/SelectMgr_Selection.hxx b/src/SelectMgr/SelectMgr_Selection.hxx index 59c8eab60e..776c8d6e7f 100644 --- a/src/SelectMgr/SelectMgr_Selection.hxx +++ b/src/SelectMgr/SelectMgr_Selection.hxx @@ -124,7 +124,7 @@ public: SelectMgr_TypeOfBVHUpdate BVHUpdateStatus() const; //! Returns status of selection - Standard_EXPORT const SelectMgr_StateOfSelection GetSelectionState() const; + Standard_EXPORT SelectMgr_StateOfSelection GetSelectionState() const; //! Sets status of selection Standard_EXPORT void SetSelectionState (const SelectMgr_StateOfSelection theState) const; diff --git a/src/TCollection/TCollection_ExtendedString.cxx b/src/TCollection/TCollection_ExtendedString.cxx index 67a5597ade..b12c0e5e85 100644 --- a/src/TCollection/TCollection_ExtendedString.cxx +++ b/src/TCollection/TCollection_ExtendedString.cxx @@ -774,7 +774,7 @@ TCollection_ExtendedString TCollection_ExtendedString::Token // ---------------------------------------------------------------------------- // ToExtString // ---------------------------------------------------------------------------- -const Standard_ExtString TCollection_ExtendedString::ToExtString() const +Standard_ExtString TCollection_ExtendedString::ToExtString() const { if(mystring) return mystring; return NULL_EXTSTRING; diff --git a/src/TCollection/TCollection_ExtendedString.hxx b/src/TCollection/TCollection_ExtendedString.hxx index a17e69ec84..6260d3d667 100644 --- a/src/TCollection/TCollection_ExtendedString.hxx +++ b/src/TCollection/TCollection_ExtendedString.hxx @@ -273,7 +273,7 @@ friend Standard_EXPORT Standard_OStream& operator << (Standard_OStream& astream, Standard_EXPORT TCollection_ExtendedString Token (const Standard_ExtString separators, const Standard_Integer whichone = 1) const; //! Returns pointer to ExtString - Standard_EXPORT const Standard_ExtString ToExtString() const; + Standard_EXPORT Standard_ExtString ToExtString() const; //! Truncates to characters. //! Example: me = "Hello Dolly" -> Trunc(3) -> me = "Hel" diff --git a/src/TCollection/TCollection_HExtendedString.cxx b/src/TCollection/TCollection_HExtendedString.cxx index 026ec115f3..e1f4bd49ab 100644 --- a/src/TCollection/TCollection_HExtendedString.cxx +++ b/src/TCollection/TCollection_HExtendedString.cxx @@ -253,14 +253,6 @@ Handle(TCollection_HExtendedString) TCollection_HExtendedString::Token return new TCollection_HExtendedString(myString.Token(separators,whichone)); } -// ---------------------------------------------------------------------------- -// ToExtString -// ---------------------------------------------------------------------------- -const Standard_ExtString TCollection_HExtendedString::ToExtString() const -{ - return (myString.ToExtString()); -} - // ---------------------------------------------------------------------------- // Trunc // ---------------------------------------------------------------------------- diff --git a/src/TCollection/TCollection_HExtendedString.hxx b/src/TCollection/TCollection_HExtendedString.hxx index 5f21697f88..a037adfee0 100644 --- a/src/TCollection/TCollection_HExtendedString.hxx +++ b/src/TCollection/TCollection_HExtendedString.hxx @@ -163,7 +163,10 @@ public: Standard_EXPORT Standard_Integer SearchFromEnd (const Handle(TCollection_HExtendedString)& what) const; //! Returns pointer to ExtString - Standard_EXPORT const Standard_ExtString ToExtString() const; + Standard_ExtString ToExtString() const + { + return myString.ToExtString(); + } //! Extracts token from . //! By default, the is set to space and tabulation. diff --git a/src/TNaming/FILES b/src/TNaming/FILES index 69789c2ad4..5f5737f7cc 100644 --- a/src/TNaming/FILES +++ b/src/TNaming/FILES @@ -33,7 +33,6 @@ TNaming_MapIteratorOfMapOfNamedShape.hxx TNaming_MapOfNamedShape.hxx TNaming_Name.cxx TNaming_Name.hxx -TNaming_Name.lxx TNaming_NamedShape.cxx TNaming_NamedShape.hxx TNaming_NamedShape.lxx diff --git a/src/TNaming/TNaming_Name.hxx b/src/TNaming/TNaming_Name.hxx index 012975bd9f..6c51bd9ebc 100644 --- a/src/TNaming/TNaming_Name.hxx +++ b/src/TNaming/TNaming_Name.hxx @@ -76,25 +76,16 @@ public: Standard_EXPORT const TDF_Label& ContextLabel() const; - const TopAbs_Orientation Orientation() const; + TopAbs_Orientation Orientation() const + { + return myOrientation; + } Standard_EXPORT Standard_Boolean Solve (const TDF_Label& aLab, const TDF_LabelMap& Valid) const; Standard_EXPORT void Paste (TNaming_Name& into, const Handle(TDF_RelocationTable)& RT) const; - - - -protected: - - - - - private: - - - TNaming_NameType myType; TopAbs_ShapeEnum myShapeType; TNaming_ListOfNamedShape myArgs; @@ -103,15 +94,6 @@ private: TopoDS_Shape myShape; TDF_Label myContextLabel; TopAbs_Orientation myOrientation; - - }; - -#include - - - - - #endif // _TNaming_Name_HeaderFile diff --git a/src/TNaming/TNaming_Name.lxx b/src/TNaming/TNaming_Name.lxx deleted file mode 100755 index 1288ad5afe..0000000000 --- a/src/TNaming/TNaming_Name.lxx +++ /dev/null @@ -1,26 +0,0 @@ -// File: TNaming_Name.lxx -// Copyright: Open CASCADE 2013 -// Created on: 2013-07-03 -// Created by: Sergey Zaritchny -// Copyright (c) 1999-2013 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 : Orientation -//purpose : Get -//======================================================================= - -inline const TopAbs_Orientation TNaming_Name::Orientation() const -{ - return myOrientation; -} diff --git a/src/TestTopOpeTools/TestTopOpeTools_Trace.cxx b/src/TestTopOpeTools/TestTopOpeTools_Trace.cxx index 9e25d14b35..c76601be05 100644 --- a/src/TestTopOpeTools/TestTopOpeTools_Trace.cxx +++ b/src/TestTopOpeTools/TestTopOpeTools_Trace.cxx @@ -158,10 +158,10 @@ Standard_Boolean TestTopOpeTools_Trace::Exist const t_flag TestTopOpeTools_Trace::Getflag(const Standard_Integer index) { return (t_flag)myflag.Value(index); } -const tf_value TestTopOpeTools_Trace::Getfunc(const Standard_Integer index) +tf_value TestTopOpeTools_Trace::Getfunc(const Standard_Integer index) { return myfunc.Value(index); } -const te_ftyp TestTopOpeTools_Trace::Getftyp(const Standard_Integer index) +te_ftyp TestTopOpeTools_Trace::Getftyp(const Standard_Integer index) { //JR/Hp : Standard_Integer intenum = myftyp.Value(index); diff --git a/src/TestTopOpeTools/TestTopOpeTools_Trace.hxx b/src/TestTopOpeTools/TestTopOpeTools_Trace.hxx index 5ff67f7493..f58bcf2e4a 100644 --- a/src/TestTopOpeTools/TestTopOpeTools_Trace.hxx +++ b/src/TestTopOpeTools/TestTopOpeTools_Trace.hxx @@ -116,8 +116,8 @@ private: // ==== Methods const t_flag Getflag(const Standard_Integer index); - const tf_value Getfunc(const Standard_Integer index); - const te_ftyp Getftyp(const Standard_Integer index); + tf_value Getfunc(const Standard_Integer index); + te_ftyp Getftyp(const Standard_Integer index); Standard_Integer Add(const t_flag flag,const tf_value func,const te_ftyp ftyp); // ==== Fields diff --git a/src/TopOpeBRepTool/FILES b/src/TopOpeBRepTool/FILES index fcbfd0a5d3..0ed3e13440 100755 --- a/src/TopOpeBRepTool/FILES +++ b/src/TopOpeBRepTool/FILES @@ -64,7 +64,6 @@ TopOpeBRepTool_PURGE.cxx TopOpeBRepTool_PURGE.hxx TopOpeBRepTool_PurgeInternalEdges.cxx TopOpeBRepTool_PurgeInternalEdges.hxx -TopOpeBRepTool_PurgeInternalEdges.lxx TopOpeBRepTool_RegularizeS.cxx TopOpeBRepTool_RegularizeW.cxx TopOpeBRepTool_REGUS.cxx diff --git a/src/TopOpeBRepTool/TopOpeBRepTool_FuseEdges.cxx b/src/TopOpeBRepTool/TopOpeBRepTool_FuseEdges.cxx index 8e18a31f1c..5d2cbdf966 100644 --- a/src/TopOpeBRepTool/TopOpeBRepTool_FuseEdges.cxx +++ b/src/TopOpeBRepTool/TopOpeBRepTool_FuseEdges.cxx @@ -163,7 +163,7 @@ void TopOpeBRepTool_FuseEdges::Faces(TopTools_DataMapOfShapeShape& theMapFac) //purpose : //======================================================================= -const Standard_Integer TopOpeBRepTool_FuseEdges::NbVertices() +Standard_Integer TopOpeBRepTool_FuseEdges::NbVertices() { Standard_NullObject_Raise_if(myShape.IsNull(),"FuseEdges : No Shape"); diff --git a/src/TopOpeBRepTool/TopOpeBRepTool_FuseEdges.hxx b/src/TopOpeBRepTool/TopOpeBRepTool_FuseEdges.hxx index 3fbba17928..cb9098c814 100644 --- a/src/TopOpeBRepTool/TopOpeBRepTool_FuseEdges.hxx +++ b/src/TopOpeBRepTool/TopOpeBRepTool_FuseEdges.hxx @@ -82,7 +82,7 @@ public: Standard_EXPORT TopoDS_Shape& Shape(); //! returns the number of vertices candidate to be removed - Standard_EXPORT const Standard_Integer NbVertices(); + Standard_EXPORT Standard_Integer NbVertices(); //! Using map of list of connex edges, fuse each list to //! one edge and then update myShape diff --git a/src/TopOpeBRepTool/TopOpeBRepTool_PurgeInternalEdges.cxx b/src/TopOpeBRepTool/TopOpeBRepTool_PurgeInternalEdges.cxx index 70f8a74142..a536cc7f41 100644 --- a/src/TopOpeBRepTool/TopOpeBRepTool_PurgeInternalEdges.cxx +++ b/src/TopOpeBRepTool/TopOpeBRepTool_PurgeInternalEdges.cxx @@ -67,7 +67,7 @@ TopOpeBRepTool_PurgeInternalEdges::TopOpeBRepTool_PurgeInternalEdges(const TopoD //purpose : //======================================================================= -const Standard_Integer TopOpeBRepTool_PurgeInternalEdges::NbEdges() const +Standard_Integer TopOpeBRepTool_PurgeInternalEdges::NbEdges() const { Standard_NullObject_Raise_if(myShape.IsNull(),"PurgeInternalEdges : No Shape"); diff --git a/src/TopOpeBRepTool/TopOpeBRepTool_PurgeInternalEdges.hxx b/src/TopOpeBRepTool/TopOpeBRepTool_PurgeInternalEdges.hxx index 8d6e0ea5ed..1c34646119 100644 --- a/src/TopOpeBRepTool/TopOpeBRepTool_PurgeInternalEdges.hxx +++ b/src/TopOpeBRepTool/TopOpeBRepTool_PurgeInternalEdges.hxx @@ -65,47 +65,35 @@ public: Standard_EXPORT TopoDS_Shape& Shape(); //! returns the number of edges candidate to be removed - Standard_EXPORT const Standard_Integer NbEdges() const; + Standard_EXPORT Standard_Integer NbEdges() const; //! returns False if the list of internal edges has //! not been extracted - Standard_Boolean IsDone() const; + Standard_Boolean IsDone() const + { + return myIsDone; + } //! Using the list of internal edge from each face, //! rebuild myShape by removing thoses edges. Standard_EXPORT void Perform(); - - - protected: - - TopTools_IndexedDataMapOfShapeListOfShape myMapEdgLstFac; - private: - //! Do the main job. Explore all the edges of myShape and //! build a map with faces as a key and list of internal //! edges(without connected faces) as value. Standard_EXPORT void BuildList(); +private: TopoDS_Shape myShape; Standard_Boolean myIsDone; TopTools_DataMapOfShapeListOfShape myMapFacLstEdg; - - }; - -#include - - - - - #endif // _TopOpeBRepTool_PurgeInternalEdges_HeaderFile diff --git a/src/TopOpeBRepTool/TopOpeBRepTool_PurgeInternalEdges.lxx b/src/TopOpeBRepTool/TopOpeBRepTool_PurgeInternalEdges.lxx deleted file mode 100644 index 3a42a975d2..0000000000 --- a/src/TopOpeBRepTool/TopOpeBRepTool_PurgeInternalEdges.lxx +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (c) 1998-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 Standard_Boolean TopOpeBRepTool_PurgeInternalEdges::IsDone() const -{ - return myIsDone; -} - -