mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-04 11:47:53 +08: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:
@@ -100,7 +100,7 @@ is
|
||||
---Category: methodes of TDF_Attribute
|
||||
-- =========================
|
||||
|
||||
Create returns mutable IntegerArray from TDataStd;
|
||||
Create returns IntegerArray from TDataStd;
|
||||
|
||||
ID (me)
|
||||
---C++: return const &
|
||||
@@ -109,10 +109,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);
|
||||
---Purpose: Note. Uses inside ChangeArray() method
|
||||
|
||||
Dump(me; anOS : in out OStream from Standard)
|
||||
|
||||
Reference in New Issue
Block a user