1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-13 14:27:08 +03:00

0026961: Recover possibility to read files in old persistence format -- preparation

Added basic support for possibility to read filed in old persistent format.
Toolkits TKStd, TKStdL, TKShape added to provide necessary tools (to be done).
Obsolete interfaces are removed from classes in PCDM and Storage.
This commit is contained in:
myn
2015-12-09 20:27:36 +03:00
committed by abv
parent ede9746c21
commit 7ed7467da3
79 changed files with 2010 additions and 1287 deletions

3
src/TKStd/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
project(TKStd)
OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)

9
src/TKStd/EXTERNLIB Normal file
View File

@@ -0,0 +1,9 @@
TKCDF
TKernel
TKCAF
TKShape
TKLCAF
TKStdL
TKG3d
TKMath
TKG2d

2
src/TKStd/FILES Normal file
View File

@@ -0,0 +1,2 @@
PACKAGES
EXTERNLIB

2
src/TKStd/PACKAGES Normal file
View File

@@ -0,0 +1,2 @@
StdDrivers
StdPersistent