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

@@ -37,7 +37,7 @@ is
--- Purpose :
-- creates a drawable BSpline curve from a BSpline curve of
-- package Geom.
returns mutable BSplineCurve from DrawTrSurf;
returns BSplineCurve from DrawTrSurf;
@@ -49,7 +49,7 @@ is
--- Purpose :
-- creates a drawable BSpline curve from a BSpline curve of
-- package Geom.
returns mutable BSplineCurve from DrawTrSurf;
returns BSplineCurve from DrawTrSurf;
DrawOn (me; dis : in out Display from Draw)
@@ -129,7 +129,7 @@ is
---C++: inline
is static;
Copy(me) returns mutable Drawable3D from Draw
Copy(me) returns Drawable3D from Draw
---Purpose: For variable copy.
is redefined;

View File

@@ -37,14 +37,14 @@ is
--- Purpose :
-- creates a drawable BSpline curve from a BSpline curve of
-- package Geom2d.
returns mutable BSplineCurve2d from DrawTrSurf;
returns BSplineCurve2d from DrawTrSurf;
Create (C : BSplineCurve from Geom2d;
CurvColor, PolesColor, KnotsColor : Color from Draw;
KnotsShape : MarkerShape from Draw; KnotsSize : Integer;
ShowPoles, ShowKnots : Boolean; Discret : Integer)
returns mutable BSplineCurve2d from DrawTrSurf;
returns BSplineCurve2d from DrawTrSurf;
DrawOn (me; dis : in out Display from Draw)
@@ -99,7 +99,7 @@ is
---C++: inline
is static;
Copy(me) returns mutable Drawable3D from Draw
Copy(me) returns Drawable3D from Draw
---Purpose: For variable copy.
is redefined;

View File

@@ -36,7 +36,7 @@ is
Create (S : BSplineSurface from Geom)
returns mutable BSplineSurface from DrawTrSurf;
returns BSplineSurface from DrawTrSurf;
--- Purpose : default drawing mode.
-- The isoparametric curves corresponding to the knots values are
-- drawn.
@@ -51,7 +51,7 @@ is
KnotsShape : MarkerShape from Draw; KnotsSize : Integer;
ShowPoles, ShowKnots : Boolean; Discret : Integer; Deflection : Real;
DrawMode : Integer)
returns mutable BSplineSurface from DrawTrSurf;
returns BSplineSurface from DrawTrSurf;
--- Purpose :
-- The isoparametric curves corresponding to the knots values are
-- drawn.
@@ -64,7 +64,7 @@ is
KnotsShape : MarkerShape from Draw; KnotsSize : Integer;
ShowPoles, ShowKnots : Boolean; Discret : Integer; Deflection : Real;
DrawMode : Integer)
returns mutable BSplineSurface from DrawTrSurf;
returns BSplineSurface from DrawTrSurf;
--- Purpose : Parametric equidistant iso curves are drawn.
@@ -147,7 +147,7 @@ is
---C++: inline
is static;
Copy(me) returns mutable Drawable3D from Draw
Copy(me) returns Drawable3D from Draw
---Purpose: For variable copy.
is redefined;

View File

@@ -36,14 +36,14 @@ is
--- Purpose :
-- creates a drawable Bezier curve from a Bezier curve of
-- package Geom.
returns mutable BezierCurve from DrawTrSurf;
returns BezierCurve from DrawTrSurf;
Create (C : BezierCurve from Geom;
CurvColor, PolesColor : Color from Draw;
ShowPoles : Boolean; Discret : Integer;Deflection : Real;
DrawMode : Integer)
returns mutable BezierCurve from DrawTrSurf;
returns BezierCurve from DrawTrSurf;
DrawOn (me; dis : in out Display from Draw)
@@ -78,7 +78,7 @@ is
---C++: inline
is static;
Copy(me) returns mutable Drawable3D from Draw
Copy(me) returns Drawable3D from Draw
---Purpose: For variable copy.
is redefined;

View File

@@ -36,13 +36,13 @@ is
--- Purpose :
-- creates a drawable Bezier curve from a Bezier curve of
-- package Geom2d.
returns mutable BezierCurve2d from DrawTrSurf;
returns BezierCurve2d from DrawTrSurf;
Create (C : BezierCurve from Geom2d;
CurvColor, PolesColor : Color from Draw;
ShowPoles : Boolean; Discret : Integer)
returns mutable BezierCurve2d from DrawTrSurf;
returns BezierCurve2d from DrawTrSurf;
DrawOn (me; dis : in out Display from Draw)
@@ -76,7 +76,7 @@ is
---C++: inline
is static;
Copy(me) returns mutable Drawable3D from Draw
Copy(me) returns Drawable3D from Draw
---Purpose: For variable copy.
is redefined;

View File

@@ -33,7 +33,7 @@ is
--- Purpose :
-- creates a drawable Bezier curve from a Bezier curve of
-- package Geom.
returns mutable BezierSurface from DrawTrSurf;
returns BezierSurface from DrawTrSurf;
@@ -42,7 +42,7 @@ is
BoundsColor, IsosColor, PolesColor : Color from Draw;
ShowPoles : Boolean; Discret : Integer;Deflection : Real;
DrawMode : Integer)
returns mutable BezierSurface from DrawTrSurf;
returns BezierSurface from DrawTrSurf;
DrawOn (me; dis : in out Display from Draw)
@@ -71,7 +71,7 @@ is
---C++: inline
is static;
Copy(me) returns mutable Drawable3D from Draw
Copy(me) returns Drawable3D from Draw
---Purpose: For variable copy.
is redefined;

