mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024830: Remove redundant keyword 'mutable' in CDL declarations
Redundant keyword 'mutable' removed in CDL files. In IGESConvGeom_GeomBuilder, unused methods MakeXY() and MakeXYZ() removed. Method StepAP214_AutoDesignGroupAssignment::Init() replicating same method of the base class is removed as it causes CDL extraction error after above (seemingly irrelevant) changes.
This commit is contained in:
@@ -43,7 +43,7 @@ raises
|
||||
is
|
||||
|
||||
Create(aTriMode : TriangleMode from MgtBRep)
|
||||
returns mutable TranslateTool from MgtBRep;
|
||||
returns TranslateTool from MgtBRep;
|
||||
---Purpose: Creates a new TranslateTool
|
||||
|
||||
--
|
||||
@@ -120,7 +120,7 @@ is
|
||||
TypeMismatch from Standard;
|
||||
|
||||
MakeVertex(me;
|
||||
S : mutable HShape from PTopoDS)
|
||||
S : HShape from PTopoDS)
|
||||
---Level: Internal
|
||||
raises
|
||||
TypeMismatch from Standard;
|
||||
@@ -132,7 +132,7 @@ is
|
||||
TypeMismatch from Standard;
|
||||
|
||||
MakeEdge(me;
|
||||
S : mutable HShape from PTopoDS)
|
||||
S : HShape from PTopoDS)
|
||||
---Level: Internal
|
||||
raises
|
||||
TypeMismatch from Standard;
|
||||
@@ -144,7 +144,7 @@ is
|
||||
TypeMismatch from Standard;
|
||||
|
||||
MakeWire(me;
|
||||
S : mutable HShape from PTopoDS)
|
||||
S : HShape from PTopoDS)
|
||||
---Level: Internal
|
||||
raises
|
||||
TypeMismatch from Standard;
|
||||
@@ -156,7 +156,7 @@ is
|
||||
TypeMismatch from Standard;
|
||||
|
||||
MakeFace(me;
|
||||
S : mutable HShape from PTopoDS)
|
||||
S : HShape from PTopoDS)
|
||||
---Level: Internal
|
||||
raises
|
||||
TypeMismatch from Standard;
|
||||
@@ -168,7 +168,7 @@ is
|
||||
TypeMismatch from Standard;
|
||||
|
||||
MakeShell(me;
|
||||
S : mutable HShape from PTopoDS)
|
||||
S : HShape from PTopoDS)
|
||||
---Level: Internal
|
||||
raises
|
||||
TypeMismatch from Standard;
|
||||
@@ -180,7 +180,7 @@ is
|
||||
TypeMismatch from Standard;
|
||||
|
||||
MakeSolid(me;
|
||||
S : mutable HShape from PTopoDS)
|
||||
S : HShape from PTopoDS)
|
||||
---Level: Internal
|
||||
raises
|
||||
TypeMismatch from Standard;
|
||||
@@ -192,7 +192,7 @@ is
|
||||
TypeMismatch from Standard;
|
||||
|
||||
MakeCompSolid(me;
|
||||
S : mutable HShape from PTopoDS)
|
||||
S : HShape from PTopoDS)
|
||||
---Level: Internal
|
||||
raises
|
||||
TypeMismatch from Standard;
|
||||
@@ -204,7 +204,7 @@ is
|
||||
TypeMismatch from Standard;
|
||||
|
||||
MakeCompound(me;
|
||||
S : mutable HShape from PTopoDS)
|
||||
S : HShape from PTopoDS)
|
||||
---Level: Internal
|
||||
raises
|
||||
TypeMismatch from Standard;
|
||||
@@ -220,7 +220,7 @@ is
|
||||
|
||||
UpdateVertex(me;
|
||||
S1 : Shape from TopoDS;
|
||||
S2 : mutable HShape from PTopoDS;
|
||||
S2 : HShape from PTopoDS;
|
||||
M : in out TransientPersistentMap from PTColStd)
|
||||
---Level: Internal
|
||||
is redefined;
|
||||
@@ -234,7 +234,7 @@ is
|
||||
|
||||
UpdateEdge(me;
|
||||
S1 : Shape from TopoDS;
|
||||
S2 : mutable HShape from PTopoDS;
|
||||
S2 : HShape from PTopoDS;
|
||||
M : in out TransientPersistentMap from PTColStd)
|
||||
---Level: Internal
|
||||
is redefined;
|
||||
@@ -248,7 +248,7 @@ is
|
||||
|
||||
UpdateFace(me;
|
||||
S1 : Shape from TopoDS;
|
||||
S2 : mutable HShape from PTopoDS;
|
||||
S2 : HShape from PTopoDS;
|
||||
M : in out TransientPersistentMap from PTColStd)
|
||||
---Level: Internal
|
||||
is redefined;
|
||||
|
Reference in New Issue
Block a user