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

@@ -29,7 +29,7 @@ is
Create returns RWAssemblyComponentUsageSubstitute;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable AssemblyComponentUsageSubstitute from StepRepr);
ach : in out Check; ent : AssemblyComponentUsageSubstitute from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : AssemblyComponentUsageSubstitute from StepRepr);

View File

@@ -29,7 +29,7 @@ is
Create returns RWCompoundRepresentationItem;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable CompoundRepresentationItem from StepRepr);
ach : in out Check; ent : CompoundRepresentationItem from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : CompoundRepresentationItem from StepRepr);

View File

@@ -29,7 +29,7 @@ is
Create returns RWDefinitionalRepresentation;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable DefinitionalRepresentation from StepRepr);
ach : in out Check; ent : DefinitionalRepresentation from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : DefinitionalRepresentation from StepRepr);

View File

@@ -28,7 +28,7 @@ is
Create returns RWDescriptiveRepresentationItem;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable DescriptiveRepresentationItem from StepRepr);
ach : in out Check; ent : DescriptiveRepresentationItem from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : DescriptiveRepresentationItem from StepRepr);

View File

@@ -28,7 +28,7 @@ is
Create returns RWFunctionallyDefinedTransformation;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable FunctionallyDefinedTransformation from StepRepr);
ach : in out Check; ent : FunctionallyDefinedTransformation from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : FunctionallyDefinedTransformation from StepRepr);

View File

@@ -29,7 +29,7 @@ is
Create returns RWGlobalUncertaintyAssignedContext;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable GlobalUncertaintyAssignedContext from StepRepr);
ach : in out Check; ent : GlobalUncertaintyAssignedContext from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : GlobalUncertaintyAssignedContext from StepRepr);

View File

@@ -29,7 +29,7 @@ is
Create returns RWGlobalUnitAssignedContext;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable GlobalUnitAssignedContext from StepRepr);
ach : in out Check; ent : GlobalUnitAssignedContext from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : GlobalUnitAssignedContext from StepRepr);

View File

@@ -29,7 +29,7 @@ is
Create returns RWItemDefinedTransformation;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ItemDefinedTransformation from StepRepr);
ach : in out Check; ent : ItemDefinedTransformation from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : ItemDefinedTransformation from StepRepr);

View File

@@ -29,7 +29,7 @@ is
Create returns RWMappedItem;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable MappedItem from StepRepr);
ach : in out Check; ent : MappedItem from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : MappedItem from StepRepr);

View File

@@ -29,7 +29,7 @@ is
Create returns RWMaterialDesignation;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable MaterialDesignation from StepRepr);
ach : in out Check; ent : MaterialDesignation from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : MaterialDesignation from StepRepr);

View File

@@ -29,7 +29,7 @@ is
Create returns RWMeasureRepresentationItem;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable MeasureRepresentationItem from StepRepr);
ach : in out Check; ent : MeasureRepresentationItem from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : MeasureRepresentationItem from StepRepr);

View File

@@ -28,7 +28,7 @@ is
Create returns RWParametricRepresentationContext;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ParametricRepresentationContext from StepRepr);
ach : in out Check; ent : ParametricRepresentationContext from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : ParametricRepresentationContext from StepRepr);

View File

@@ -27,7 +27,7 @@ is
Create returns RWReprItemAndLengthMeasureWithUnit;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ReprItemAndLengthMeasureWithUnit from StepRepr);
ach : in out Check; ent : ReprItemAndLengthMeasureWithUnit from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : ReprItemAndLengthMeasureWithUnit from StepRepr);

View File

@@ -29,7 +29,7 @@ is
Create returns RWRepresentation;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable Representation from StepRepr);
ach : in out Check; ent : Representation from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : Representation from StepRepr);

View File

@@ -28,7 +28,7 @@ is
Create returns RWRepresentationContext;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable RepresentationContext from StepRepr);
ach : in out Check; ent : RepresentationContext from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : RepresentationContext from StepRepr);

View File

@@ -28,7 +28,7 @@ is
Create returns RWRepresentationItem;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable RepresentationItem from StepRepr);
ach : in out Check; ent : RepresentationItem from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : RepresentationItem from StepRepr);

View File

@@ -29,7 +29,7 @@ is
Create returns RWRepresentationMap;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable RepresentationMap from StepRepr);
ach : in out Check; ent : RepresentationMap from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : RepresentationMap from StepRepr);

View File

@@ -29,7 +29,7 @@ is
Create returns RWRepresentationRelationship;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable RepresentationRelationship from StepRepr);
ach : in out Check; ent : RepresentationRelationship from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : RepresentationRelationship from StepRepr);

View File

@@ -29,7 +29,7 @@ is
Create returns RWRepresentationRelationshipWithTransformation;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable RepresentationRelationshipWithTransformation from StepRepr);
ach : in out Check; ent : RepresentationRelationshipWithTransformation from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : RepresentationRelationshipWithTransformation from StepRepr);

View File

@@ -29,7 +29,7 @@ is
Create returns RWShapeAspect;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ShapeAspect from StepRepr);
ach : in out Check; ent : ShapeAspect from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : ShapeAspect from StepRepr);

View File

@@ -29,7 +29,7 @@ is
Create returns RWShapeRepresentationRelationshipWithTransformation;
ReadStep (me; data : StepReaderData; num : Integer;
ach : in out Check; ent : mutable ShapeRepresentationRelationshipWithTransformation from StepRepr);
ach : in out Check; ent : ShapeRepresentationRelationshipWithTransformation from StepRepr);
WriteStep (me; SW : in out StepWriter; ent : ShapeRepresentationRelationshipWithTransformation from StepRepr);