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

0024927: Getting rid of "Persistent" functionality -- Code

Brute force removal of standard persistence (ShapeSchema, StdLSchema, StdSchema, XCAFSchema) and all persistence-specific toolkits.

OCAF formats "MDTV-Standard", "MDTV-XCAF" are removed from resource files.

Uses of "MDTV-Standard" are changed to "BinOcaf", and "MDTV-XCAF" changed to "BinXCAF".
This commit is contained in:
abv
2014-06-04 12:12:21 +04:00
committed by bugmaster
parent 56a9db93fe
commit fff263bd14
818 changed files with 16 additions and 58399 deletions

View File

@@ -50,10 +50,8 @@ XCAFApp_Application::XCAFApp_Application()
void XCAFApp_Application::Formats(TColStd_SequenceOfExtendedString& Formats)
{
Formats.Append(TCollection_ExtendedString ("MDTV-XCAF"));
Formats.Append(TCollection_ExtendedString ("XmlXCAF"));
Formats.Append(TCollection_ExtendedString ("XmlOcaf"));
Formats.Append(TCollection_ExtendedString ("MDTV-Standard"));
Formats.Append(TCollection_ExtendedString ("BinXCAF"));
}
//=======================================================================