]> OCCT Git - occt-copy.git/commit
0030945: JT Import, JtProperty_LateLoaded - expose type of Deferred object CR29632_740_1
authorkgv <kgv@opencascade.com>
Thu, 5 Dec 2019 13:20:37 +0000 (16:20 +0300)
committerkgv <kgv@opencascade.com>
Wed, 29 Jan 2020 13:32:37 +0000 (16:32 +0300)
commit0f0af1d6610421a44345fa947ae89990b0756e26
treec1c6ffa6cc85032d21860b3f621d252d5f259500
parent078454442d2d511fc57cff6470c2465610418f6b
0030945: JT Import, JtProperty_LateLoaded - expose type of Deferred object

RWMesh_NodeAttributes has been extended with NamedData property for passing Metadata.

RWMesh_CafReader::addShapeIntoDoc() has been corrected to avoid
adding calling XCAFDoc_ShapeTool::AddSubShape() for sub-shape labels.
Attributes for Products and Instances are now set independently to shape labels.
Sharing of Compounds (previously always duplicated) as sub-Components has been fixed.

TDataStd_NamedData has been extended with interface for deferred data loading.
Setters have been corrected to avoid duplicating lookups within map.
src/BinMDataStd/BinMDataStd_NamedDataDriver.cxx
src/DDataStd/DDataStd_BasicCommands.cxx
src/RWMesh/RWMesh_CafReader.cxx
src/RWMesh/RWMesh_CafReader.hxx
src/RWMesh/RWMesh_NodeAttributes.hxx
src/TDataStd/FILES
src/TDataStd/TDataStd_NamedData.cxx
src/TDataStd/TDataStd_NamedData.hxx
src/TDataStd/TDataStd_NamedData.lxx [deleted file]
src/XDEDRAW/XDEDRAW_Shapes.cxx
src/XmlMDataStd/XmlMDataStd_NamedDataDriver.cxx