]> OCCT Git - occt-copy.git/commit
0024645: Pointer to the last is wrong for a tree node
authorvro <vro@opencascade.com>
Thu, 6 Mar 2014 09:31:59 +0000 (13:31 +0400)
committerabv <abv@opencascade.com>
Tue, 25 Mar 2014 12:50:23 +0000 (16:50 +0400)
commit34859f05363fe47ad6aee594d0c573953350ec82
tree3464e3c1930e96a8998401448cced4ed7864e898
parent3fe0074677b6537008a3175cd8632d988a977c80
0024645: Pointer to the last is wrong for a tree node

- An extra call to DownCast() is removed for a performance reason.
- Information on last child is added to the Dump() method + fixed a problem of lost last child tree node on removal (detach) operation.
- Test case for issue CR24645
src/TDataStd/TDataStd_TreeNode.cxx