mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +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;
|
||||
|
Reference in New Issue
Block a user