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:
@@ -26,12 +26,12 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable AsciiStringDriver from BinMDataStd;
|
||||
returns AsciiStringDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF;
|
||||
NewEmpty (me) returns Attribute from TDF;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard;
|
||||
---Purpose: persistent -> transient (retrieve)
|
||||
|
@@ -25,14 +25,14 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable BooleanArrayDriver from BinMDataStd;
|
||||
returns BooleanArrayDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me)
|
||||
returns mutable Attribute from TDF
|
||||
returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -25,14 +25,14 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable BooleanListDriver from BinMDataStd;
|
||||
returns BooleanListDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me)
|
||||
returns mutable Attribute from TDF
|
||||
returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -25,14 +25,14 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable ByteArrayDriver from BinMDataStd;
|
||||
returns ByteArrayDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me)
|
||||
returns mutable Attribute from TDF
|
||||
returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -26,12 +26,12 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable CommentDriver from BinMDataStd;
|
||||
returns CommentDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF;
|
||||
NewEmpty (me) returns Attribute from TDF;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard;
|
||||
|
||||
|
@@ -26,13 +26,13 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable DirectoryDriver from BinMDataStd;
|
||||
returns DirectoryDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF
|
||||
NewEmpty (me) returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -26,12 +26,12 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable ExpressionDriver from BinMDataStd;
|
||||
returns ExpressionDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF;
|
||||
NewEmpty (me) returns Attribute from TDF;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard;
|
||||
|
||||
|
@@ -26,13 +26,13 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable ExtStringArrayDriver from BinMDataStd;
|
||||
returns ExtStringArrayDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF
|
||||
NewEmpty (me) returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -25,14 +25,14 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable ExtStringListDriver from BinMDataStd;
|
||||
returns ExtStringListDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me)
|
||||
returns mutable Attribute from TDF
|
||||
returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -25,12 +25,12 @@ uses
|
||||
Attribute from TDF
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable IntPackedMapDriver from BinMDataStd;
|
||||
returns IntPackedMapDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF;
|
||||
NewEmpty (me) returns Attribute from TDF;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard;
|
||||
---Purpose: persistent -> transient (retrieve)
|
||||
|
@@ -26,13 +26,13 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable IntegerArrayDriver from BinMDataStd;
|
||||
returns IntegerArrayDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF
|
||||
NewEmpty (me) returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -26,13 +26,13 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable IntegerDriver from BinMDataStd;
|
||||
returns IntegerDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF
|
||||
NewEmpty (me) returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -25,14 +25,14 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable IntegerListDriver from BinMDataStd;
|
||||
returns IntegerListDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me)
|
||||
returns mutable Attribute from TDF
|
||||
returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -26,12 +26,12 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable NameDriver from BinMDataStd;
|
||||
returns NameDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF;
|
||||
NewEmpty (me) returns Attribute from TDF;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard;
|
||||
---Purpose: persistent -> transient (retrieve)
|
||||
|
@@ -26,14 +26,14 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable NamedDataDriver from BinMDataStd;
|
||||
returns NamedDataDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me)
|
||||
returns mutable Attribute from TDF
|
||||
returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -26,13 +26,13 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable NoteBookDriver from BinMDataStd;
|
||||
returns NoteBookDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF
|
||||
NewEmpty (me) returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -26,13 +26,13 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable RealArrayDriver from BinMDataStd;
|
||||
returns RealArrayDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF
|
||||
NewEmpty (me) returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -26,13 +26,13 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable RealDriver from BinMDataStd;
|
||||
returns RealDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF
|
||||
NewEmpty (me) returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -25,14 +25,14 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable RealListDriver from BinMDataStd;
|
||||
returns RealListDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me)
|
||||
returns mutable Attribute from TDF
|
||||
returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -25,14 +25,14 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable ReferenceArrayDriver from BinMDataStd;
|
||||
returns ReferenceArrayDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me)
|
||||
returns mutable Attribute from TDF
|
||||
returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -25,14 +25,14 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable ReferenceListDriver from BinMDataStd;
|
||||
returns ReferenceListDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me)
|
||||
returns mutable Attribute from TDF
|
||||
returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -26,12 +26,12 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable RelationDriver from BinMDataStd;
|
||||
returns RelationDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF;
|
||||
NewEmpty (me) returns Attribute from TDF;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard;
|
||||
|
||||
|
@@ -28,14 +28,14 @@ uses
|
||||
is
|
||||
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable TickDriver from BinMDataStd;
|
||||
returns TickDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me)
|
||||
returns mutable Attribute from TDF
|
||||
returns Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
|
@@ -26,12 +26,12 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable TreeNodeDriver from BinMDataStd;
|
||||
returns TreeNodeDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF;
|
||||
NewEmpty (me) returns Attribute from TDF;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard;
|
||||
|
||||
|
@@ -26,12 +26,12 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable UAttributeDriver from BinMDataStd;
|
||||
returns UAttributeDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF;
|
||||
NewEmpty (me) returns Attribute from TDF;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard;
|
||||
|
||||
|
@@ -26,12 +26,12 @@ uses
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable VariableDriver from BinMDataStd;
|
||||
returns VariableDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me) returns mutable Attribute from TDF;
|
||||
NewEmpty (me) returns Attribute from TDF;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
Target : Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard;
|
||||
|
||||
|
Reference in New Issue
Block a user