1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +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

View File

@@ -3,6 +3,14 @@
!
a148e300-5740-11d1-a904-080036aaa103.Location: FWOSPlugin
!
! standard attribute drivers plugin
!
ad696001-5b34-11d1-b5ba-00a0c9064368.Location: TKStd
!
! standard attribute drivers plugin
!
bd696001-5b34-11d1-b5ba-00a0c9064368.Location: TKStdL
!
! XmlOcaf Document Plugin
!
03a56820-8269-11d5-aab2-0050044b1af1.Location: TKXml

View File

@@ -1,9 +1,15 @@
formatlist:XmlOcaf|BinOcaf
formatlist:MDTV-Standard|XmlOcaf|BinOcaf
!
! Default format
xml.FileFormat: XmlOcaf
cbf.FileFormat: BinOcaf
!
! standard attributes
!
MDTV-Standard.Description: Standard Document Version 1.0
MDTV-Standard.FileExtension: std
MDTV-Standard.RetrievalPlugin: ad696001-5b34-11d1-b5ba-00a0c9064368
!
! XmlOcaf format
!
XmlOcaf.Description: Xml Document Version 1.0

View File

@@ -1,4 +1,11 @@
formatlist:BinLOcaf|XmlLOcaf
formatlist:OCC-StdLite|BinLOcaf|XmlLOcaf
!
!
! Lite attributes
!
OCC-StdLite.Description: Lite Document Version 1.0
OCC-StdLite.FileExtension: stdl
OCC-StdLite.RetrievalPlugin: bd696001-5b34-11d1-b5ba-00a0c9064368
!
! BinLOcaf format
!