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:
@@ -112,7 +112,7 @@ is
|
||||
---C++: return const &
|
||||
is static;
|
||||
|
||||
ChangeValue (me : in out) returns mutable TrimmedCurve from Geom2d
|
||||
ChangeValue (me : in out) returns TrimmedCurve from Geom2d
|
||||
--- Purpose : Returns the Curve of <me>.
|
||||
--
|
||||
---C++: return const &
|
||||
|
@@ -38,7 +38,7 @@ raises DomainError from Standard,
|
||||
RangeError from Standard
|
||||
|
||||
is
|
||||
Create returns mutable BisecAna;
|
||||
Create returns BisecAna;
|
||||
|
||||
Perform(me : mutable ;
|
||||
Cu1 : Curve from Geom2d ;
|
||||
@@ -143,7 +143,7 @@ is
|
||||
--- Purpose : Raised if N < 0.
|
||||
is static;
|
||||
|
||||
Copy (me) returns mutable like me
|
||||
Copy (me) returns like me
|
||||
is static;
|
||||
|
||||
Transform (me : mutable; T : Trsf2d)
|
||||
|
@@ -38,7 +38,7 @@ raises DomainError from Standard,
|
||||
RangeError from Standard
|
||||
is
|
||||
|
||||
Create returns mutable BisecCC;
|
||||
Create returns BisecCC;
|
||||
|
||||
Create (Cu1 : Curve from Geom2d;
|
||||
Cu2 : Curve from Geom2d;
|
||||
@@ -58,7 +58,7 @@ is
|
||||
-- between the points of the bisector and <Cu> is smaller
|
||||
-- than <DistMax>.
|
||||
--
|
||||
returns mutable BisecCC from Bisector;
|
||||
returns BisecCC from Bisector;
|
||||
|
||||
Perform (me : mutable ;
|
||||
Cu1 : Curve from Geom2d;
|
||||
@@ -101,13 +101,13 @@ is
|
||||
--- Purpose : Raised if N < 0.
|
||||
is static;
|
||||
|
||||
ChangeGuide (me) returns mutable like me
|
||||
ChangeGuide (me) returns like me
|
||||
---Purpose: The parameter on <me> is linked to the parameter
|
||||
-- on the first curve. This method creates the same bisector
|
||||
-- where the curves are inversed.
|
||||
is static;
|
||||
|
||||
Copy (me) returns mutable like me
|
||||
Copy (me) returns like me
|
||||
is static;
|
||||
|
||||
Transform (me : mutable; T : Trsf2d)
|
||||
|
@@ -39,7 +39,7 @@ raises DomainError from Standard,
|
||||
RangeError from Standard
|
||||
is
|
||||
|
||||
Create returns mutable BisecPC;
|
||||
Create returns BisecPC;
|
||||
|
||||
Create (Cu : Curve from Geom2d;
|
||||
P : Pnt2d from gp ;
|
||||
@@ -54,7 +54,7 @@ is
|
||||
-- between the points of the bisector and <Cu> is smaller
|
||||
-- than <DistMax>.
|
||||
--
|
||||
returns mutable BisecPC from Bisector;
|
||||
returns BisecPC from Bisector;
|
||||
|
||||
Create (Cu : Curve from Geom2d;
|
||||
P : Pnt2d from gp ;
|
||||
@@ -69,7 +69,7 @@ is
|
||||
-- Warning: the bisector is supposed all over defined between
|
||||
-- <UMin> and <UMax>.
|
||||
|
||||
returns mutable BisecPC from Bisector;
|
||||
returns BisecPC from Bisector;
|
||||
|
||||
Perform (me : mutable ;
|
||||
Cu : Curve from Geom2d;
|
||||
@@ -111,7 +111,7 @@ is
|
||||
-- the point of parameter U on <me>.
|
||||
is static;
|
||||
|
||||
Copy (me) returns mutable like me
|
||||
Copy (me) returns like me
|
||||
is static;
|
||||
|
||||
Transform (me : mutable; T : Trsf2d)
|
||||
|
Reference in New Issue
Block a user