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:
@@ -64,7 +64,7 @@ is
|
||||
start : Curve from Geom;
|
||||
Udeb : Real from Standard;
|
||||
Ufin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
---Purpose : Transfert a GeometryEntity which answer True to the
|
||||
-- member : BRepToIGES::IsGeomCurve(Geometry). If this
|
||||
-- Entity could not be converted, this member returns a NullEntity.
|
||||
@@ -74,77 +74,77 @@ is
|
||||
start : BoundedCurve from Geom;
|
||||
Udeb : Real from Standard;
|
||||
Ufin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferCurve (me : in out;
|
||||
start : BSplineCurve from Geom;
|
||||
Udeb : Real from Standard;
|
||||
Ufin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferCurve (me : in out;
|
||||
start : BezierCurve from Geom;
|
||||
Udeb : Real from Standard;
|
||||
Ufin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferCurve (me : in out;
|
||||
start : TrimmedCurve from Geom;
|
||||
Udeb : Real from Standard;
|
||||
Ufin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferCurve (me : in out;
|
||||
start : Conic from Geom;
|
||||
Udeb : Real from Standard;
|
||||
Ufin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferCurve (me : in out;
|
||||
start : Circle from Geom;
|
||||
Udeb : Real from Standard;
|
||||
Ufin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferCurve (me : in out;
|
||||
start : Ellipse from Geom;
|
||||
Udeb : Real from Standard;
|
||||
Ufin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferCurve (me : in out;
|
||||
start : Hyperbola from Geom;
|
||||
Udeb : Real from Standard;
|
||||
Ufin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferCurve (me : in out;
|
||||
start : Line from Geom;
|
||||
Udeb : Real from Standard;
|
||||
Ufin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferCurve (me : in out;
|
||||
start : Parabola from Geom;
|
||||
Udeb : Real from Standard;
|
||||
Ufin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferCurve (me : in out;
|
||||
start : OffsetCurve from Geom;
|
||||
Udeb : Real from Standard;
|
||||
Ufin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
end GeomCurve;
|
||||
|
@@ -41,13 +41,13 @@ is
|
||||
|
||||
TransferPoint (me : in out;
|
||||
start : Point from Geom)
|
||||
returns mutable Point from IGESGeom;
|
||||
returns Point from IGESGeom;
|
||||
---Purpose : Transfert a Point from Geom to IGES. If this
|
||||
-- Entity could not be converted, this member returns a NullEntity.
|
||||
|
||||
TransferPoint (me : in out;
|
||||
start : CartesianPoint from Geom)
|
||||
returns mutable Point from IGESGeom;
|
||||
returns Point from IGESGeom;
|
||||
---Purpose : Transfert a CartesianPoint from Geom to IGES. If this
|
||||
-- Entity could not be converted, this member returns a NullEntity.
|
||||
|
||||
|
@@ -73,7 +73,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
---Purpose: Transfert a GeometryEntity which answer True to the
|
||||
-- member : BRepToIGES::IsGeomSurface(Geometry). If this
|
||||
-- Entity could not be converted, this member returns a NullEntity.
|
||||
@@ -85,7 +85,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferSurface (me : in out;
|
||||
@@ -94,7 +94,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
TransferSurface (me : in out;
|
||||
start : BezierSurface from Geom;
|
||||
@@ -102,7 +102,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
TransferSurface (me : in out;
|
||||
start : RectangularTrimmedSurface from Geom;
|
||||
@@ -110,7 +110,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferSurface (me : in out;
|
||||
@@ -119,7 +119,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferSurface (me : in out;
|
||||
@@ -128,7 +128,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferSurface (me : in out;
|
||||
@@ -137,7 +137,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferSurface (me : in out;
|
||||
@@ -146,7 +146,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferSurface (me : in out;
|
||||
@@ -155,7 +155,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferSurface (me : in out;
|
||||
@@ -164,7 +164,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferSurface (me : in out;
|
||||
@@ -173,7 +173,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferSurface (me : in out;
|
||||
@@ -182,7 +182,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferSurface (me : in out;
|
||||
@@ -191,7 +191,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferSurface (me : in out;
|
||||
@@ -200,7 +200,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
-- Methods for translating sufraces in BRep IGES
|
||||
@@ -212,7 +212,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferCylindricalSurface(me : in out;
|
||||
@@ -221,7 +221,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferConicalSurface(me : in out;
|
||||
@@ -230,7 +230,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferSphericalSurface(me : in out;
|
||||
@@ -239,7 +239,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
|
||||
TransferToroidalSurface(me : in out;
|
||||
@@ -248,7 +248,7 @@ is
|
||||
Ufin : Real from Standard;
|
||||
Vdeb : Real from Standard;
|
||||
Vfin : Real from Standard)
|
||||
returns mutable IGESEntity from IGESData;
|
||||
returns IGESEntity from IGESData;
|
||||
|
||||
-- Methods for setting and obtaining fields.
|
||||
|
||||
|
@@ -42,7 +42,7 @@ is
|
||||
|
||||
TransferVector (me : in out;
|
||||
start : Vector from Geom)
|
||||
returns mutable Direction from IGESGeom;
|
||||
returns Direction from IGESGeom;
|
||||
---Purpose : Transfert a GeometryEntity which answer True to the
|
||||
-- member : BRepToIGES::IsGeomVector(Geometry). If this
|
||||
-- Entity could not be converted, this member returns a NullEntity.
|
||||
@@ -50,12 +50,12 @@ is
|
||||
|
||||
TransferVector (me : in out;
|
||||
start : VectorWithMagnitude from Geom)
|
||||
returns mutable Direction from IGESGeom;
|
||||
returns Direction from IGESGeom;
|
||||
|
||||
|
||||
TransferVector (me : in out;
|
||||
start : Direction from Geom)
|
||||
returns mutable Direction from IGESGeom;
|
||||
returns Direction from IGESGeom;
|
||||
|
||||
|
||||
end GeomVector;
|
||||
|
Reference in New Issue
Block a user