mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0031455: Modeling Algorithms - useless pointer casts in BRepAlgoAPI classes
Useless casts are removed. Off-topic: corrected description of constructor of TCollection_HAsciiString class from TCollection_HExtendedString for the case when input string contains non-Ascii character.
This commit is contained in:
parent
7ef1f9b7c1
commit
62afcbbb4a
@ -55,9 +55,7 @@ BRepAlgoAPI_Common::BRepAlgoAPI_Common(const TopoDS_Shape& S1,
|
|||||||
const TopoDS_Shape& S2)
|
const TopoDS_Shape& S2)
|
||||||
: BRepAlgoAPI_BooleanOperation(S1, S2, BOPAlgo_COMMON)
|
: BRepAlgoAPI_BooleanOperation(S1, S2, BOPAlgo_COMMON)
|
||||||
{
|
{
|
||||||
BRepAlgoAPI_BooleanOperation* pBO=
|
Build();
|
||||||
(BRepAlgoAPI_BooleanOperation*) (void*) this;
|
|
||||||
pBO->Build();
|
|
||||||
}
|
}
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : BRepAlgoAPI_Common
|
//function : BRepAlgoAPI_Common
|
||||||
@ -68,9 +66,7 @@ BRepAlgoAPI_Common::BRepAlgoAPI_Common(const TopoDS_Shape& S1,
|
|||||||
const BOPAlgo_PaveFiller& aDSF)
|
const BOPAlgo_PaveFiller& aDSF)
|
||||||
: BRepAlgoAPI_BooleanOperation(S1, S2, aDSF, BOPAlgo_COMMON)
|
: BRepAlgoAPI_BooleanOperation(S1, S2, aDSF, BOPAlgo_COMMON)
|
||||||
{
|
{
|
||||||
BRepAlgoAPI_BooleanOperation* pBO=
|
Build();
|
||||||
(BRepAlgoAPI_BooleanOperation*) (void*) this;
|
|
||||||
pBO->Build();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -56,9 +56,7 @@ BRepAlgoAPI_Cut::BRepAlgoAPI_Cut(const TopoDS_Shape& S1,
|
|||||||
:
|
:
|
||||||
BRepAlgoAPI_BooleanOperation(S1, S2, BOPAlgo_CUT)
|
BRepAlgoAPI_BooleanOperation(S1, S2, BOPAlgo_CUT)
|
||||||
{
|
{
|
||||||
BRepAlgoAPI_BooleanOperation* pBO=
|
Build();
|
||||||
(BRepAlgoAPI_BooleanOperation*) (void*) this;
|
|
||||||
pBO->Build();
|
|
||||||
}
|
}
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : BRepAlgoAPI_Cut
|
//function : BRepAlgoAPI_Cut
|
||||||
@ -72,7 +70,5 @@ BRepAlgoAPI_Cut::BRepAlgoAPI_Cut(const TopoDS_Shape& S1,
|
|||||||
BRepAlgoAPI_BooleanOperation(S1, S2, aDSF,
|
BRepAlgoAPI_BooleanOperation(S1, S2, aDSF,
|
||||||
(bFWD) ? BOPAlgo_CUT : BOPAlgo_CUT21)
|
(bFWD) ? BOPAlgo_CUT : BOPAlgo_CUT21)
|
||||||
{
|
{
|
||||||
BRepAlgoAPI_BooleanOperation* pBO=
|
Build();
|
||||||
(BRepAlgoAPI_BooleanOperation*) (void*) this;
|
|
||||||
pBO->Build();
|
|
||||||
}
|
}
|
||||||
|
@ -56,9 +56,7 @@ BRepAlgoAPI_Fuse::BRepAlgoAPI_Fuse(const TopoDS_Shape& S1,
|
|||||||
:
|
:
|
||||||
BRepAlgoAPI_BooleanOperation(S1, S2, BOPAlgo_FUSE)
|
BRepAlgoAPI_BooleanOperation(S1, S2, BOPAlgo_FUSE)
|
||||||
{
|
{
|
||||||
BRepAlgoAPI_BooleanOperation* pBO=
|
Build();
|
||||||
(BRepAlgoAPI_BooleanOperation*) (void*) this;
|
|
||||||
pBO->Build();
|
|
||||||
}
|
}
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : BRepAlgoAPI_Fuse
|
//function : BRepAlgoAPI_Fuse
|
||||||
@ -70,7 +68,5 @@ BRepAlgoAPI_Fuse::BRepAlgoAPI_Fuse(const TopoDS_Shape& S1,
|
|||||||
:
|
:
|
||||||
BRepAlgoAPI_BooleanOperation(S1, S2, aDSF, BOPAlgo_FUSE)
|
BRepAlgoAPI_BooleanOperation(S1, S2, aDSF, BOPAlgo_FUSE)
|
||||||
{
|
{
|
||||||
BRepAlgoAPI_BooleanOperation* pBO=
|
Build();
|
||||||
(BRepAlgoAPI_BooleanOperation*) (void*) this;
|
|
||||||
pBO->Build();
|
|
||||||
}
|
}
|
||||||
|
@ -72,17 +72,16 @@ public:
|
|||||||
//! Initializes a HAsciiString with a real value
|
//! Initializes a HAsciiString with a real value
|
||||||
Standard_EXPORT TCollection_HAsciiString(const Standard_Real value);
|
Standard_EXPORT TCollection_HAsciiString(const Standard_Real value);
|
||||||
|
|
||||||
//! Initializes a HAsciiString with a HAsciiString.
|
//! Initializes a HAsciiString with a AsciiString.
|
||||||
Standard_EXPORT TCollection_HAsciiString(const TCollection_AsciiString& aString);
|
Standard_EXPORT TCollection_HAsciiString(const TCollection_AsciiString& aString);
|
||||||
|
|
||||||
//! Initializes a HAsciiString with a HAsciiString.
|
//! Initializes a HAsciiString with a HAsciiString.
|
||||||
Standard_EXPORT TCollection_HAsciiString(const Handle(TCollection_HAsciiString)& aString);
|
Standard_EXPORT TCollection_HAsciiString(const Handle(TCollection_HAsciiString)& aString);
|
||||||
|
|
||||||
//! Initializes a HAsciiString with a HAsciiString.
|
//! Initializes a HAsciiString with a HExtendedString.
|
||||||
//! If replaceNonAscii is non-null charecter, it will be used
|
//! If replaceNonAscii is non-null charecter, it will be used
|
||||||
//! in place of any non-ascii character found in the source string.
|
//! in place of any non-ascii character found in the source string.
|
||||||
//! Otherwise, raises OutOfRange exception if at least one character
|
//! Otherwise, creates UTF-8 unicode string.
|
||||||
//! in the source string is not in the "Ascii range".
|
|
||||||
Standard_EXPORT TCollection_HAsciiString(const Handle(TCollection_HExtendedString)& aString, const Standard_Character replaceNonAscii);
|
Standard_EXPORT TCollection_HAsciiString(const Handle(TCollection_HExtendedString)& aString, const Standard_Character replaceNonAscii);
|
||||||
|
|
||||||
//! Appends <other> to me.
|
//! Appends <other> to me.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user