Tue, 11/08/2022 - 10:17
Forums:
Hello,
I am migrating from OCC 6.9 to 7.6. In the 7.0.0 Release note I have seen that TCollection classes have been replaced by NCollection templates.
Unfortunately the Upgrade Guide link does not work: https://dev.opencascade.org/doc/overview/html/occt_dev_guides__upgrade.html
Can anyone tells me how to replace TCollection_BasicMapIterator, TCollection_BasicMap and TCollection_MapNode.
Thanks a lot.
Dom
Tue, 11/08/2022 - 11:01
You are referring to classes implementing internal details of legacy collections. It might be helpful to see exact definitions of your collections to give upgrading hints.
As for update guide, it could be found here:
https://dev.opencascade.org/doc/overview/html/occt__upgrade.html
Tue, 11/08/2022 - 12:29
Thanks for your response.
For example I have an heritage like;
class BRepMesh_DataMapIteratorOfDataMapOfIntegerPnt : public TCollection_BasicMapIterator
Dom