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:
@@ -32,7 +32,7 @@ is
|
||||
XOrigin: Length from Quantity = 0;
|
||||
anYOrigin: Length from Quantity = 0;
|
||||
aRotationAngle: PlaneAngle from Quantity = 0)
|
||||
returns mutable CircularGrid from Aspect;
|
||||
returns CircularGrid from Aspect;
|
||||
---Purpose: creates a new grid. By default this grid is not
|
||||
-- active.
|
||||
|
||||
|
@@ -35,7 +35,7 @@ is
|
||||
Create( base_pixel, redmax, redmult,
|
||||
greenmax, greenmult,
|
||||
bluemax, bluemult : in Integer from Standard )
|
||||
returns mutable ColorCubeColorMap from Aspect
|
||||
returns ColorCubeColorMap from Aspect
|
||||
raises RangeError from Standard ;
|
||||
---Level: Public
|
||||
---Purpose : Create a ColorCube ColorMap.
|
||||
|
@@ -35,7 +35,7 @@ raises
|
||||
is
|
||||
Create( basepixel,dimension : in Integer from Standard ;
|
||||
color : in Color from Quantity )
|
||||
returns mutable ColorRampColorMap from Aspect
|
||||
returns ColorRampColorMap from Aspect
|
||||
raises RangeError from Standard ;
|
||||
---Level: Public
|
||||
---Purpose : Create a Color Ramp Colormap starting from Black at
|
||||
@@ -43,7 +43,7 @@ is
|
||||
|
||||
Create( basepixel,dimension : in Integer from Standard ;
|
||||
colorName : in NameOfColor from Quantity )
|
||||
returns mutable ColorRampColorMap from Aspect
|
||||
returns ColorRampColorMap from Aspect
|
||||
raises RangeError from Standard ;
|
||||
---Level: Public
|
||||
---Purpose : Create a Color Ramp Colormap starting from Black at
|
||||
|
@@ -359,19 +359,19 @@ is
|
||||
-- Category: Inquire methods
|
||||
----------------------------
|
||||
|
||||
ColorMap(me) returns mutable ColorMap from Aspect
|
||||
ColorMap(me) returns ColorMap from Aspect
|
||||
raises UndefinedMap from Aspect is static;
|
||||
|
||||
TypeMap(me) returns mutable TypeMap from Aspect
|
||||
TypeMap(me) returns TypeMap from Aspect
|
||||
raises UndefinedMap from Aspect is static;
|
||||
|
||||
WidthMap(me) returns mutable WidthMap from Aspect
|
||||
WidthMap(me) returns WidthMap from Aspect
|
||||
raises UndefinedMap from Aspect is static;
|
||||
|
||||
FontMap(me) returns mutable FontMap from Aspect
|
||||
FontMap(me) returns FontMap from Aspect
|
||||
raises UndefinedMap from Aspect is static;
|
||||
|
||||
MarkMap(me) returns mutable MarkMap from Aspect
|
||||
MarkMap(me) returns MarkMap from Aspect
|
||||
raises UndefinedMap from Aspect is static;
|
||||
|
||||
WorkSpace ( me ; Width,Heigth : out Length from Quantity )
|
||||
|
@@ -32,7 +32,7 @@ raises
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable FontMap from Aspect;
|
||||
Create returns FontMap from Aspect;
|
||||
|
||||
AddEntry (me : mutable; AnEntry : FontMapEntry from Aspect)
|
||||
---Level: Public
|
||||
|
@@ -37,7 +37,7 @@ raises
|
||||
is
|
||||
|
||||
Create
|
||||
returns mutable GenericColorMap from Aspect;
|
||||
returns GenericColorMap from Aspect;
|
||||
---Level: Public
|
||||
---Purpose: Creates a generic ColorMap .
|
||||
|
||||
|
@@ -31,7 +31,7 @@ raises
|
||||
BadAccess from Aspect
|
||||
|
||||
is
|
||||
Create returns mutable MarkMap from Aspect;
|
||||
Create returns MarkMap from Aspect;
|
||||
|
||||
AddEntry (me : mutable; AnEntry : MarkMapEntry from Aspect)
|
||||
---Level: Public
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
aFirstAngle: PlaneAngle from Quantity = 0;
|
||||
aSecondAngle: PlaneAngle from Quantity = 0;
|
||||
aRotationAngle: PlaneAngle from Quantity = 0)
|
||||
returns mutable RectangularGrid from Aspect
|
||||
returns RectangularGrid from Aspect
|
||||
---Purpose: creates a new grid. By default this grid is not
|
||||
-- active.
|
||||
-- The first angle is given relatively to the horizontal.
|
||||
|
@@ -31,7 +31,7 @@ raises
|
||||
BadAccess from Aspect
|
||||
|
||||
is
|
||||
Create returns mutable TypeMap from Aspect;
|
||||
Create returns TypeMap from Aspect;
|
||||
|
||||
AddEntry (me : mutable; AnEntry : TypeMapEntry from Aspect)
|
||||
---Level: Public
|
||||
|
@@ -34,7 +34,7 @@ raises
|
||||
|
||||
is
|
||||
Create
|
||||
returns mutable WidthMap from Aspect;
|
||||
returns WidthMap from Aspect;
|
||||
---Level: Public
|
||||
---Purpose: Creates a width map.
|
||||
|
||||
|
Reference in New Issue
Block a user