1
0
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:
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

@@ -31,7 +31,7 @@ uses
is
Create returns mutable Color;
Create returns Color;
-- Specific Methods pertaining to class

View File

@@ -31,7 +31,7 @@ raises OutOfRange
is
Create returns mutable DefinitionLevel;
Create returns DefinitionLevel;
-- Specific Methods pertaining to the class

View File

@@ -28,7 +28,7 @@ uses Integer, Real -- no one specific type
is
Create returns mutable DrawingSize;
Create returns DrawingSize;
-- Specific Methods pertaining to the class

View File

@@ -28,7 +28,7 @@ uses
is
Create returns mutable DrawingUnits;
Create returns DrawingUnits;
-- Specific Methods pertaining to the class

View File

@@ -25,7 +25,7 @@ uses OStream,
is
Create returns mutable GeneralModule from IGESGraph;
Create returns GeneralModule from IGESGraph;
---Purpose : Creates a GeneralModule from IGESGraph and puts it into GeneralLib
OwnSharedCase (me; CN : Integer; ent : IGESEntity;
@@ -43,12 +43,12 @@ is
---Purpose : Performs Specific Semantic Check for each type of Entity
NewVoid (me; CN : Integer; entto : out mutable Transient)
NewVoid (me; CN : Integer; entto : out Transient)
returns Boolean;
---Purpose : Specific creation of a new void entity
OwnCopyCase (me; CN : Integer;
entfrom : IGESEntity; entto : mutable IGESEntity;
entfrom : IGESEntity; entto : IGESEntity;
TC : in out CopyTool);
---Purpose : Copies parameters which are specific of each Type of Entity

View File

@@ -27,7 +27,7 @@ uses Integer -- no one specific type
is
Create returns mutable HighLight;
Create returns HighLight;
-- Specific Methods pertaining to the class

View File

@@ -27,7 +27,7 @@ uses Integer, Real -- no one specific type
is
Create returns mutable IntercharacterSpacing;
Create returns IntercharacterSpacing;
-- Specific Methods pertaining to the class

View File

@@ -34,7 +34,7 @@ raises OutOfRange
is
Create returns mutable LineFontDefPattern;
Create returns LineFontDefPattern;
-- Specific Methods pertaining to class

View File

@@ -31,7 +31,7 @@ uses
is
Create returns mutable LineFontDefTemplate;
Create returns LineFontDefTemplate;
-- Specific Methods pertaining to class

View File

@@ -28,7 +28,7 @@ uses Integer -- no one specific type
is
Create returns mutable LineFontPredefined;
Create returns LineFontPredefined;
-- Specific Methods pertaining to the class

View File

@@ -28,7 +28,7 @@ uses
is
Create returns mutable NominalSize;
Create returns NominalSize;
-- Specific Methods pertaining to the class

View File

@@ -28,7 +28,7 @@ uses Integer -- no one specific type
is
Create returns mutable Pick;
Create returns Pick;
-- Specific Methods pertaining to the class

View File

@@ -22,7 +22,7 @@ uses Type, Protocol from Interface
is
Create returns mutable Protocol from IGESGraph;
Create returns Protocol from IGESGraph;
NbResources (me) returns Integer is redefined;
---Purpose : Gives the count of Resource Protocol. Here, one

View File

@@ -27,13 +27,13 @@ raises DomainError
is
Create returns mutable ReadWriteModule from IGESGraph;
Create returns ReadWriteModule from IGESGraph;
---Purpose : Creates a ReadWriteModule & puts it into ReaderLib & WriterLib
CaseIGES (me; typenum, formnum : Integer) returns Integer;
---Purpose : Defines Case Numbers for Entities of IGESGraph
ReadOwnParams (me; CN : Integer; ent : mutable IGESEntity;
ReadOwnParams (me; CN : Integer; ent : IGESEntity;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError;
---Purpose : Reads own parameters from file for an Entity of IGESGraph

View File

@@ -23,14 +23,14 @@ uses Messenger from Message, IGESEntity, IGESDumper
is
Create returns mutable SpecificModule from IGESGraph;
Create returns SpecificModule from IGESGraph;
---Purpose : Creates a SpecificModule from IGESGraph & puts it into SpecificLib
OwnDump (me; CN : Integer; ent : IGESEntity;
dumper : IGESDumper; S : Messenger from Message; own : Integer);
---Purpose : Specific Dump (own parameters) for IGESGraph
OwnCorrect (me; CN : Integer; ent : mutable IGESEntity)
OwnCorrect (me; CN : Integer; ent : IGESEntity)
returns Boolean is redefined;
---Purpose : Performs non-ambiguous Corrections on Entities which support
-- them (DrawingSize,DrawingUnits,HighLight,IntercharacterSpacing,

View File

@@ -31,7 +31,7 @@ uses
is
Create returns mutable TextDisplayTemplate;
Create returns TextDisplayTemplate;
-- specific for the entity

View File

@@ -33,7 +33,7 @@ raises DimensionMismatch, OutOfRange
is
Create returns mutable TextFontDef;
Create returns TextFontDef;
-- specific for the entity

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolColor, ready to work
ReadOwnParams (me; ent : mutable Color;
ReadOwnParams (me; ent : Color;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : Color; entto : mutable Color;
OwnCopy (me; entfrom : Color; entto : Color;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolDefinitionLevel, ready to work
ReadOwnParams (me; ent : mutable DefinitionLevel;
ReadOwnParams (me; ent : DefinitionLevel;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : DefinitionLevel; entto : mutable DefinitionLevel;
OwnCopy (me; entfrom : DefinitionLevel; entto : DefinitionLevel;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolDrawingSize, ready to work
ReadOwnParams (me; ent : mutable DrawingSize;
ReadOwnParams (me; ent : DrawingSize;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -47,7 +47,7 @@ is
---Purpose : Lists the Entities shared by a DrawingSize <ent>, from
-- its specific (own) parameters
OwnCorrect (me; ent : mutable DrawingSize) returns Boolean is static;
OwnCorrect (me; ent : DrawingSize) returns Boolean is static;
---Purpose : Sets automatic unambiguous Correction on a DrawingSize
-- (NbPropertyValues forced to 2)
@@ -59,7 +59,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : DrawingSize; entto : mutable DrawingSize;
OwnCopy (me; entfrom : DrawingSize; entto : DrawingSize;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolDrawingUnits, ready to work
ReadOwnParams (me; ent : mutable DrawingUnits;
ReadOwnParams (me; ent : DrawingUnits;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -47,7 +47,7 @@ is
---Purpose : Lists the Entities shared by a DrawingUnits <ent>, from
-- its specific (own) parameters
OwnCorrect (me; ent : mutable DrawingUnits) returns Boolean is static;
OwnCorrect (me; ent : DrawingUnits) returns Boolean is static;
---Purpose : Sets automatic unambiguous Correction on a DrawingUnits
-- (NbPropertyValues forced to 2)
@@ -59,7 +59,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : DrawingUnits; entto : mutable DrawingUnits;
OwnCopy (me; entfrom : DrawingUnits; entto : DrawingUnits;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolHighLight, ready to work
ReadOwnParams (me; ent : mutable HighLight;
ReadOwnParams (me; ent : HighLight;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -47,7 +47,7 @@ is
---Purpose : Lists the Entities shared by a HighLight <ent>, from
-- its specific (own) parameters
OwnCorrect (me; ent : mutable HighLight) returns Boolean is static;
OwnCorrect (me; ent : HighLight) returns Boolean is static;
---Purpose : Sets automatic unambiguous Correction on a HighLight
-- (NbPropertyValues forced to 1)
@@ -59,7 +59,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : HighLight; entto : mutable HighLight;
OwnCopy (me; entfrom : HighLight; entto : HighLight;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolIntercharacterSpacing, ready to work
ReadOwnParams (me; ent : mutable IntercharacterSpacing;
ReadOwnParams (me; ent : IntercharacterSpacing;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -47,7 +47,7 @@ is
---Purpose : Lists the Entities shared by a IntercharacterSpacing <ent>, from
-- its specific (own) parameters
OwnCorrect (me; ent : mutable IntercharacterSpacing) returns Boolean is static;
OwnCorrect (me; ent : IntercharacterSpacing) returns Boolean is static;
---Purpose : Sets automatic unambiguous Correction on a IntercharacterSpacing
-- (NbPropertyValues forced to 1)
@@ -59,7 +59,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : IntercharacterSpacing; entto : mutable IntercharacterSpacing;
OwnCopy (me; entfrom : IntercharacterSpacing; entto : IntercharacterSpacing;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolLineFontDefPattern, ready to work
ReadOwnParams (me; ent : mutable LineFontDefPattern;
ReadOwnParams (me; ent : LineFontDefPattern;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : LineFontDefPattern; entto : mutable LineFontDefPattern;
OwnCopy (me; entfrom : LineFontDefPattern; entto : LineFontDefPattern;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolLineFontDefTemplate, ready to work
ReadOwnParams (me; ent : mutable LineFontDefTemplate;
ReadOwnParams (me; ent : LineFontDefTemplate;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : LineFontDefTemplate; entto : mutable LineFontDefTemplate;
OwnCopy (me; entfrom : LineFontDefTemplate; entto : LineFontDefTemplate;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolLineFontPredefined, ready to work
ReadOwnParams (me; ent : mutable LineFontPredefined;
ReadOwnParams (me; ent : LineFontPredefined;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -47,7 +47,7 @@ is
---Purpose : Lists the Entities shared by a LineFontPredefined <ent>, from
-- its specific (own) parameters
OwnCorrect (me; ent : mutable LineFontPredefined) returns Boolean is static;
OwnCorrect (me; ent : LineFontPredefined) returns Boolean is static;
---Purpose : Sets automatic unambiguous Correction on a LineFontPredefined
-- (NbPropertyValues forced to 1)
@@ -59,7 +59,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : LineFontPredefined; entto : mutable LineFontPredefined;
OwnCopy (me; entfrom : LineFontPredefined; entto : LineFontPredefined;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolNominalSize, ready to work
ReadOwnParams (me; ent : mutable NominalSize;
ReadOwnParams (me; ent : NominalSize;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -47,7 +47,7 @@ is
---Purpose : Lists the Entities shared by a NominalSize <ent>, from
-- its specific (own) parameters
OwnCorrect (me; ent : mutable NominalSize) returns Boolean is static;
OwnCorrect (me; ent : NominalSize) returns Boolean is static;
---Purpose : Sets automatic unambiguous Correction on a NominalSize
-- (NbPropertyValues forced to 2 or 3 according HasStandardName)
@@ -59,7 +59,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : NominalSize; entto : mutable NominalSize;
OwnCopy (me; entfrom : NominalSize; entto : NominalSize;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolPick, ready to work
ReadOwnParams (me; ent : mutable Pick;
ReadOwnParams (me; ent : Pick;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -47,7 +47,7 @@ is
---Purpose : Lists the Entities shared by a Pick <ent>, from
-- its specific (own) parameters
OwnCorrect (me; ent : mutable Pick) returns Boolean is static;
OwnCorrect (me; ent : Pick) returns Boolean is static;
---Purpose : Sets automatic unambiguous Correction on a Pick
-- (NbPropertyValues forced to 1)
@@ -59,7 +59,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : Pick; entto : mutable Pick;
OwnCopy (me; entfrom : Pick; entto : Pick;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolTextDisplayTemplate, ready to work
ReadOwnParams (me; ent : mutable TextDisplayTemplate;
ReadOwnParams (me; ent : TextDisplayTemplate;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : TextDisplayTemplate; entto : mutable TextDisplayTemplate;
OwnCopy (me; entfrom : TextDisplayTemplate; entto : TextDisplayTemplate;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolTextFontDef, ready to work
ReadOwnParams (me; ent : mutable TextFontDef;
ReadOwnParams (me; ent : TextFontDef;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -55,7 +55,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : TextFontDef; entto : mutable TextFontDef;
OwnCopy (me; entfrom : TextFontDef; entto : TextFontDef;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -31,7 +31,7 @@ is
---Purpose : Returns a ToolUniformRectGrid, ready to work
ReadOwnParams (me; ent : mutable UniformRectGrid;
ReadOwnParams (me; ent : UniformRectGrid;
IR : IGESReaderData; PR : in out ParamReader)
raises DomainError is static;
---Purpose : Reads own parameters from file. <PR> gives access to them,
@@ -47,7 +47,7 @@ is
---Purpose : Lists the Entities shared by a UniformRectGrid <ent>, from
-- its specific (own) parameters
OwnCorrect (me; ent : mutable UniformRectGrid) returns Boolean is static;
OwnCorrect (me; ent : UniformRectGrid) returns Boolean is static;
---Purpose : Sets automatic unambiguous Correction on a UniformRectGrid
-- (NbPropertyValues forced to 9)
@@ -59,7 +59,7 @@ is
---Purpose : Performs Specific Semantic Check
OwnCopy (me; entfrom : UniformRectGrid; entto : mutable UniformRectGrid;
OwnCopy (me; entfrom : UniformRectGrid; entto : UniformRectGrid;
TC : in out CopyTool) is static;
---Purpose : Copies Specific Parameters

View File

@@ -30,7 +30,7 @@ uses
is
Create returns mutable UniformRectGrid;
Create returns UniformRectGrid;
-- Specific Methods pertaining to the class