mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024927: Getting rid of "Persistent" functionality -- Storable
Delete "Storable" class from "Standard" package and all use of it
This commit is contained in:
@@ -19,9 +19,6 @@ class IntersectionPoint from IntRes2d
|
||||
---Purpose: Definition of an intersection point between two
|
||||
-- 2D curves.
|
||||
|
||||
|
||||
inherits Storable from Standard
|
||||
|
||||
uses Pnt2d from gp,
|
||||
Transition from IntRes2d
|
||||
is
|
||||
|
@@ -19,9 +19,6 @@ class IntersectionSegment from IntRes2d
|
||||
---Purpose: Definition of an intersection curve between
|
||||
-- two 2D curves.
|
||||
|
||||
|
||||
inherits Storable from Standard
|
||||
|
||||
uses IntersectionPoint from IntRes2d
|
||||
|
||||
raises DomainError from Standard
|
||||
|
@@ -16,8 +16,6 @@
|
||||
|
||||
class Transition from IntRes2d
|
||||
|
||||
inherits Storable from Standard
|
||||
|
||||
---Purpose: Definition of the type of transition near an
|
||||
-- intersection point between two curves. The transition
|
||||
-- is either a "true transition", which means that one of
|
||||
|
Reference in New Issue
Block a user