1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-08 18:40:55 +03:00
myn 45d8465ea2 0027241: Create a complete test case to verify reading of all attribute types from MDTV-Standard document
Added test case that works in one of two modes:
1) create synthetic document (in old version of OCCT) containing all possible attributes.
2) open the document and compare all attributes with expected values.

Fixed reading of TDataStd_NamedData, TDataXtd_PatternStd, and PColStd_HArray2OfReal.
Point and curve representations are created even from NULL geometry handles.
The code is simplified by abandoning usage of templates from StdObjMgt_ContentTypes class for persistent data elements.

Fixed SetAsciiString Draw command failed when the target label contained NamedData attribute.
2016-03-16 18:52:44 +03:00

28 lines
717 B
Plaintext

StdLPersistent.cxx
StdLPersistent.hxx
StdLPersistent_Collection.cxx
StdLPersistent_Collection.hxx
StdLPersistent_Data.cxx
StdLPersistent_Data.hxx
StdLPersistent_Dependency.cxx
StdLPersistent_Dependency.hxx
StdLPersistent_Document.cxx
StdLPersistent_Document.hxx
StdLPersistent_Function.hxx
StdLPersistent_HArray1.cxx
StdLPersistent_HArray1.hxx
StdLPersistent_HArray2.cxx
StdLPersistent_HArray2.hxx
StdLPersistent_HString.cxx
StdLPersistent_HString.hxx
StdLPersistent_NamedData.cxx
StdLPersistent_NamedData.hxx
StdLPersistent_Real.hxx
StdLPersistent_TreeNode.cxx
StdLPersistent_TreeNode.hxx
StdLPersistent_Value.cxx
StdLPersistent_Value.hxx
StdLPersistent_Variable.hxx
StdLPersistent_Void.hxx
StdLPersistent_XLink.hxx