View File

@@ -36,7 +36,7 @@ is
Create (C : Curve from Geom; DispOrigin : Boolean from Standard = Standard_True)
--- Purpose :
-- creates a drawable curve from a curve of package Geom.
returns mutable Curve from DrawTrSurf;
returns Curve from DrawTrSurf;
Create (C : Curve from Geom; aColor : Color from Draw; Discret : Integer;
@@ -45,7 +45,7 @@ is
DispCurvRadius : Boolean = Standard_False;
RadiusMax : Real = 1.0e3;
RatioOfRadius : Real = 0.1)
returns mutable Curve from DrawTrSurf;
returns Curve from DrawTrSurf;
DrawOn (me; dis : in out Display from Draw);
@@ -94,7 +94,7 @@ is
---C++: inline
is static;
Copy(me) returns mutable Drawable3D from Draw
Copy(me) returns Drawable3D from Draw
---Purpose: For variable copy.
is redefined;

View File

@@ -43,7 +43,7 @@ is
DispOrigin : Boolean from Standard = Standard_True)
--- Purpose :
-- creates a drawable curve from a curve of package Geom2d.
returns mutable Curve2d from DrawTrSurf;
returns Curve2d from DrawTrSurf;
Create (C : Curve from Geom2d; aColor : Color from Draw; Discret :Integer;
@@ -51,7 +51,7 @@ is
DispCurvRadius : Boolean = Standard_False;
RadiusMax : Real = 1.0e3;
RatioOfRadius : Real = 0.1)
returns mutable Curve2d from DrawTrSurf;
returns Curve2d from DrawTrSurf;
DrawOn (me; dis : in out Display from Draw);
@@ -95,7 +95,7 @@ is
is static;
Copy(me) returns mutable Drawable3D from Draw
Copy(me) returns Drawable3D from Draw
---Purpose: For variable copy.
is redefined;

View File

@@ -32,12 +32,12 @@ is
Create( P : Pnt from gp;
Shape : MarkerShape from Draw;
Col : Color from Draw)
returns mutable Point from DrawTrSurf;
returns Point from DrawTrSurf;
Create( P : Pnt2d from gp;
Shape : MarkerShape from Draw;
Col : Color from Draw)
returns mutable Point from DrawTrSurf;
returns Point from DrawTrSurf;
DrawOn (me; dis : in out Display from Draw);
@@ -69,7 +69,7 @@ is
Shape(me) returns MarkerShape from Draw
is static;
Copy(me) returns mutable Drawable3D from Draw
Copy(me) returns Drawable3D from Draw
---Purpose: For variable copy.
is redefined;

View File

@@ -29,7 +29,7 @@ uses Polygon2D from Poly,
is
Create(P: Polygon2D from Poly)
returns mutable Polygon2D from DrawTrSurf;
returns Polygon2D from DrawTrSurf;
Polygon2D(me) returns Polygon2D from Poly;
@@ -39,7 +39,7 @@ is
DrawOn(me; dis: in out Display);
Copy(me) returns mutable Drawable3D from Draw
Copy(me) returns Drawable3D from Draw
is redefined;
---Purpose: For variable copy.

View File

@@ -29,7 +29,7 @@ uses Polygon3D from Poly,
is
Create(P: Polygon3D from Poly)
returns mutable Polygon3D from DrawTrSurf;
returns Polygon3D from DrawTrSurf;
Polygon3D(me) returns Polygon3D from Poly;
@@ -39,7 +39,7 @@ is
DrawOn(me; dis: in out Display);
Copy(me) returns mutable Drawable3D from Draw
Copy(me) returns Drawable3D from Draw
is redefined;
---Purpose: For variable copy.

View File

@@ -36,7 +36,7 @@ is
-- The boundaries are yellow, the isoparametric curves are blues.
-- For the discretisation 50 points are computed in each parametric
-- direction.
returns mutable Surface from DrawTrSurf;
returns Surface from DrawTrSurf;
@@ -46,7 +46,7 @@ is
Discret : Integer;
Deflection : Real;
DrawMode : Integer)
returns mutable Surface from DrawTrSurf;
returns Surface from DrawTrSurf;
BoundsColor (me) returns Color from Draw
@@ -96,7 +96,7 @@ is
ShowIsos (me : mutable; Nu, Nv : Integer) is virtual;
--- Purpose : change the number of isoparametric curves to be drawn.
Copy(me) returns mutable Drawable3D from Draw
Copy(me) returns Drawable3D from Draw
---Purpose: For variable copy.
is redefined;

View File

@@ -32,7 +32,7 @@ uses
is
Create(T : Triangulation from Poly)
returns mutable Triangulation from DrawTrSurf;
returns Triangulation from DrawTrSurf;
Triangulation(me)
returns Triangulation from Poly;
@@ -47,7 +47,7 @@ is
DrawOn(me; dis : in out Display);
Copy(me) returns mutable Drawable3D from Draw
Copy(me) returns Drawable3D from Draw
is redefined;
---Purpose: For variable copy.

View File

@@ -33,14 +33,14 @@ uses
is
Create(T : Triangulation from Poly)
returns mutable Triangulation2D from DrawTrSurf;
returns Triangulation2D from DrawTrSurf;
Triangulation(me)
returns Triangulation from Poly;
DrawOn(me; dis : in out Display);
Copy(me) returns mutable Drawable3D from Draw
Copy(me) returns Drawable3D from Draw
is redefined;
---Purpose: For variable copy.