mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +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:
@@ -62,7 +62,7 @@ is
|
||||
-- ============
|
||||
|
||||
Create
|
||||
returns mutable Axis from TDataXtd;
|
||||
returns Axis from TDataXtd;
|
||||
|
||||
---Category: TDF_Attribute methods
|
||||
-- =====================
|
||||
@@ -74,10 +74,10 @@ is
|
||||
Restore(me: mutable; with : Attribute from TDF);
|
||||
|
||||
NewEmpty(me)
|
||||
returns mutable Attribute from TDF;
|
||||
returns Attribute from TDF;
|
||||
|
||||
Paste (me; into : mutable Attribute from TDF;
|
||||
RT : mutable RelocationTable from TDF);
|
||||
Paste (me; into : Attribute from TDF;
|
||||
RT : RelocationTable from TDF);
|
||||
|
||||
Dump(me; anOS : in out OStream from Standard)
|
||||
returns OStream from Standard
|
||||
|
@@ -61,7 +61,7 @@ is
|
||||
-- ==================
|
||||
|
||||
Create
|
||||
returns mutable Constraint from TDataXtd;
|
||||
returns Constraint from TDataXtd;
|
||||
|
||||
Set (me : mutable; type : ConstraintEnum from TDataXtd;
|
||||
G1 : NamedShape from TNaming);
|
||||
@@ -221,10 +221,10 @@ is
|
||||
Restore (me: mutable; With : Attribute from TDF);
|
||||
|
||||
NewEmpty (me)
|
||||
returns mutable Attribute from TDF;
|
||||
returns Attribute from TDF;
|
||||
|
||||
Paste (me; Into : mutable Attribute from TDF;
|
||||
RT : mutable RelocationTable from TDF);
|
||||
Paste (me; Into : Attribute from TDF;
|
||||
RT : RelocationTable from TDF);
|
||||
|
||||
Dump (me; anOS : in out OStream from Standard)
|
||||
returns OStream from Standard
|
||||
|
@@ -142,7 +142,7 @@ is
|
||||
|
||||
|
||||
Create
|
||||
returns mutable Geometry from TDataXtd;
|
||||
returns Geometry from TDataXtd;
|
||||
---Purpose: This and the next methods are used to retrieve underlying geometry of the
|
||||
-- NamedShape, even if noone Geometry Attribute is
|
||||
-- associated . if not found or not compliant geometry return False.
|
||||
@@ -166,10 +166,10 @@ is
|
||||
Restore(me: mutable; with : Attribute from TDF);
|
||||
|
||||
NewEmpty(me)
|
||||
returns mutable Attribute from TDF;
|
||||
returns Attribute from TDF;
|
||||
|
||||
Paste (me; into : mutable Attribute from TDF;
|
||||
RT : mutable RelocationTable from TDF);
|
||||
Paste (me; into : Attribute from TDF;
|
||||
RT : RelocationTable from TDF);
|
||||
|
||||
Dump(me; anOS : in out OStream from Standard)
|
||||
returns OStream from Standard
|
||||
|
@@ -49,7 +49,7 @@ is
|
||||
-- ===========
|
||||
|
||||
Create
|
||||
returns mutable PatternStd from TDataXtd;
|
||||
returns PatternStd from TDataXtd;
|
||||
|
||||
--- Category: Set and Get methods
|
||||
|
||||
@@ -129,10 +129,10 @@ is
|
||||
|
||||
Restore (me: mutable; With : Attribute from TDF);
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF;
|
||||
NewEmpty (me) returns Attribute from TDF;
|
||||
|
||||
Paste (me; Into : mutable Attribute from TDF;
|
||||
RT : mutable RelocationTable from TDF);
|
||||
Paste (me; Into : Attribute from TDF;
|
||||
RT : RelocationTable from TDF);
|
||||
|
||||
References(me; aDataSet : DataSet from TDF)
|
||||
is redefined;
|
||||
|
@@ -47,7 +47,7 @@ is
|
||||
|
||||
|
||||
Create
|
||||
returns mutable Placement from TDataXtd;
|
||||
returns Placement from TDataXtd;
|
||||
|
||||
---Category: TDF_Attribute methods
|
||||
-- =====================
|
||||
@@ -59,10 +59,10 @@ is
|
||||
Restore (me: mutable; With : Attribute from TDF);
|
||||
|
||||
NewEmpty (me)
|
||||
returns mutable Attribute from TDF;
|
||||
returns Attribute from TDF;
|
||||
|
||||
Paste (me; Into : mutable Attribute from TDF;
|
||||
RT : mutable RelocationTable from TDF);
|
||||
Paste (me; Into : Attribute from TDF;
|
||||
RT : RelocationTable from TDF);
|
||||
|
||||
Dump (me; anOS : in out OStream from Standard)
|
||||
returns OStream from Standard
|
||||
|
@@ -58,7 +58,7 @@ is
|
||||
-- =============
|
||||
|
||||
Create
|
||||
returns mutable Plane from TDataXtd;
|
||||
returns Plane from TDataXtd;
|
||||
|
||||
---Category: TDF_Attribute methods
|
||||
-- =====================
|
||||
@@ -70,10 +70,10 @@ is
|
||||
Restore (me: mutable; With : Attribute from TDF);
|
||||
|
||||
NewEmpty (me)
|
||||
returns mutable Attribute from TDF;
|
||||
returns Attribute from TDF;
|
||||
|
||||
Paste (me; Into : mutable Attribute from TDF;
|
||||
RT : mutable RelocationTable from TDF);
|
||||
Paste (me; Into : Attribute from TDF;
|
||||
RT : RelocationTable from TDF);
|
||||
|
||||
Dump (me; anOS : in out OStream from Standard)
|
||||
returns OStream from Standard
|
||||
|
@@ -58,7 +58,7 @@ is
|
||||
-- =============
|
||||
|
||||
Create
|
||||
returns mutable Point from TDataXtd;
|
||||
returns Point from TDataXtd;
|
||||
|
||||
---Category: TDF_Attribute methods
|
||||
-- =====================
|
||||
@@ -71,10 +71,10 @@ is
|
||||
Restore (me: mutable; With : Attribute from TDF);
|
||||
|
||||
NewEmpty (me)
|
||||
returns mutable Attribute from TDF;
|
||||
returns Attribute from TDF;
|
||||
|
||||
Paste (me; Into : mutable Attribute from TDF;
|
||||
RT : mutable RelocationTable from TDF);
|
||||
Paste (me; Into : Attribute from TDF;
|
||||
RT : RelocationTable from TDF);
|
||||
|
||||
Dump (me; anOS : in out OStream from Standard)
|
||||
returns OStream from Standard
|
||||
|
@@ -42,7 +42,7 @@ is
|
||||
returns Boolean from Standard;
|
||||
|
||||
Create
|
||||
returns mutable Position from TDataXtd;
|
||||
returns Position from TDataXtd;
|
||||
|
||||
ID(me) returns GUID from Standard
|
||||
is redefined static;
|
||||
@@ -64,13 +64,13 @@ is
|
||||
-- ----------------
|
||||
|
||||
NewEmpty(me)
|
||||
returns mutable Attribute from TDF
|
||||
returns Attribute from TDF
|
||||
is redefined;
|
||||
---Purpose: Returns an new empty attribute from the good end
|
||||
-- type. It is used by the copy algorithm.
|
||||
|
||||
Paste(me; intoAttribute : mutable Attribute from TDF;
|
||||
aRelocTationable : mutable RelocationTable from TDF)
|
||||
Paste(me; intoAttribute : Attribute from TDF;
|
||||
aRelocTationable : RelocationTable from TDF)
|
||||
is redefined;
|
||||
---Purpose: This method is different from the "Copy" one,
|
||||
-- because it is used when copying an attribute from
|
||||
|
@@ -61,7 +61,7 @@ is
|
||||
-- ============
|
||||
|
||||
Create
|
||||
returns mutable Shape from TDataXtd;
|
||||
returns Shape from TDataXtd;
|
||||
|
||||
|
||||
---Category: methodes de TDF_Attribute
|
||||
@@ -75,10 +75,10 @@ is
|
||||
Restore (me: mutable; with : Attribute from TDF);
|
||||
|
||||
NewEmpty (me)
|
||||
returns mutable Attribute from TDF;
|
||||
returns Attribute from TDF;
|
||||
|
||||
Paste (me; into : mutable Attribute from TDF;
|
||||
RT : mutable RelocationTable from TDF);
|
||||
Paste (me; into : Attribute from TDF;
|
||||
RT : RelocationTable from TDF);
|
||||
|
||||
References (me; DS : DataSet from TDF) is redefined;
|
||||
|
||||
|
Reference in New Issue
Block a user