mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +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:
@@ -54,7 +54,7 @@ is
|
||||
|
||||
Create(selfRelocate : Boolean from Standard = Standard_False)
|
||||
-- Create(selfRelocate : Boolean from Standard = Standard_False;afterRelocate :Boolean from Standard = Standard_False)
|
||||
returns mutable RelocationTable from TDF;
|
||||
returns RelocationTable from TDF;
|
||||
---Purpose: Creates an relocation table. <selfRelocate> says
|
||||
-- if a value without explicit relocation is its own
|
||||
-- relocation.
|
||||
@@ -120,7 +120,7 @@ is
|
||||
|
||||
HasRelocation(me;
|
||||
aSourceAttribute : Attribute from TDF;
|
||||
aTargetAttribute : in out mutable Attribute from TDF)
|
||||
aTargetAttribute : in out Attribute from TDF)
|
||||
returns Boolean from Standard;
|
||||
---Purpose: Finds the relocation value of <aSourceAttribute>
|
||||
-- and returns it into <aTargetAttribute>.
|
||||
@@ -141,7 +141,7 @@ is
|
||||
HasTransientRelocation
|
||||
(me;
|
||||
aSourceTransient : Transient from Standard;
|
||||
aTargetTransient : in out mutable Transient from Standard)
|
||||
aTargetTransient : in out Transient from Standard)
|
||||
returns Boolean from Standard;
|
||||
---Purpose: Finds the relocation value of <aSourceTransient>
|
||||
-- and returns it into <aTargetTransient>.
|
||||
|
Reference in New Issue
Block a user