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:
@@ -28,7 +28,7 @@ is
|
||||
|
||||
Create(C : Curve from Geom;
|
||||
L : Location from TopLoc)
|
||||
returns mutable Curve3D from BRep;
|
||||
returns Curve3D from BRep;
|
||||
|
||||
D0(me; U : Real; P : out Pnt from gp);
|
||||
---Purpose: Computes the point at parameter U.
|
||||
@@ -44,7 +44,7 @@ is
|
||||
Curve3D(me : mutable; C : Curve from Geom)
|
||||
is redefined;
|
||||
|
||||
Copy(me) returns mutable CurveRepresentation from BRep;
|
||||
Copy(me) returns CurveRepresentation from BRep;
|
||||
---Purpose: Return a copy of this representation.
|
||||
|
||||
fields
|
||||
|
@@ -33,7 +33,7 @@ is
|
||||
Create(S1 , S2 : Surface from Geom;
|
||||
L1 , L2 : Location from TopLoc;
|
||||
C : Shape from GeomAbs)
|
||||
returns mutable CurveOn2Surfaces from BRep;
|
||||
returns CurveOn2Surfaces from BRep;
|
||||
|
||||
IsRegularity(me) returns Boolean
|
||||
---Purpose: Returns True.
|
||||
@@ -67,7 +67,7 @@ is
|
||||
Continuity(me : mutable; C : Shape from GeomAbs)
|
||||
is redefined;
|
||||
|
||||
Copy(me) returns mutable CurveRepresentation from BRep;
|
||||
Copy(me) returns CurveRepresentation from BRep;
|
||||
---Purpose: Return a copy of this representation.
|
||||
|
||||
fields
|
||||
|
@@ -34,7 +34,7 @@ is
|
||||
S : Surface from Geom;
|
||||
L : Location from TopLoc;
|
||||
C : Shape from GeomAbs)
|
||||
returns mutable CurveOnClosedSurface from BRep;
|
||||
returns CurveOnClosedSurface from BRep;
|
||||
|
||||
SetUVPoints2(me : mutable; P1, P2 : Pnt2d from gp)
|
||||
---C++: inline
|
||||
@@ -84,7 +84,7 @@ is
|
||||
PCurve2(me : mutable; C : Curve from Geom2d)
|
||||
is redefined;
|
||||
|
||||
Copy(me) returns mutable CurveRepresentation from BRep
|
||||
Copy(me) returns CurveRepresentation from BRep
|
||||
---Purpose: Return a copy of this representation.
|
||||
is redefined;
|
||||
|
||||
|
@@ -33,7 +33,7 @@ is
|
||||
Create(PC : Curve from Geom2d;
|
||||
S : Surface from Geom;
|
||||
L : Location from TopLoc)
|
||||
returns mutable CurveOnSurface from BRep;
|
||||
returns CurveOnSurface from BRep;
|
||||
|
||||
SetUVPoints(me : mutable; P1, P2 : Pnt2d from gp)
|
||||
---C++: inline
|
||||
@@ -66,7 +66,7 @@ is
|
||||
PCurve(me : mutable; C : Curve from Geom2d)
|
||||
is redefined;
|
||||
|
||||
Copy(me) returns mutable CurveRepresentation from BRep is virtual;
|
||||
Copy(me) returns CurveRepresentation from BRep is virtual;
|
||||
---Purpose: Return a copy of this representation.
|
||||
|
||||
Update(me : mutable)
|
||||
|
@@ -284,7 +284,7 @@ is
|
||||
is virtual;
|
||||
|
||||
|
||||
Copy(me) returns mutable CurveRepresentation from BRep
|
||||
Copy(me) returns CurveRepresentation from BRep
|
||||
---Purpose: Return a copy of this representation.
|
||||
is deferred;
|
||||
|
||||
|
@@ -27,7 +27,7 @@ is
|
||||
Create(P : Real;
|
||||
C : Curve from Geom;
|
||||
L : Location from TopLoc)
|
||||
returns mutable PointOnCurve from BRep;
|
||||
returns PointOnCurve from BRep;
|
||||
|
||||
|
||||
IsPointOnCurve(me) returns Boolean
|
||||
|
@@ -28,7 +28,7 @@ is
|
||||
C : Curve from Geom2d;
|
||||
S : Surface from Geom;
|
||||
L : Location from TopLoc)
|
||||
returns mutable PointOnCurveOnSurface from BRep;
|
||||
returns PointOnCurveOnSurface from BRep;
|
||||
|
||||
IsPointOnCurveOnSurface(me) returns Boolean
|
||||
---Purpose: Returns True
|
||||
|
@@ -24,7 +24,7 @@ is
|
||||
Create(P1,P2 : Real;
|
||||
S : Surface from Geom;
|
||||
L : Location from TopLoc)
|
||||
returns mutable PointOnSurface from BRep;
|
||||
returns PointOnSurface from BRep;
|
||||
|
||||
|
||||
IsPointOnSurface(me) returns Boolean
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
L: Location from TopLoc)
|
||||
---Purpose:
|
||||
|
||||
returns mutable Polygon3D from BRep;
|
||||
returns Polygon3D from BRep;
|
||||
|
||||
|
||||
IsPolygon3D(me) returns Boolean
|
||||
@@ -47,7 +47,7 @@ is
|
||||
DomainError from Standard
|
||||
is redefined;
|
||||
|
||||
Copy(me) returns mutable CurveRepresentation from BRep;
|
||||
Copy(me) returns CurveRepresentation from BRep;
|
||||
---Purpose: Return a copy of this representation.
|
||||
|
||||
|
||||
|
@@ -33,7 +33,7 @@ is
|
||||
P2: Polygon2D from Poly;
|
||||
S: Surface from Geom;
|
||||
L: Location from TopLoc)
|
||||
returns mutable PolygonOnClosedSurface from BRep;
|
||||
returns PolygonOnClosedSurface from BRep;
|
||||
|
||||
|
||||
IsPolygonOnClosedSurface(me) returns Boolean
|
||||
@@ -48,7 +48,7 @@ is
|
||||
is redefined;
|
||||
|
||||
|
||||
Copy(me) returns mutable CurveRepresentation from BRep
|
||||
Copy(me) returns CurveRepresentation from BRep
|
||||
---Purpose: Return a copy of this representation.
|
||||
is redefined;
|
||||
|
||||
|
@@ -36,7 +36,7 @@ is
|
||||
Create(P1, P2 : PolygonOnTriangulation from Poly;
|
||||
Tr: Triangulation from Poly;
|
||||
L : Location from TopLoc)
|
||||
returns mutable PolygonOnClosedTriangulation from BRep;
|
||||
returns PolygonOnClosedTriangulation from BRep;
|
||||
|
||||
|
||||
IsPolygonOnClosedTriangulation(me) returns Boolean
|
||||
@@ -53,7 +53,7 @@ is
|
||||
is redefined;
|
||||
|
||||
|
||||
Copy(me) returns mutable CurveRepresentation from BRep is redefined;
|
||||
Copy(me) returns CurveRepresentation from BRep is redefined;
|
||||
---Purpose: Return a copy of this representation.
|
||||
|
||||
|
||||
|
@@ -35,7 +35,7 @@ is
|
||||
Create(P: Polygon2D from Poly;
|
||||
S: Surface from Geom;
|
||||
L: Location from TopLoc)
|
||||
returns mutable PolygonOnSurface from BRep;
|
||||
returns PolygonOnSurface from BRep;
|
||||
|
||||
|
||||
IsPolygonOnSurface(me) returns Boolean
|
||||
@@ -64,7 +64,7 @@ is
|
||||
is redefined;
|
||||
|
||||
|
||||
Copy(me) returns mutable CurveRepresentation from BRep
|
||||
Copy(me) returns CurveRepresentation from BRep
|
||||
---Purpose: Return a copy of this representation.
|
||||
is redefined;
|
||||
|
||||
|
@@ -31,7 +31,7 @@ is
|
||||
Create(P: PolygonOnTriangulation from Poly;
|
||||
T: Triangulation from Poly;
|
||||
L: Location from TopLoc)
|
||||
returns mutable PolygonOnTriangulation from BRep;
|
||||
returns PolygonOnTriangulation from BRep;
|
||||
|
||||
|
||||
IsPolygonOnTriangulation(me) returns Boolean
|
||||
@@ -57,7 +57,7 @@ is
|
||||
is redefined;
|
||||
|
||||
|
||||
Copy(me) returns mutable CurveRepresentation from BRep is virtual;
|
||||
Copy(me) returns CurveRepresentation from BRep is virtual;
|
||||
---Purpose: Return a copy of this representation.
|
||||
|
||||
|
||||
|
@@ -36,7 +36,7 @@ uses
|
||||
ListOfCurveRepresentation from BRep
|
||||
|
||||
is
|
||||
Create returns mutable TEdge from BRep;
|
||||
Create returns TEdge from BRep;
|
||||
---Purpose: Creates an empty TEdge.
|
||||
|
||||
Tolerance(me) returns Real
|
||||
@@ -82,7 +82,7 @@ is
|
||||
---C++: inline
|
||||
is static;
|
||||
|
||||
EmptyCopy(me) returns mutable TShape from TopoDS;
|
||||
EmptyCopy(me) returns TShape from TopoDS;
|
||||
---Purpose: Returns a copy of the TShape with no sub-shapes.
|
||||
|
||||
fields
|
||||
|
@@ -47,7 +47,7 @@ uses
|
||||
|
||||
is
|
||||
|
||||
Create returns mutable TFace from BRep;
|
||||
Create returns TFace from BRep;
|
||||
---Purpose: Creates an empty TFace.
|
||||
|
||||
Surface(me) returns any Surface from Geom;
|
||||
@@ -83,7 +83,7 @@ is
|
||||
NaturalRestriction(me : mutable; N : Boolean);
|
||||
---C++: inline
|
||||
|
||||
EmptyCopy(me) returns mutable TShape from TopoDS
|
||||
EmptyCopy(me) returns TShape from TopoDS
|
||||
---Purpose: Returns a copy of the TShape with no sub-shapes.
|
||||
-- The new Face has no triangulation.
|
||||
is redefined;
|
||||
|
@@ -27,7 +27,7 @@ uses
|
||||
ListOfPointRepresentation from BRep
|
||||
|
||||
is
|
||||
Create returns mutable TVertex from BRep;
|
||||
Create returns TVertex from BRep;
|
||||
|
||||
Tolerance(me) returns Real
|
||||
---C++: inline
|
||||
@@ -63,7 +63,7 @@ is
|
||||
---C++: return &
|
||||
is static;
|
||||
|
||||
EmptyCopy(me) returns mutable TShape from TopoDS;
|
||||
EmptyCopy(me) returns TShape from TopoDS;
|
||||
---Purpose: Returns a copy of the TShape with no sub-shapes.
|
||||
|
||||
fields
|
||||
|
Reference in New Issue
Block a user