1
0
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:
abv
2014-04-15 08:50:00 +04:00
committed by apn
parent 99c68ea35f
commit 6e33d3ced2
2421 changed files with 6557 additions and 6604 deletions

View File

@@ -22,8 +22,8 @@ uses
ChamfMethod from ChFiDS
is
Create returns mutable ChamfSpine from ChFiDS;
Create (Tol : Real from Standard) returns mutable ChamfSpine from ChFiDS;
Create returns ChamfSpine from ChFiDS;
Create (Tol : Real from Standard) returns ChamfSpine from ChFiDS;
SetDist (me : mutable; Dis : Real from Standard) is static;

View File

@@ -114,13 +114,13 @@ is
SetCurve(me : in out; C : Curve from Geom);
Previous(me) returns mutable SurfData from ChFiDS;
Previous(me) returns SurfData from ChFiDS;
---C++: return const &
ChangePrevious(me : in out) returns any SurfData from ChFiDS;
---C++: return &
Next(me) returns mutable SurfData from ChFiDS;
Next(me) returns SurfData from ChFiDS;
---C++: return const &
ChangeNext(me : in out) returns any SurfData from ChFiDS;

View File

@@ -34,9 +34,9 @@ uses
is
Create returns mutable FilSpine from ChFiDS;
Create returns FilSpine from ChFiDS;
Create(Tol : Real from Standard) returns mutable FilSpine from ChFiDS;
Create(Tol : Real from Standard) returns FilSpine from ChFiDS;
Reset(me : mutable; AllData : Boolean from Standard = Standard_False)
is redefined;
@@ -110,7 +110,7 @@ is
-- all along the edge E.
ComputeLaw(me : mutable; Els : HElSpine from ChFiDS)
returns mutable Composite from Law
returns Composite from Law
is private;
AppendElSpine(me : mutable; Els : HElSpine from ChFiDS)
@@ -120,12 +120,12 @@ is
is private;
Law(me; Els : HElSpine from ChFiDS)
returns mutable Composite from Law
returns Composite from Law
is static;
ChangeLaw(me : mutable; E : Edge from TopoDS)
---C++: return &
returns mutable Function from Law
returns Function from Law
---Purpose: returns the elementary law
is static;

View File

@@ -67,9 +67,9 @@ is
-- methodes de construction.
----------------------------
Create returns mutable Spine from ChFiDS;
Create returns Spine from ChFiDS;
Create(Tol : Real from Standard) returns mutable Spine from ChFiDS;
Create(Tol : Real from Standard) returns Spine from ChFiDS;
SetEdges(me : mutable; E : Edge from TopoDS) is static;
---Purpose: store edges composing the guideline
@@ -103,15 +103,15 @@ is
is virtual;
ElSpine(me; IE : Integer from Standard)
returns mutable HElSpine from ChFiDS
returns HElSpine from ChFiDS
is static;
ElSpine(me; E : Edge from TopoDS)
returns mutable HElSpine from ChFiDS
returns HElSpine from ChFiDS
is static;
ElSpine(me; W : Real from Standard)
returns mutable HElSpine from ChFiDS
returns HElSpine from ChFiDS
is static;
ChangeElSpines(me : mutable)

View File

@@ -25,7 +25,7 @@ uses HData from ChFiDS,
is
Create returns mutable Stripe from ChFiDS;
Create returns Stripe from ChFiDS;
Reset(me : mutable) is static;

View File

@@ -26,7 +26,7 @@ uses
CommonPoint from ChFiDS
is
Create returns mutable SurfData;
Create returns SurfData;
Copy(me: mutable; Other : SurfData from ChFiDS);
@@ -171,7 +171,7 @@ is
FirstExtensionValue(me:mutable;Extend:Real from Standard) is static;
LastExtensionValue(me:mutable;Extend:Real from Standard) is static;
Simul(me) returns mutable TShared from MMgt;
Simul(me) returns TShared from MMgt;
SetSimul(me : mutable; S : TShared from MMgt);
ResetSimul(me : mutable);