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

@@ -56,10 +56,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

View File

@@ -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

View File

@@ -77,10 +77,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

View File

@@ -217,10 +217,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);
fields

View File

@@ -55,10 +55,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);
fields
myName : HAsciiString from TCollection;

View File

@@ -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);
fields
myKind : Integer from Standard;

View File

@@ -168,10 +168,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);
fields

View File

@@ -88,7 +88,7 @@ is
Create
returns mutable DocumentTool from XCAFDoc;
returns DocumentTool from XCAFDoc;
Init(me);
---Purpose: to be called when reading this attribute from file
@@ -103,10 +103,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);
Destroy (me: mutable) is virtual;
---C++ : alias ~

View File

@@ -61,7 +61,7 @@ is
---Purpose: Instance methods:
-- ================
Create returns mutable GraphNode from XCAFDoc;
Create returns GraphNode from XCAFDoc;
SetGraphID (me : mutable; explicitID : GUID from Standard);
@@ -142,12 +142,12 @@ is
Restore (me: mutable; with : Attribute from TDF)
is virtual;
Paste (me; into : mutable Attribute from TDF;
RT : mutable RelocationTable from TDF)
Paste (me; into : Attribute from TDF;
RT : RelocationTable from TDF)
is virtual;
NewEmpty(me)
returns mutable Attribute from TDF
returns Attribute from TDF
is redefined;
References(me;

View File

@@ -219,10 +219,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);
fields

View File

@@ -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

View File

@@ -60,10 +60,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);
fields
myName : HAsciiString from TCollection;

View File

@@ -100,10 +100,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);
fields

View File

@@ -58,10 +58,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);
GetMap (me) returns IndexedMapOfShape from TopTools;
---C++: return const &

View File

@@ -394,10 +394,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);
IsExternRef (myclass; L: Label from TDF) returns Boolean;
---Purpose: Returns True if the label is a label of external references, i.e.

View File

@@ -56,10 +56,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