1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0029970: Coding Rules - StdSelect_BRepOwner::Set() method is declared but undefined

Undefined method has been removed.
This commit is contained in:
kgv 2018-07-20 11:08:34 +03:00 committed by bugmaster
parent 67740c81cf
commit 6e3a8b035d

View File

@ -70,10 +70,7 @@ public:
//! returns False if no shape was set //! returns False if no shape was set
Standard_Boolean HasShape() const { return !myShape.IsNull(); } Standard_Boolean HasShape() const { return !myShape.IsNull(); }
//! <FromDecomposition> indicates whether <aShape> //! Returns the shape.
//! comes from decomposition of a bigger shape.
Standard_EXPORT void Set (const TopoDS_Shape& aShape, const Standard_Boolean FromDecomposition = Standard_False);
const TopoDS_Shape& Shape() const { return myShape; } const TopoDS_Shape& Shape() const { return myShape; }
//! Returns true if this framework has a highlight mode defined for it. //! Returns true if this framework has a highlight mode defined for it.